aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-05-30 15:40:37 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-05-30 15:40:37 +0200
commit89d296a1db4c24c7b0769f783a67bb2d4fa22d17 (patch)
tree6f2a253e70e2d950a55f315f9473abdf0071823c /phpBB/phpbb
parent59e968cd7d62a44e6fc608a95b7c8ce78778c655 (diff)
parent9f568959a9c6ef413b2bfc236bde186fde979a63 (diff)
downloadforums-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/phpbb')
-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.
*
*/