From ccba7623d1475f4efe00e5245652411912ad0bce Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 19 Aug 2007 17:58:02 -0700 Subject: [PATCH] Removing all the package replacement tags and SVN keyword tags --- Api.php | 13 +++---------- App.php | 15 ++++----------- Date.php | 13 +++---------- Db.php | 15 ++++----------- DbMySql.php | 13 +++---------- DbMySqlI.php | 13 +++---------- DbPostgreSql.php | 13 +++---------- Functions.php | 13 +++---------- Graph.php | 13 +++---------- GraphLine.php | 13 +++---------- GraphPie.php | 13 +++---------- Input.php | 13 +++---------- Installer.php | 13 +++---------- Mail.php | 13 +++---------- Pagination.php | 13 +++---------- Printer.php | 13 +++---------- PrinterBaseElement.php | 13 +++---------- PrinterCss.php | 13 +++---------- PrinterElement.php | 13 +++---------- PrinterLabelElement.php | 13 +++---------- PrinterNavigation.php | 13 +++---------- PrinterRootElement.php | 13 +++---------- PrinterRootElementForm.php | 13 +++---------- PrinterRootElementPage.php | 13 +++---------- PrinterRootElementTable.php | 13 +++---------- PrinterTableElement.php | 13 +++---------- Template.php | 13 +++---------- UnitTest/AppTest.php | 3 +-- UnitTest/Coverage.php | 4 ++-- UnitTest/DateTest.php | 3 +-- UnitTest/FunctionsTest.php | 3 +-- UnitTest/InputTest.php | 3 +-- UnitTest/RegisterTest.php | 3 +-- UnitTest/XmlTest.php | 3 +-- Xml.php | 13 +++---------- docs/makepo.sh.php | 12 +++--------- docs/tools/function_finder.php | 29 +++++++++++++++++------------ docs/tools/info.php | 2 +- docs/tools/wordrunner.php | 1 - php520-test/Dates.php | 10 ++-------- php520-test/PDO.php | 10 ++-------- php520-test/SimpleXml.php | 11 ++--------- printer.css.php | 14 ++++---------- 43 files changed, 125 insertions(+), 354 deletions(-) diff --git a/Api.php b/Api.php index acb4198..38695a1 100644 --- a/Api.php +++ b/Api.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -71,8 +71,7 @@ if (!defined('REQ_AUTO')) * insert. * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -580,10 +579,4 @@ function APIError($new = null) return $caller; } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/App.php b/App.php index 778be63..03276a4 100644 --- a/App.php +++ b/App.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -62,8 +62,7 @@ require_once('ISSO/Functions.php'); * at any given time. * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -355,7 +354,7 @@ class BSApp * inner class to BSApp and cannot be instantiated outside of it. * * @author Blue Static - * @copyright Copyright (c)2002 - [#]year[#], Blue Static + * @copyright Copyright (c)2002 - 2007, Blue Static * @version $Id$ * @package ISSO * @@ -419,10 +418,4 @@ class BSVariableRegistry } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/Date.php b/Date.php index 5ac9bc0..5a9a582 100644 --- a/Date.php +++ b/Date.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -38,8 +38,7 @@ define('TIMENOW', time()); * time zone * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -127,10 +126,4 @@ class BSDate } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/Db.php b/Db.php index 2bfe2c5..8e25831 100644 --- a/Db.php +++ b/Db.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -38,8 +38,7 @@ require_once('ISSO/Functions.php'); * ISSO_SHOW_QUERIES_LIVE - Show queries in page output as they are sent * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -448,7 +447,7 @@ abstract class BSDb * Exception handler class for the database classes * * @author Blue Static - * @copyright Copyright (c)2002 - [#]year[#], Blue Static + * @copyright Copyright (c)2002 - 2007, Blue Static * @version $Id$ * @package ISSO * @@ -487,10 +486,4 @@ class BSDbException extends Exception } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/DbMySql.php b/DbMySql.php index a01db03..2f0bfd7 100644 --- a/DbMySql.php +++ b/DbMySql.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ require_once('ISSO/Db.php'); * better error reporting and query reporting. * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -228,10 +227,4 @@ class BSDbMySql extends BSDb } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/DbMySqlI.php b/DbMySqlI.php index 4f3fb44..d23b511 100644 --- a/DbMySqlI.php +++ b/DbMySqlI.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ require_once('ISSO/Db.php'); * better error reporting and query reporting. * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -199,10 +198,4 @@ class BSDbMySqlI extends BSDb } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/DbPostgreSql.php b/DbPostgreSql.php index 5059427..5b9620a 100644 --- a/DbPostgreSql.php +++ b/DbPostgreSql.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ require_once('ISSO/Db.php'); * better error reporting and query reporting. * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -218,10 +217,4 @@ class BSDbPostgreSql extends BSDb } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/Functions.php b/Functions.php index 27a4b37..39120e1 100644 --- a/Functions.php +++ b/Functions.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -32,8 +32,7 @@ * can store data while remaining static. * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -702,10 +701,4 @@ class BSFunctions } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/Graph.php b/Graph.php index c67ecdb..f8dd8f6 100644 --- a/Graph.php +++ b/Graph.php @@ -2,11 +2,11 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -32,8 +32,7 @@ * care of things like scales, data sets, and dimensions. * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -262,10 +261,4 @@ abstract class BSGraph } } -/*=====================================================================* -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/GraphLine.php b/GraphLine.php index bb0240f..473215a 100644 --- a/GraphLine.php +++ b/GraphLine.php @@ -2,11 +2,11 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -35,8 +35,7 @@ require_once('ISSO/Graph.php'); * and a y-value. It creates PNG images. * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -292,10 +291,4 @@ class BSGraphLine extends BSGraph } } -/*=====================================================================* -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/GraphPie.php b/GraphPie.php index 317a38d..b123fa9 100644 --- a/GraphPie.php +++ b/GraphPie.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ require_once('ISSO/Graph.php'); * the data set and graph to get the byte stream returned. * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -142,10 +141,4 @@ class BSGraphPie extends BSGraph } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/Input.php b/Input.php index 635c8d0..eb48991 100644 --- a/Input.php +++ b/Input.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Iris Studios, Inc. +|| # Copyright ©2002-2007 Iris Studios, Inc. || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -79,8 +79,7 @@ define('TYPE_BIN', 128); * data, the referer matches the host * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -431,10 +430,4 @@ class BSInput } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/Installer.php b/Installer.php index 3fc977f..21d7325 100644 --- a/Installer.php +++ b/Installer.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -33,8 +33,7 @@ * in numerical order. * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -211,10 +210,4 @@ abstract class BSInstaller } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/Mail.php b/Mail.php index 8aa4ee7..d809371 100644 --- a/Mail.php +++ b/Mail.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ require_once('ISSO/Functions.php'); * sends mail with full email headers. * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -330,10 +329,4 @@ class BSMail } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/Pagination.php b/Pagination.php index c5412f9..4986f14 100644 --- a/Pagination.php +++ b/Pagination.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ * then create a page navigator and manage the SQL LIMIT statements. * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -426,10 +425,4 @@ class BSPagination } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/Printer.php b/Printer.php index 5c4359d..a1589da 100644 --- a/Printer.php +++ b/Printer.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -42,8 +42,7 @@ require_once('ISSO/PrinterTableElement.php'); * information and use the other classes to generate the code. * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -161,10 +160,4 @@ class BSPrinter } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/PrinterBaseElement.php b/PrinterBaseElement.php index 0ed1a83..000fee7 100644 --- a/PrinterBaseElement.php +++ b/PrinterBaseElement.php @@ -2,11 +2,11 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -35,8 +35,7 @@ require_once('ISSO/PrinterElement.php'); * and are only attached to a parent. * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -227,10 +226,4 @@ class BSPrinterBaseElement extends BSPrinterElement } } -/*=====================================================================* -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/PrinterCss.php b/PrinterCss.php index cf5dd25..9d7ca00 100644 --- a/PrinterCss.php +++ b/PrinterCss.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -38,8 +38,7 @@ require_once('ISSO/Functions.php'); * preparing revert links for properties * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -561,10 +560,4 @@ class BSPrinterCss } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/PrinterElement.php b/PrinterElement.php index 3bf9cc1..372aba6 100644 --- a/PrinterElement.php +++ b/PrinterElement.php @@ -2,11 +2,11 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -32,8 +32,7 @@ * the basic functionality of an element. * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -122,10 +121,4 @@ abstract class BSPrinterElement } } -/*=====================================================================* -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/PrinterLabelElement.php b/PrinterLabelElement.php index 30e8cd8..114345b 100644 --- a/PrinterLabelElement.php +++ b/PrinterLabelElement.php @@ -2,11 +2,11 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ require_once('ISSO/PrinterElement.php'); * standard printer * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -75,10 +74,4 @@ class BSPrinterLabelElement extends BSPrinterElement } } -/*=====================================================================* -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/PrinterNavigation.php b/PrinterNavigation.php index e9c32b1..04e0980 100644 --- a/PrinterNavigation.php +++ b/PrinterNavigation.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ * tabs (top of the page), groups (blocks of link actions), and links * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -255,10 +254,4 @@ class BSPrinterNavigation } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/PrinterRootElement.php b/PrinterRootElement.php index 2cf4739..e4922b9 100644 --- a/PrinterRootElement.php +++ b/PrinterRootElement.php @@ -2,11 +2,11 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -35,8 +35,7 @@ require_once('ISSO/PrinterElement.php'); * does not mean that all root elements produce valid XHTML. * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -65,10 +64,4 @@ abstract class BSPrinterRootElement extends BSPrinterElement } } -/*=====================================================================* -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/PrinterRootElementForm.php b/PrinterRootElementForm.php index 69861ca..d7e3abc 100644 --- a/PrinterRootElementForm.php +++ b/PrinterRootElementForm.php @@ -2,11 +2,11 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ require_once('ISSO/PrinterRootElement.php'); * then it will be painted as a child, otherwise it will act as a root. * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -130,10 +129,4 @@ class BSPrinterRootElementForm extends BSPrinterRootElement } } -/*=====================================================================* -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/PrinterRootElementPage.php b/PrinterRootElementPage.php index 6508751..e67a414 100644 --- a/PrinterRootElementPage.php +++ b/PrinterRootElementPage.php @@ -2,11 +2,11 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ require_once('ISSO/PrinterRootElement.php'); * printer applications * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -316,10 +315,4 @@ class BSPrinterRootElementPage extends BSPrinterRootElement } } -/*=====================================================================* -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/PrinterRootElementTable.php b/PrinterRootElementTable.php index 763fd17..e99bfce 100644 --- a/PrinterRootElementTable.php +++ b/PrinterRootElementTable.php @@ -2,11 +2,11 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ require_once('ISSO/PrinterRootElement.php'); * then it will be painted as a child, otherwise it will act as a root. * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -158,10 +157,4 @@ class BSPrinterRootElementTable extends BSPrinterRootElement } } -/*=====================================================================* -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/PrinterTableElement.php b/PrinterTableElement.php index d81d722..fd0d60e 100644 --- a/PrinterTableElement.php +++ b/PrinterTableElement.php @@ -2,11 +2,11 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,8 +34,7 @@ require_once('ISSO/PrinterBaseElement.php'); * This represents a table row that holds elements. * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ @@ -377,10 +376,4 @@ class BSPrinterTableElement extends BSPrinterElement } } -/*=====================================================================* -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/Template.php b/Template.php index 48da87d..556377a 100644 --- a/Template.php +++ b/Template.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -39,8 +39,7 @@ require_once('ISSO/Functions.php'); * CREATE TABLE template (filename VARCHAR (250) NOT NULL, template TEXT NOT NULL, timestamp INT NOT NULL); * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -647,10 +646,4 @@ class BSTemplate } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/UnitTest/AppTest.php b/UnitTest/AppTest.php index 42d6d64..57ddf84 100644 --- a/UnitTest/AppTest.php +++ b/UnitTest/AppTest.php @@ -7,8 +7,7 @@ require_once 'PHPUnit/Framework.php'; * Application Test Suite * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/Coverage.php b/UnitTest/Coverage.php index 625c793..aafd718 100644 --- a/UnitTest/Coverage.php +++ b/UnitTest/Coverage.php @@ -2,11 +2,11 @@ /*=====================================================================* || ################################################################### || # Bugdar [#]version[#] -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/UnitTest/DateTest.php b/UnitTest/DateTest.php index 2008cb0..257b479 100644 --- a/UnitTest/DateTest.php +++ b/UnitTest/DateTest.php @@ -6,8 +6,7 @@ require_once 'PHPUnit/Framework.php'; * DateTest * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/FunctionsTest.php b/UnitTest/FunctionsTest.php index 59c9cf7..4f2304c 100644 --- a/UnitTest/FunctionsTest.php +++ b/UnitTest/FunctionsTest.php @@ -6,8 +6,7 @@ require_once 'PHPUnit/Framework.php'; * Functions Test Suite * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/InputTest.php b/UnitTest/InputTest.php index b2bc4a2..b41fa84 100644 --- a/UnitTest/InputTest.php +++ b/UnitTest/InputTest.php @@ -6,8 +6,7 @@ require_once 'PHPUnit/Framework.php'; * InputTest * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/RegisterTest.php b/UnitTest/RegisterTest.php index b6f5938..3a32b24 100644 --- a/UnitTest/RegisterTest.php +++ b/UnitTest/RegisterTest.php @@ -7,8 +7,7 @@ require_once('ISSO/Register.php'); * Register Test Suite * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/XmlTest.php b/UnitTest/XmlTest.php index d684d85..0413831 100644 --- a/UnitTest/XmlTest.php +++ b/UnitTest/XmlTest.php @@ -6,8 +6,7 @@ require_once 'PHPUnit/Framework.php'; * XML Test * * @author Blue Static -* @copyright Copyright (c)2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO Tests * */ diff --git a/Xml.php b/Xml.php index 23aa9b6..513ea10 100644 --- a/Xml.php +++ b/Xml.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -32,8 +32,7 @@ * array is returned with the parsed information. * * @author Blue Static -* @copyright Copyright ©2002 - [#]year[#], Blue Static -* @version $Revision$ +* @copyright Copyright ©2002 - 2007, Blue Static * @package ISSO * */ @@ -250,10 +249,4 @@ class BSXml } } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/docs/makepo.sh.php b/docs/makepo.sh.php index ae59c12..2346cc5 100755 --- a/docs/makepo.sh.php +++ b/docs/makepo.sh.php @@ -2,12 +2,12 @@ \ No newline at end of file diff --git a/docs/tools/function_finder.php b/docs/tools/function_finder.php index e16be68..cabcd1e 100755 --- a/docs/tools/function_finder.php +++ b/docs/tools/function_finder.php @@ -1,11 +1,22 @@ $elements, 'limiters' => $limiters); } -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/docs/tools/info.php b/docs/tools/info.php index b96d61a..b619169 100644 --- a/docs/tools/info.php +++ b/docs/tools/info.php @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/tools/wordrunner.php b/docs/tools/wordrunner.php index 093f4bf..02bc8b6 100755 --- a/docs/tools/wordrunner.php +++ b/docs/tools/wordrunner.php @@ -8,7 +8,6 @@ setTimeZone($tz); echo $date->format('r'); -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/php520-test/PDO.php b/php520-test/PDO.php index 1e9d1c1..811ddbe 100644 --- a/php520-test/PDO.php +++ b/php520-test/PDO.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # ISSO -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -84,10 +84,4 @@ print_r($smt->fetch()); print_r($db->history); -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/php520-test/SimpleXml.php b/php520-test/SimpleXml.php index 2eebe1a..da8663a 100644 --- a/php520-test/SimpleXml.php +++ b/php520-test/SimpleXml.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -42,11 +42,4 @@ $data = ' $xml = new SimpleXmlElement($data); print_r($xml); - -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ ?> \ No newline at end of file diff --git a/printer.css.php b/printer.css.php index 5c77a0c..37269c7 100755 --- a/printer.css.php +++ b/printer.css.php @@ -2,11 +2,11 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ©2002-2007 Blue Static || # || # 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; version [#]gpl[#] of the License. +|| # the Free Software Foundation; version 2 of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -28,11 +28,11 @@ $css = << \ No newline at end of file -- 2.22.5