Removing all the package replacement tags and SVN keyword tags
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 20 Aug 2007 00:58:02 +0000 (17:58 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 20 Aug 2007 00:58:02 +0000 (17:58 -0700)
43 files changed:
Api.php
App.php
Date.php
Db.php
DbMySql.php
DbMySqlI.php
DbPostgreSql.php
Functions.php
Graph.php
GraphLine.php
GraphPie.php
Input.php
Installer.php
Mail.php
Pagination.php
Printer.php
PrinterBaseElement.php
PrinterCss.php
PrinterElement.php
PrinterLabelElement.php
PrinterNavigation.php
PrinterRootElement.php
PrinterRootElementForm.php
PrinterRootElementPage.php
PrinterRootElementTable.php
PrinterTableElement.php
Template.php
UnitTest/AppTest.php
UnitTest/Coverage.php
UnitTest/DateTest.php
UnitTest/FunctionsTest.php
UnitTest/InputTest.php
UnitTest/RegisterTest.php
UnitTest/XmlTest.php
Xml.php
docs/makepo.sh.php
docs/tools/function_finder.php
docs/tools/info.php
docs/tools/wordrunner.php
php520-test/Dates.php
php520-test/PDO.php
php520-test/SimpleXml.php
printer.css.php

diff --git a/Api.php b/Api.php
index acb41987a5b466634eef32dbe1ee35e4f202c690..38695a14308433b9daae84fbf72f9233dc2e6427 100644 (file)
--- 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 778be638caebf4a456f10cdf56e992a6eb86debf..03276a464f970cbeac883d5829586f8215d15719 100644 (file)
--- 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
index 5ac9bc0fdb5c6a89dd464413a94b0dc63ce708d0..5a9a5829a170b844b710ae49998545f82bb710e3 100644 (file)
--- 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 2bfe2c59b670c2a146ec3e76ddda3e77980b2550..8e258316393de1c48a02bd62529abca5be30fc43 100644 (file)
--- 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
index a01db030922fe766b741da738a7bd8099816d6f2..2f0bfd72c50fc38390258ce31f2f7eb896966114 100644 (file)
@@ -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
index 4f3fb44f7e7f6cb880a6b47fa932541c063fa320..d23b511843087f5c0981bf9ec4429a76ef744a08 100644 (file)
@@ -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
index 505942794397f384db721c117704c676b8d1a7a4..5b9620a70f2fbc95cb6fa31e2785fe069a1e233e 100644 (file)
@@ -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
index 27a4b37c64ea8deebaaa2671be7b95995f0ff083..39120e170f130c841a961f9b0b2de5f7be9c521d 100644 (file)
@@ -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
index c67ecdbf282e9f66b84d37f04fe56454b6e2d400..f8dd8f694c433418fb311f9c80e870a827d8223e 100644 (file)
--- 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
index bb0240f2412db3ec6d5d1acdcaced092504c1086..473215af08e6eb08650531b57119758bc88e53f8 100644 (file)
@@ -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
index 317a38d3e06f9539fd0728e344338f723ee4a31a..b123fa9c35e7443635d41e33aa2fae846ac6fe47 100644 (file)
@@ -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
index 635c8d079a2422dc907b6bb8fc539b8801238f36..eb48991e5e123bf6fb6b28b2c135a93e8115b2fb 100644 (file)
--- 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
index 3fc977f1eb486879eeabcbb1dff1f3bb251b7d94..21d732535d594400bed77e0d314ae33f21451428 100644 (file)
@@ -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
index 8aa4ee74e77be8e3d1f01de9ffa8bd6e042517f3..d80937118bf6844a4e4be284c329c1bd846ca862 100644 (file)
--- 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
index c5412f91699f5e418745c560bbae77376eab98a2..4986f14c7dcb2201decdc65fd03902be5dc68162 100644 (file)
@@ -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
index 5c4359dc2855f9ebeee036a03040534c590bf8d9..a1589daa6c21cc6151fd1d605ae0ad74b13a7946 100644 (file)
@@ -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
index 0ed1a83e7189780e9ee8979e7770c263c91577e9..000fee7cb6a3a4121615a15272b91d513b1dc467 100644 (file)
@@ -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
index cf5dd25a2bf088d176432c1a900a5e9a022e93a4..9d7ca00dd0c281bb17bebd92395cbd6d65d67a2a 100644 (file)
@@ -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
index 3bf9cc1f94207b76194d0ee03fed435f4eeb65bf..372aba65c2678ca883580288bc292d92d659adbb 100644 (file)
@@ -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
index 30e8cd81fc6920249882428b2afe774b8a59990b..114345b7ba2565eacf7d243d3f08053c0fc83bf8 100644 (file)
@@ -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
index e9c32b1658ef8e83c9e4ec77abe980473d32d873..04e098007adb82f4ca5928739d89be3de1e7584d 100644 (file)
@@ -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
index 2cf47391d6d3e4c10914bc177fbd66d2f33ea235..e4922b978dfebbebc4627fae4ca238e0abc2c016 100644 (file)
@@ -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
index 69861cae83e4d3ebc86cd91b3d655f630f6a890c..d7e3abc01c8b612835d194668cf0dfa2f3cac5ad 100644 (file)
@@ -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
index 6508751b5ec473c94093a7e6e322bbaedc419498..e67a41425e79edecd7de151726b7607527bf552a 100644 (file)
@@ -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
index 763fd17680624ce56f468bac734e296650986003..e99bfce031f833c4400d0036b0d0766e4c291bbf 100644 (file)
@@ -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
index d81d722fda9b7ff8723c2ff8701f903fcc2b9486..fd0d60e6105b43a92e4c28b5c0b1167eb50c81d3 100644 (file)
@@ -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
index 48da87dc4678aa4123274225863e95f1a96577f6..556377a97bc61f881e1a3a394e8dc36d2805afb5 100644 (file)
@@ -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
index 42d6d643f6b4fcb985c843e65862c4978e8556a5..57ddf8439a38a44a8310dd5cd0ac966919eed431 100644 (file)
@@ -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
 * 
 */
index 625c7936ac5e15b67ba9fe118d07cfcd0c7a87e4..aafd718144fb85f219310fdcceb89ccb12aa6d86 100644 (file)
@@ -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
index 2008cb08923c04a46c77487202a5f86039fc88d0..257b47900c961fab5ca8055f12df17a2e6994377 100644 (file)
@@ -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
 *
 */
index 59c9cf79aac13940e000c6b5b6c70d4f861caeba..4f2304c9e67ccfa010393c3882681352454ed3cd 100644 (file)
@@ -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
 * 
 */
index b2bc4a2eb038e68b60b257c80bc724076bd25e8c..b41fa847054e44afe0770627c3bb9e73b4de6648 100644 (file)
@@ -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
 *
 */
index b6f5938ae2d89257c658875b6f7545a1ca4d177f..3a32b2453311d83a6ba72bd0e696c7c7a628c33d 100644 (file)
@@ -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
 * 
 */
index d684d85fcc07b45a4a0b7f29a4393eaec7930de6..0413831fed4465aca751f692aa302419e2dd7e3a 100644 (file)
@@ -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 23aa9b6eaa0ce52b9819cda843a6674b13a760d6..513ea1088e395c703ac6189bdc5b87472639a21e 100644 (file)
--- 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
index ae59c12271caa736b47878ae5fb579a8b8bf133e..2346cc51dae07c6a6c18eab43b000d7c1fb9ad5b 100755 (executable)
@@ -2,12 +2,12 @@
 <?php
 /*=====================================================================*\
 || ###################################################################
-|| # xgettext For ISSO PHP and Template Files [#]version[#]
-|| # Copyright ©2002-[#]year[#] Iris Studios, Inc.
+|| # xgettext For ISSO PHP and Template Files
+|| # 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
@@ -80,10 +80,4 @@ foreach ($removelater AS $path)
        unlink($path);
 }
 
-/*=====================================================================*\
-|| ###################################################################
-|| # $HeadURL$
-|| # $Id$
-|| ###################################################################
-\*=====================================================================*/
 ?>
\ No newline at end of file
index e16be686223f1d11a5487930ca32c2943096ec10..cabcd1e26a90eea033c62639963c0895e60e6bf9 100755 (executable)
@@ -1,11 +1,22 @@
 <?php
 /*=====================================================================*\
-|| ################################################################### ||
-|| # Function Finder [#]version[#]
-|| # --------------------------------------------------------------- # ||
-|| # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
-|| # This file may not be reproduced in any way without permission.  # ||
-|| ################################################################### ||
+|| ###################################################################
+|| # Blue Static ISSO Framework
+|| # 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 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
+|| # 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, write to the Free Software Foundation, Inc.,
+|| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+|| ###################################################################
 \*=====================================================================*/
 
 $path = '/Server/htdocs/sportal/';
@@ -445,10 +456,4 @@ function fetch_methods($file)
        return array('methods' => $elements, 'limiters' => $limiters);
 }
 
