diff options
Diffstat (limited to 'phpBB/common.php')
| -rw-r--r-- | phpBB/common.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 9d2d8eb7bd..17a2ca10a1 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -1,15 +1,15 @@ <?php -// ------------------------------------------------------------- -// -// $Id$ -// -// FILENAME : common.php -// STARTED : Sat Feb 17, 2001 -// COPYRIGHT : © 2001, 2003 phpBB Group -// WWW : http://www.phpbb.com/ -// LICENCE : GPL vs2.0 [ see /docs/COPYING ] -// -// ------------------------------------------------------------- +/** +* +* @package phpBB3 +* @version $Id$ +* @copyright (c) 2005 phpBB Group +* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* +*/ + +/** +*/ // Remove the following line to enable this software, be sure you note what it // says before continuing |
