From eb5ec4457a826bf6edadc9fa1816fac94d4a5c6a Mon Sep 17 00:00:00 2001 From: 3rd Infantry Division Date: Mon, 18 Apr 2011 15:41:57 -0700 Subject: Adjusted the Bayonet license (some files may have been missed) --- include/classes.php | 20 +++++++++++++++++++- include/debug.php | 6 +++--- include/functions.php | 6 +++--- include/sql.class.php | 4 ++-- 4 files changed, 27 insertions(+), 9 deletions(-) (limited to 'include') 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 @@ . + */ + 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 @@ . - */ + */ 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 @@ . - */ + */ /** * bbcode_format() @@ -617,4 +617,4 @@ function GetBlocks($position = BLOCK_LEFT) if($config['blocks']['spacer']) echo "
"; } } -?> \ 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 @@ . - */ + */ static $db_queries = 0; static $db_connections = 0; -- cgit