diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-05-10 11:43:25 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-05-10 11:53:54 +0200 |
commit | 226743d10bd1c31095c8bf970de8698789ca6e61 (patch) | |
tree | 20e5c4abf0f8d4b167d0cea50c8ded1cf954f77e /phpBB/develop/merge_post_tables.php | |
parent | 0488d70062a3ae2ff06779dd84cbd65de0445a4d (diff) | |
download | forums-226743d10bd1c31095c8bf970de8698789ca6e61.tar forums-226743d10bd1c31095c8bf970de8698789ca6e61.tar.gz forums-226743d10bd1c31095c8bf970de8698789ca6e61.tar.bz2 forums-226743d10bd1c31095c8bf970de8698789ca6e61.tar.xz forums-226743d10bd1c31095c8bf970de8698789ca6e61.zip |
[ticket/10881] Replace old (and unify) file headers in develop files.
This especially also fixes the problem of the copyright symbol being
represented using 0xA9, which is neither ASCII nor the appropriate UTF8
byte sequence for the copyright symbol.
PHPBB3-10881
Diffstat (limited to 'phpBB/develop/merge_post_tables.php')
-rw-r--r-- | phpBB/develop/merge_post_tables.php | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/phpBB/develop/merge_post_tables.php b/phpBB/develop/merge_post_tables.php index 5ccfef84c3..2d99d725d0 100644 --- a/phpBB/develop/merge_post_tables.php +++ b/phpBB/develop/merge_post_tables.php @@ -1,22 +1,11 @@ <?php -/*************************************************************************** - * merge_clean_posts.php - * ------------------- - * begin : Tuesday, February 25, 2003 - * copyright : (C) 2003 The phpBB Group - * email : support@phpbb.com - * - * - ***************************************************************************/ - -/*************************************************************************** - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - ***************************************************************************/ +/** +* +* @package phpBB3 +* @copyright (c) 2003 phpBB Group +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +* +*/ // // Security message: |