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/module.php | |
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/module.php')
-rw-r--r-- | phpBB/phpbb/db/migration/tool/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 * */ |