diff options
Diffstat (limited to 'phpBB/install/data/new_normalizer.php')
-rw-r--r-- | phpBB/install/data/new_normalizer.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/phpBB/install/data/new_normalizer.php b/phpBB/install/data/new_normalizer.php index e266f73408..380998f530 100644 --- a/phpBB/install/data/new_normalizer.php +++ b/phpBB/install/data/new_normalizer.php @@ -2,9 +2,8 @@ /** * * @package install -* @version $Id$ * @copyright (c) 2007 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ @@ -192,5 +191,3 @@ class utf_new_normalizer return utf_normalizer::recompose($str, $pos, $len, $qc, $decomp_map); } } - -?>
\ No newline at end of file |