diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2014-05-30 15:40:37 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-30 15:40:37 +0200 |
| commit | 89d296a1db4c24c7b0769f783a67bb2d4fa22d17 (patch) | |
| tree | 6f2a253e70e2d950a55f315f9473abdf0071823c /phpBB | |
| parent | 59e968cd7d62a44e6fc608a95b7c8ce78778c655 (diff) | |
| parent | 9f568959a9c6ef413b2bfc236bde186fde979a63 (diff) | |
| download | forums-89d296a1db4c24c7b0769f783a67bb2d4fa22d17.tar forums-89d296a1db4c24c7b0769f783a67bb2d4fa22d17.tar.gz forums-89d296a1db4c24c7b0769f783a67bb2d4fa22d17.tar.bz2 forums-89d296a1db4c24c7b0769f783a67bb2d4fa22d17.tar.xz forums-89d296a1db4c24c7b0769f783a67bb2d4fa22d17.zip | |
Merge pull request #2520 from nickvergessen/ticket/12594
[ticket/12594] Fix file headers of new files
* nickvergessen/ticket/12594:
[ticket/12594] Update file header in non-php files
[ticket/12594] Fix file headers of new files
Diffstat (limited to 'phpBB')
| -rwxr-xr-x | phpBB/develop/strip_icc_profiles.sh | 9 | ||||
| -rw-r--r-- | phpBB/phpbb/db/migration/data/v310/extensions_version_check_force_unstable.php | 10 |
2 files changed, 14 insertions, 5 deletions
diff --git a/phpBB/develop/strip_icc_profiles.sh b/phpBB/develop/strip_icc_profiles.sh index 779c7ffca7..b11a63616b 100755 --- a/phpBB/develop/strip_icc_profiles.sh +++ b/phpBB/develop/strip_icc_profiles.sh @@ -1,7 +1,12 @@ #!/bin/sh # -# @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. # if [ "$#" -ne 1 ] diff --git a/phpBB/phpbb/db/migration/data/v310/extensions_version_check_force_unstable.php b/phpBB/phpbb/db/migration/data/v310/extensions_version_check_force_unstable.php index 5941c3aa54..1d6276f484 100644 --- a/phpBB/phpbb/db/migration/data/v310/extensions_version_check_force_unstable.php +++ b/phpBB/phpbb/db/migration/data/v310/extensions_version_check_force_unstable.php @@ -1,9 +1,13 @@ <?php /** * -* @package migration -* @copyright (c) 2012 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. * */ |
