diff options
Diffstat (limited to 'phpBB/db/odbc.php')
-rw-r--r-- | phpBB/db/odbc.php | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/phpBB/db/odbc.php b/phpBB/db/odbc.php index f47b67be90..ee6ca446d5 100644 --- a/phpBB/db/odbc.php +++ b/phpBB/db/odbc.php @@ -1,6 +1,6 @@ <?php /*************************************************************************** - * odbc.php + * odbc.php * ------------------- * begin : Saturday, Feb 13, 2001 * copyright : (C) 2001 The phpBB Group @@ -10,15 +10,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. - * - ***************************************************************************/ - if(!defined("SQL_LAYER")) { |