diff --git a/phpBB/common.php b/phpBB/common.php index 6ba17d0c58..894cfd3fc4 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -11,17 +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. - * - * - ***************************************************************************/ - error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables set_magic_quotes_runtime(0); // Disable magic_quotes_runtime diff --git a/phpBB/config.php b/phpBB/config.php index c86f982f3d..e9e6ef120c 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -11,17 +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. - * - * - ***************************************************************************/ - // DB connection config // // Uncomment the relevant entry diff --git a/phpBB/extension.inc b/phpBB/extension.inc index 89a877d414..2168f7e2c0 100644 --- a/phpBB/extension.inc +++ b/phpBB/extension.inc @@ -11,20 +11,10 @@ * ***************************************************************************/ - -/*************************************************************************** - * - * 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. - * - * - ***************************************************************************/ $phpEx = "php"; $mtime = microtime(); $mtime = explode(" ",$mtime); $mtime = $mtime[1] + $mtime[0]; $starttime = $mtime; -?> +?> \ No newline at end of file diff --git a/phpBB/faq.php b/phpBB/faq.php index 26dfa5e070..53d867430f 100644 --- a/phpBB/faq.php +++ b/phpBB/faq.php @@ -11,17 +11,6 @@ * ***************************************************************************/ - -/*************************************************************************** - * - * This program is free software; you can redistribute it and/or modified - * 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. - * - * - ***************************************************************************/ - $phpbb_root_path = "./"; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php index 0b350bdccb..870549048c 100644 --- a/phpBB/groupcp.php +++ b/phpBB/groupcp.php @@ -11,17 +11,6 @@ * ***************************************************************************/ - -/*************************************************************************** - * - * This program is free software; you can redistribute it and/or modified - * 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. - * - * - ***************************************************************************/ - $phpbb_root_path = "./"; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); @@ -752,4 +741,4 @@ else // include($phpbb_root_path . 'includes/page_tail.'.$phpEx); -?> +?> \ No newline at end of file diff --git a/phpBB/index.php b/phpBB/index.php index 4a406f6d2e..8fe6949070 100644 --- a/phpBB/index.php +++ b/phpBB/index.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. - * - * - ***************************************************************************/ $phpbb_root_path = "./"; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); diff --git a/phpBB/login.php b/phpBB/login.php index 4d619dd6a5..51cf27f76a 100644 --- a/phpBB/login.php +++ b/phpBB/login.php @@ -1,6 +1,6 @@ +?> \ No newline at end of file diff --git a/phpBB/posting.php b/phpBB/posting.php index 4882704f5c..184aedebbf 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index ad8d132cdc..4832b7076d 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -1,6 +1,6 @@