diff options
Diffstat (limited to 'phpBB/includes/template.php')
-rw-r--r-- | phpBB/includes/template.php | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 268fd46da4..105dcb5867 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -11,16 +11,6 @@ * ***************************************************************************/ -/*************************************************************************** - * - * 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. - * - * - ***************************************************************************/ - /** * Template class. By Nathan Codding of the phpBB group. * The interface was originally inspired by PHPLib templates, @@ -472,4 +462,5 @@ class Template { } } -?> + +?>
\ No newline at end of file |