diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-12-11 11:09:24 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-12-11 11:09:24 -0800 |
commit | b2a4d4c0ef3d101f15d50dc46d6d10626f4359b8 (patch) | |
tree | bb2c5cc2783529e737bca986c968765679a57acb | |
parent | 24a2c2e807973f9001220977d925b85a779fc140 (diff) | |
download | pdfium-b2a4d4c0ef3d101f15d50dc46d6d10626f4359b8.tar.xz |
XFA: Missing license in make_expected.sh
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1513393004 .
-rwxr-xr-x | testing/tools/make_expected.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/tools/make_expected.sh b/testing/tools/make_expected.sh index c6e50dc652..3d4252f0d3 100755 --- a/testing/tools/make_expected.sh +++ b/testing/tools/make_expected.sh @@ -1,5 +1,9 @@ #!/bin/bash # +# Copyright 2015 PDFium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. +# # Script to generate expected result files. # set -e |