diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-05-30 15:40:38 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-30 15:40:38 +0200 |
commit | 993167fee004ae7929da2350ad962310e26e7ae6 (patch) | |
tree | 6b12dd03d16e5a885daa1d2bbd2ad916079bd8af /phpBB/phpbb | |
parent | c00bb2721941d86a28e60fbb57cc52c00af2ec50 (diff) | |
parent | 89d296a1db4c24c7b0769f783a67bb2d4fa22d17 (diff) | |
download | forums-993167fee004ae7929da2350ad962310e26e7ae6.tar forums-993167fee004ae7929da2350ad962310e26e7ae6.tar.gz forums-993167fee004ae7929da2350ad962310e26e7ae6.tar.bz2 forums-993167fee004ae7929da2350ad962310e26e7ae6.tar.xz forums-993167fee004ae7929da2350ad962310e26e7ae6.zip |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/12594] Update file header in non-php files
[ticket/12594] Fix file headers of new files
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v310/extensions_version_check_force_unstable.php | 10 |
1 files changed, 7 insertions, 3 deletions
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. * */ |