-/*=====================================================================*\
-|| ###################################################################
-|| # $HeadURL$
-|| # $Id$
-|| ###################################################################
-\*=====================================================================*/
 ?>
\ No newline at end of file
index b96d61a2c75b03ad7a47d48fa484fd1f940b61ad..b619169f3e0d1146025c1b8b06111a0ac045478e 100644 (file)
@@ -1 +1 @@
-<?php\r\rphpinfo();\r\r// SVN: $Id$\r\r?>
\ No newline at end of file
+<?php\r\rphpinfo();\r\r?>
\ No newline at end of file
index 093f4bf103f5bc10bf10268bd753fa17196226af..02bc8b69667ba28cd48fec99b2fdc2945702048f 100755 (executable)
@@ -8,7 +8,6 @@
 <body>
 
 <?php
-// SVN: $Id$
 
 error_reporting(E_ALL & ~E_NOTICE);
 
index 97c4e27c21707dc496dd225da30dcdffaef47d7e..7cfa59d660c2d68997a2057694bb0771602a19e2 100644 (file)
@@ -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
@@ -32,10 +32,4 @@ $date = new DateTime('@1184454242');
 $date->setTimeZone($tz);
 echo $date->format('r');
 
-/*=====================================================================*\
-|| ###################################################################
-|| # $HeadURL$
-|| # $Id$
-|| ###################################################################
-\*=====================================================================*/
 ?>
\ No newline at end of file
index 1e9d1c1a226cc3c36cef8f99890626564ed428cf..811ddbe9d2e7e947bce0e370c0f53228d2d98b05 100644 (file)
@@ -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
index 2eebe1a683c075ce7dc3ceb92764fa713ccc096e..da8663a9c28503637129f2f17e82a1ffdc3a10be 100644 (file)
@@ -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 version="1.0" encoding="utf-8" ?>
 $xml = new SimpleXmlElement($data);
 print_r($xml);
 
-
-/*=====================================================================*\
-|| ###################################################################
-|| # $HeadURL$
-|| # $Id$
-|| ###################################################################
-\*=====================================================================*/
 ?>
\ No newline at end of file
index 5c77a0cdf98c97a2a9d5bb904451122c334a2a1b..37269c7cce8d4d08ace6e8eb660cc91df3b14f97 100755 (executable)
@@ -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 = <<<CSS
 /*=====================================================================*\
 || ###################################################################
 || # 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
@@ -424,10 +424,4 @@ if (!$included)
        echo $css;
 }
 
-/*=====================================================================*\
-|| ###################################################################
-|| # $HeadURL$
-|| # $Id$
-|| ###################################################################
-\*=====================================================================*/
 ?>
\ No newline at end of file