diff options
author | 3rd Infantry Division <thirdid@3rd-infantry-division.org> | 2011-04-18 18:41:57 -0400 |
---|---|---|
committer | 3rd Infantry Division <thirdid@3rd-infantry-division.org> | 2011-04-18 18:41:57 -0400 |
commit | eb5ec4457a826bf6edadc9fa1816fac94d4a5c6a (patch) | |
tree | 5d99f21c01f8ed598631456acf3e0f576b6e610b /include | |
parent | 55111dfa67353632608240a13c0fcc7b47b1c843 (diff) | |
download | bayonetcms-eb5ec4457a826bf6edadc9fa1816fac94d4a5c6a.tar.gz |
Adjusted the Bayonet license (some files may have been missed)
Diffstat (limited to 'include')
-rw-r--r-- | include/classes.php | 20 | ||||
-rw-r--r-- | include/debug.php | 6 | ||||
-rw-r--r-- | include/functions.php | 6 | ||||
-rw-r--r-- | include/sql.class.php | 4 |
4 files changed, 27 insertions, 9 deletions
diff --git a/include/classes.php b/include/classes.php index ac62115..321e063 100644 --- a/include/classes.php +++ b/include/classes.php @@ -1,4 +1,22 @@ <?php +/** + * Bayonet Content Management System + * Copyright (C) 2008-2011 Joseph Hunkeler & Evan O'Connell + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + abstract class Bayonet_Layout { @@ -235,4 +253,4 @@ class BayonetForm } } -?>
\ No newline at end of file +?> diff --git a/include/debug.php b/include/debug.php index a0c2236..6a9f982 100644 --- a/include/debug.php +++ b/include/debug.php @@ -1,7 +1,7 @@ <?php /** * Bayonet Content Management System - * Copyright (C) 2008 Joseph Hunkeler + * Copyright (C) 2008-2011 Joseph Hunkeler & Evan O'Connell * * 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 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ + */ define("RUDI_DEBUG",true); define("RUDI_DEBUG_LEVEL",true); @@ -222,4 +222,4 @@ function decho($message, $flag = REPEAT) */ -?>
\ No newline at end of file +?> diff --git a/include/functions.php b/include/functions.php index 370ed9f..d1456df 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,7 +1,7 @@ <?php /** * Bayonet Content Management System - * Copyright (C) 2008 Joseph Hunkeler + * Copyright (C) 2008-2011 Joseph Hunkeler & Evan O'Connell * * 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 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ + */ /** * bbcode_format() @@ -617,4 +617,4 @@ function GetBlocks($position = BLOCK_LEFT) if($config['blocks']['spacer']) echo "<br />"; } } -?>
\ No newline at end of file +?> diff --git a/include/sql.class.php b/include/sql.class.php index cb95a83..9802c9a 100644 --- a/include/sql.class.php +++ b/include/sql.class.php @@ -1,7 +1,7 @@ <?php /** * Bayonet Content Management System - * Copyright (C) 2008 Joseph Hunkeler + * Copyright (C) 2008-2011 Joseph Hunkeler & Evan O'Connell * * 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 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ + */ static $db_queries = 0; static $db_connections = 0; |