aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-30 14:44:08 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-30 15:29:10 +0200
commit634824e8885bcc1a89a2fc2400962eb6019c67b8 (patch)
tree887ff6b34a907d16e4b514398ee6d1a25864887e /phpBB/phpbb/db/migration/data
parent59e968cd7d62a44e6fc608a95b7c8ce78778c655 (diff)
downloadforums-634824e8885bcc1a89a2fc2400962eb6019c67b8.tar
forums-634824e8885bcc1a89a2fc2400962eb6019c67b8.tar.gz
forums-634824e8885bcc1a89a2fc2400962eb6019c67b8.tar.bz2
forums-634824e8885bcc1a89a2fc2400962eb6019c67b8.tar.xz
forums-634824e8885bcc1a89a2fc2400962eb6019c67b8.zip
[ticket/12594] Fix file headers of new files
PHPBB3-12594
Diffstat (limited to 'phpBB/phpbb/db/migration/data')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/extensions_version_check_force_unstable.php10
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.
*
*/