diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-30 15:31:15 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-30 15:31:15 +0200 |
commit | 9f568959a9c6ef413b2bfc236bde186fde979a63 (patch) | |
tree | 6f2a253e70e2d950a55f315f9473abdf0071823c /travis/check-image-icc-profiles.sh | |
parent | 634824e8885bcc1a89a2fc2400962eb6019c67b8 (diff) | |
download | forums-9f568959a9c6ef413b2bfc236bde186fde979a63.tar forums-9f568959a9c6ef413b2bfc236bde186fde979a63.tar.gz forums-9f568959a9c6ef413b2bfc236bde186fde979a63.tar.bz2 forums-9f568959a9c6ef413b2bfc236bde186fde979a63.tar.xz forums-9f568959a9c6ef413b2bfc236bde186fde979a63.zip |
[ticket/12594] Update file header in non-php files
PHPBB3-12594
Diffstat (limited to 'travis/check-image-icc-profiles.sh')
-rwxr-xr-x | travis/check-image-icc-profiles.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/travis/check-image-icc-profiles.sh b/travis/check-image-icc-profiles.sh index fa9300012a..31848dc9e7 100755 --- a/travis/check-image-icc-profiles.sh +++ b/travis/check-image-icc-profiles.sh @@ -1,7 +1,12 @@ #!/bin/bash # -# @copyright (c) 2014 phpBB Group -# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +# This file is part of the phpBB Forum Software package. +# +# @copyright (c) phpBB Limited <https://www.phpbb.com> +# @license GNU General Public License, version 2 (GPL-2.0) +# +# For full copyright and license information, please see +# the docs/CREDITS.txt file. # set -e |