diff options
author | Lei Zhang <thestig@chromium.org> | 2015-08-04 14:23:05 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-08-04 14:23:05 -0700 |
commit | 7f6b084fbdde785240f2509ae3617a17937f97ba (patch) | |
tree | e07dcecce342063a186f18d9c2dd349c5fd753b9 | |
parent | d539de991cacf02811880c434d4393c8275163d2 (diff) | |
download | pdfium-7f6b084fbdde785240f2509ae3617a17937f97ba.tar.xz |
Add a license header for testing/tools/make_expected.sh.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1259963005 .
-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 |