aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/classes.php20
-rw-r--r--include/debug.php6
-rw-r--r--include/functions.php6
-rw-r--r--include/sql.class.php4
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;