From 11a830e4f03cd2f9c2a3fa82975864d71c08733a Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 5 Jan 2008 11:57:13 -0800 Subject: [PATCH] Happy new year! --- Api.php | 8 ++++---- App.php | 6 +++--- Date.php | 4 ++-- Db.php | 8 ++++---- DbMySql.php | 6 +++--- DbMySqlI.php | 6 +++--- DbPostgreSql.php | 6 +++--- Functions.php | 4 ++-- Input.php | 4 ++-- Installer.php | 4 ++-- Mail.php | 4 ++-- Pagination.php | 4 ++-- Printer.php | 4 ++-- PrinterBaseElement.php | 4 ++-- PrinterElement.php | 4 ++-- PrinterLabelElement.php | 4 ++-- PrinterNavigation.php | 4 ++-- PrinterRootElement.php | 4 ++-- PrinterRootElementForm.php | 4 ++-- PrinterRootElementPage.php | 4 ++-- PrinterRootElementTable.php | 4 ++-- PrinterTableElement.php | 4 ++-- Template.php | 4 ++-- UnitTest/ApiTest.php | 2 +- UnitTest/AppTest.php | 2 +- UnitTest/DateTest.php | 2 +- UnitTest/FunctionsTest.php | 2 +- UnitTest/InputTest.php | 2 +- UnitTest/tests.config.php.new | 2 +- docs/makepo.sh.php | 2 +- docs/tools/function_finder.php | 2 +- php520-test/Dates.php | 2 +- php520-test/PDO.php | 2 +- php520-test/SimpleXml.php | 2 +- printer.css.php | 4 ++-- 35 files changed, 67 insertions(+), 67 deletions(-) diff --git a/Api.php b/Api.php index 4049f52..47ca47d 100644 --- a/Api.php +++ b/Api.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -72,7 +72,7 @@ if (!defined('REQ_AUTO')) * 4. try { $o->insert(); } catch (ApiException $e) {} * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ @@ -500,7 +500,7 @@ abstract class BSApi * of exceptions that can be thrown as one * * @author rsesek - * @copyright Copyright (c)2002 - 2007, Blue Static + * @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ @@ -550,7 +550,7 @@ class ApiException extends Exception * This exception represents a problem with an API field * * @author rsesek - * @copyright Copyright (c)2002 - 2007, Blue Static + * @copyright Copyright (c)2005 - 2008, Blue Static * @version $Id$ * @package ISSO * diff --git a/App.php b/App.php index 54215d5..9c95af3 100644 --- a/App.php +++ b/App.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -62,7 +62,7 @@ require_once(ISSO . '/Functions.php'); * at any given time. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ @@ -354,7 +354,7 @@ class BSApp * inner class to BSApp and cannot be instantiated outside of it. * * @author Blue Static - * @copyright Copyright (c)2002 - 2007, Blue Static + * @copyright Copyright (c)2005 - 2008, Blue Static * @version $Id$ * @package ISSO * diff --git a/Date.php b/Date.php index c8318ce..aa04bc4 100644 --- a/Date.php +++ b/Date.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -38,7 +38,7 @@ define('TIMENOW', time()); * time zone * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/Db.php b/Db.php index 549b8a2..f1b5e51 100644 --- a/Db.php +++ b/Db.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -38,7 +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 (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ @@ -355,7 +355,7 @@ abstract class BSDb * This class holds result information for a database result * * @author rsesek - * @copyright Copyright (c)2002 - 2007, Blue Static + * @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ @@ -479,7 +479,7 @@ abstract class BSDbResult * Exception handler class for the database classes * * @author Blue Static - * @copyright Copyright (c)2002 - 2007, Blue Static + * @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/DbMySql.php b/DbMySql.php index e3e93d4..0319bcf 100644 --- a/DbMySql.php +++ b/DbMySql.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -34,7 +34,7 @@ require_once(ISSO . '/Db.php'); * better error reporting and query reporting. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ @@ -187,7 +187,7 @@ class BSDbMySql extends BSDb * This class holds result information for a database result * * @author rsesek - * @copyright Copyright (c)2002 - 2007, Blue Static + * @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/DbMySqlI.php b/DbMySqlI.php index df03726..11f171b 100644 --- a/DbMySqlI.php +++ b/DbMySqlI.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -34,7 +34,7 @@ require_once(ISSO . '/Db.php'); * better error reporting and query reporting. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ @@ -159,7 +159,7 @@ class BSDbMySqlI extends BSDb * This class holds result information for a database result * * @author rsesek - * @copyright Copyright (c)2002 - 2007, Blue Static + * @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/DbPostgreSql.php b/DbPostgreSql.php index 124cfd3..75fc4b8 100644 --- a/DbPostgreSql.php +++ b/DbPostgreSql.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -34,7 +34,7 @@ require_once(ISSO . '/Db.php'); * better error reporting and query reporting. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ @@ -175,7 +175,7 @@ class BSDbPostgreSql extends BSDb * This class holds result information for a database result * * @author rsesek - * @copyright Copyright (c)2002 - 2007, Blue Static + * @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/Functions.php b/Functions.php index 8914ead..3305d9e 100644 --- a/Functions.php +++ b/Functions.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -32,7 +32,7 @@ * can store data while remaining static. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/Input.php b/Input.php index 24f8d2f..1a25be1 100644 --- a/Input.php +++ b/Input.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Iris Studios, Inc. +|| # Copyright (c)2005-2008 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 @@ -79,7 +79,7 @@ define('TYPE_BIN', 128); * data, the referer matches the host * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/Installer.php b/Installer.php index 9cff8f2..c65f471 100644 --- a/Installer.php +++ b/Installer.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -33,7 +33,7 @@ * in numerical order. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/Mail.php b/Mail.php index a21b3d3..22d4ea8 100644 --- a/Mail.php +++ b/Mail.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -34,7 +34,7 @@ require_once(ISSO . '/Functions.php'); * sends mail with full email headers. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/Pagination.php b/Pagination.php index 6a970ce..b8434e1 100644 --- a/Pagination.php +++ b/Pagination.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -34,7 +34,7 @@ * then create a page navigator and manage the SQL LIMIT statements. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/Printer.php b/Printer.php index 9aafdbd..5075b4d 100644 --- a/Printer.php +++ b/Printer.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -42,7 +42,7 @@ require_once(ISSO . '/PrinterTableElement.php'); * information and use the other classes to generate the code. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/PrinterBaseElement.php b/PrinterBaseElement.php index fde5033..071329f 100644 --- a/PrinterBaseElement.php +++ b/PrinterBaseElement.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -35,7 +35,7 @@ require_once(ISSO . '/PrinterElement.php'); * and are only attached to a parent. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/PrinterElement.php b/PrinterElement.php index c52a2c4..f1c503e 100644 --- a/PrinterElement.php +++ b/PrinterElement.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -32,7 +32,7 @@ * the basic functionality of an element. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/PrinterLabelElement.php b/PrinterLabelElement.php index 607f4a9..63866dc 100644 --- a/PrinterLabelElement.php +++ b/PrinterLabelElement.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -34,7 +34,7 @@ require_once(ISSO . '/PrinterElement.php'); * standard printer * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/PrinterNavigation.php b/PrinterNavigation.php index 040979f..50101a2 100644 --- a/PrinterNavigation.php +++ b/PrinterNavigation.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -34,7 +34,7 @@ * tabs (top of the page), groups (blocks of link actions), and links * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/PrinterRootElement.php b/PrinterRootElement.php index cbed774..e4e77dc 100644 --- a/PrinterRootElement.php +++ b/PrinterRootElement.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -35,7 +35,7 @@ require_once(ISSO . '/PrinterElement.php'); * does not mean that all root elements produce valid XHTML. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/PrinterRootElementForm.php b/PrinterRootElementForm.php index 8a6207c..4ea6075 100644 --- a/PrinterRootElementForm.php +++ b/PrinterRootElementForm.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -34,7 +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 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/PrinterRootElementPage.php b/PrinterRootElementPage.php index 9bfe8b7..b002a22 100644 --- a/PrinterRootElementPage.php +++ b/PrinterRootElementPage.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -34,7 +34,7 @@ require_once(ISSO . '/PrinterRootElement.php'); * printer applications * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/PrinterRootElementTable.php b/PrinterRootElementTable.php index 2465e1c..f6e87be 100644 --- a/PrinterRootElementTable.php +++ b/PrinterRootElementTable.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -34,7 +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 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/PrinterTableElement.php b/PrinterTableElement.php index e504351..f1305be 100644 --- a/PrinterTableElement.php +++ b/PrinterTableElement.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -34,7 +34,7 @@ require_once(ISSO . '/PrinterBaseElement.php'); * This represents a table row that holds elements. * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/Template.php b/Template.php index 552df5c..4b2da85 100644 --- a/Template.php +++ b/Template.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -39,7 +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 (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO * */ diff --git a/UnitTest/ApiTest.php b/UnitTest/ApiTest.php index 22191a0..cdb2517 100644 --- a/UnitTest/ApiTest.php +++ b/UnitTest/ApiTest.php @@ -7,7 +7,7 @@ require_once ISSO . '/Api.php'; * ApiTest * * @author rsesek - * @copyright Copyright (c)2002 - 2007, Blue Static + * @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/AppTest.php b/UnitTest/AppTest.php index ea4b062..6130ccf 100644 --- a/UnitTest/AppTest.php +++ b/UnitTest/AppTest.php @@ -7,7 +7,7 @@ require_once 'PHPUnit/Framework.php'; * Application Test Suite * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/DateTest.php b/UnitTest/DateTest.php index 9b36be2..8aa42df 100644 --- a/UnitTest/DateTest.php +++ b/UnitTest/DateTest.php @@ -6,7 +6,7 @@ require_once 'PHPUnit/Framework.php'; * DateTest * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/FunctionsTest.php b/UnitTest/FunctionsTest.php index 56b55a7..269b29e 100644 --- a/UnitTest/FunctionsTest.php +++ b/UnitTest/FunctionsTest.php @@ -6,7 +6,7 @@ require_once 'PHPUnit/Framework.php'; * Functions Test Suite * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/InputTest.php b/UnitTest/InputTest.php index af8ae98..01adc63 100644 --- a/UnitTest/InputTest.php +++ b/UnitTest/InputTest.php @@ -6,7 +6,7 @@ require_once 'PHPUnit/Framework.php'; * InputTest * * @author Blue Static -* @copyright Copyright (c)2002 - 2007, Blue Static +* @copyright Copyright (c)2005 - 2008, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/tests.config.php.new b/UnitTest/tests.config.php.new index cb706f2..df3b66e 100644 --- a/UnitTest/tests.config.php.new +++ b/UnitTest/tests.config.php.new @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 diff --git a/docs/makepo.sh.php b/docs/makepo.sh.php index c4e5997..29b7024 100755 --- a/docs/makepo.sh.php +++ b/docs/makepo.sh.php @@ -3,7 +3,7 @@ /*=====================================================================*\ || ################################################################### || # xgettext For ISSO PHP and Template Files -|| # Copyright (c)2002-2007 Iris Studios, Inc. +|| # Copyright (c)2005-2008 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 diff --git a/docs/tools/function_finder.php b/docs/tools/function_finder.php index fcbd3f2..620b957 100755 --- a/docs/tools/function_finder.php +++ b/docs/tools/function_finder.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 diff --git a/php520-test/Dates.php b/php520-test/Dates.php index 2874bbb..2afcb15 100644 --- a/php520-test/Dates.php +++ b/php520-test/Dates.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # ISSO -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 diff --git a/php520-test/PDO.php b/php520-test/PDO.php index 9583208..09abdb6 100644 --- a/php520-test/PDO.php +++ b/php520-test/PDO.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # ISSO -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 diff --git a/php520-test/SimpleXml.php b/php520-test/SimpleXml.php index b5f1d61..a441238 100644 --- a/php520-test/SimpleXml.php +++ b/php520-test/SimpleXml.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 diff --git a/printer.css.php b/printer.css.php index 2df350d..bca528d 100755 --- a/printer.css.php +++ b/printer.css.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2002-2007 Blue Static +|| # Copyright (c)2005-2008 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 @@ -28,7 +28,7 @@ $css = <<