diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-03 15:42:36 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-03 15:42:36 +0200 |
| commit | 0a586258a21e36e45f39fa170d7365f8d879769b (patch) | |
| tree | 97ee288504477232aba96b8e0e1302b857c60b65 /phpBB/phpbb/db/migration/tool | |
| parent | 0dbbf7fbbe39e7448b80b9d3217aeaf3d5239781 (diff) | |
| download | forums-0a586258a21e36e45f39fa170d7365f8d879769b.tar forums-0a586258a21e36e45f39fa170d7365f8d879769b.tar.gz forums-0a586258a21e36e45f39fa170d7365f8d879769b.tar.bz2 forums-0a586258a21e36e45f39fa170d7365f8d879769b.tar.xz forums-0a586258a21e36e45f39fa170d7365f8d879769b.zip | |
[ticket/12349] Update license header in several new files
PHPBB3-12349
Diffstat (limited to 'phpBB/phpbb/db/migration/tool')
| -rw-r--r-- | phpBB/phpbb/db/migration/tool/config.php | 2 | ||||
| -rw-r--r-- | phpBB/phpbb/db/migration/tool/module.php | 2 | ||||
| -rw-r--r-- | phpBB/phpbb/db/migration/tool/permission.php | 2 | ||||
| -rw-r--r-- | phpBB/phpbb/db/migration/tool/tool_interface.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/phpbb/db/migration/tool/config.php b/phpBB/phpbb/db/migration/tool/config.php index 36a1931f4e..96d358f647 100644 --- a/phpBB/phpbb/db/migration/tool/config.php +++ b/phpBB/phpbb/db/migration/tool/config.php @@ -3,7 +3,7 @@ * * @package migration * @copyright (c) 2012 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2 +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ diff --git a/phpBB/phpbb/db/migration/tool/module.php b/phpBB/phpbb/db/migration/tool/module.php index ebbcbae301..d11774b7ea 100644 --- a/phpBB/phpbb/db/migration/tool/module.php +++ b/phpBB/phpbb/db/migration/tool/module.php @@ -3,7 +3,7 @@ * * @package migration * @copyright (c) 2012 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2 +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ diff --git a/phpBB/phpbb/db/migration/tool/permission.php b/phpBB/phpbb/db/migration/tool/permission.php index 38fcbd2952..d90c226004 100644 --- a/phpBB/phpbb/db/migration/tool/permission.php +++ b/phpBB/phpbb/db/migration/tool/permission.php @@ -3,7 +3,7 @@ * * @package migration * @copyright (c) 2012 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2 +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ diff --git a/phpBB/phpbb/db/migration/tool/tool_interface.php b/phpBB/phpbb/db/migration/tool/tool_interface.php index e7b89d8858..5eb1a2f521 100644 --- a/phpBB/phpbb/db/migration/tool/tool_interface.php +++ b/phpBB/phpbb/db/migration/tool/tool_interface.php @@ -3,7 +3,7 @@ * * @package migration * @copyright (c) 2012 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2 +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ |
