From aafcd378adf5696f7488d27215f9a6b5dbcdd573 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 4 Jan 2009 18:07:24 -0800 Subject: [PATCH] Happy new year! --- Api.php | 8 ++++---- App.php | 4 ++-- Date.php | 4 ++-- Db.php | 8 ++++---- DbMySql.php | 6 +++--- DbMySqlI.php | 6 +++--- DbPostgreSql.php | 6 +++--- Decorator.css.php | 2 +- Decorator.js | 2 +- ExceptionHandler.php | 4 ++-- Functions.php | 4 ++-- Input.php | 4 ++-- Installer.php | 4 ++-- Mail.php | 4 ++-- Pagination.php | 4 ++-- Printer.php | 4 ++-- PrinterAbstract.php | 4 ++-- PrinterElement.php | 4 ++-- PrinterElementLabel.php | 4 ++-- PrinterElementTable.php | 4 ++-- PrinterNavigation.php | 4 ++-- PrinterRootAbstract.php | 4 ++-- PrinterRootForm.php | 4 ++-- PrinterRootPage.php | 4 ++-- PrinterRootTable.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 +- printer.css.php | 4 ++-- version.php | 2 +- 36 files changed, 68 insertions(+), 68 deletions(-) diff --git a/Api.php b/Api.php index 2636d40..aa6d6ca 100644 --- a/Api.php +++ b/Api.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ @@ -558,7 +558,7 @@ abstract class BSApi * of exceptions that can be thrown as one * * @author rsesek - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ @@ -606,7 +606,7 @@ class ApiException extends Exception * This exception represents a problem with an API field * * @author rsesek - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/App.php b/App.php index 5e0fce7..98b04bd 100644 --- a/App.php +++ b/App.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 @@ -63,7 +63,7 @@ set_exception_handler(array('BSExceptionHandler', 'handle')); * at any given time. * * @author Blue Static - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/Date.php b/Date.php index 76e2696..6f8ae98 100644 --- a/Date.php +++ b/Date.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/Db.php b/Db.php index 27d1fb2..169893d 100644 --- a/Db.php +++ b/Db.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ @@ -342,7 +342,7 @@ abstract class BSDb * This class holds result information for a database result * * @author rsesek - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ @@ -541,7 +541,7 @@ abstract class BSDbResult implements Iterator * Exception handler class for the database classes * * @author Blue Static - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/DbMySql.php b/DbMySql.php index 13d693e..8995eec 100644 --- a/DbMySql.php +++ b/DbMySql.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ @@ -174,7 +174,7 @@ class BSDbMySql extends BSDb * This class holds result information for a database result * * @author rsesek - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/DbMySqlI.php b/DbMySqlI.php index 3c5015f..008a102 100644 --- a/DbMySqlI.php +++ b/DbMySqlI.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ @@ -147,7 +147,7 @@ class BSDbMySqlI extends BSDb * This class holds result information for a database result * * @author rsesek - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/DbPostgreSql.php b/DbPostgreSql.php index 2d707a4..59929a8 100644 --- a/DbPostgreSql.php +++ b/DbPostgreSql.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ @@ -163,7 +163,7 @@ class BSDbPostgreSql extends BSDb * This class holds result information for a database result * * @author rsesek - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/Decorator.css.php b/Decorator.css.php index 42f4c0c..d126f3f 100644 --- a/Decorator.css.php +++ b/Decorator.css.php @@ -7,7 +7,7 @@ header("Content-Type: text/css"); /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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/Decorator.js b/Decorator.js index f2f38f6..9fb86cb 100644 --- a/Decorator.js +++ b/Decorator.js @@ -1,7 +1,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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/ExceptionHandler.php b/ExceptionHandler.php index bff2812..d101e6a 100644 --- a/ExceptionHandler.php +++ b/ExceptionHandler.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 @@ -31,7 +31,7 @@ * This class will handle all exceptions that are uncaught in an application * * @author rsesek - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/Functions.php b/Functions.php index c93b35f..91a8eee 100644 --- a/Functions.php +++ b/Functions.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/Input.php b/Input.php index 08873f9..8a53ef2 100644 --- a/Input.php +++ b/Input.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Iris Studios, Inc. +|| # Copyright (c)2005-2009 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 @@ -75,7 +75,7 @@ define('TYPE_BIN', 128); * This class is responsible for cleaning input. * * @author Blue Static - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/Installer.php b/Installer.php index 8835afa..24348af 100644 --- a/Installer.php +++ b/Installer.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/Mail.php b/Mail.php index 8e6a646..aceb474 100644 --- a/Mail.php +++ b/Mail.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/Pagination.php b/Pagination.php index 87bb0ba..e66af23 100644 --- a/Pagination.php +++ b/Pagination.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/Printer.php b/Printer.php index 5bd6764..fa36349 100644 --- a/Printer.php +++ b/Printer.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 @@ -43,7 +43,7 @@ require_once(ISSO . '/PrinterNavigation.php'); * information and use the other classes to generate the code. * * @author Blue Static - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/PrinterAbstract.php b/PrinterAbstract.php index d06e6eb..be53b26 100644 --- a/PrinterAbstract.php +++ b/PrinterAbstract.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/PrinterElement.php b/PrinterElement.php index 977984b..21590c6 100644 --- a/PrinterElement.php +++ b/PrinterElement.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 . '/PrinterAbstract.php'); * and are only attached to a parent. * * @author Blue Static - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/PrinterElementLabel.php b/PrinterElementLabel.php index ccaa4ed..673ab80 100644 --- a/PrinterElementLabel.php +++ b/PrinterElementLabel.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 . '/PrinterAbstract.php'); * standard printer * * @author Blue Static - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/PrinterElementTable.php b/PrinterElementTable.php index 2fe58b0..7243426 100644 --- a/PrinterElementTable.php +++ b/PrinterElementTable.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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'); * This represents a table row that holds elements. * * @author Blue Static - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/PrinterNavigation.php b/PrinterNavigation.php index 2de0cce..b41175a 100644 --- a/PrinterNavigation.php +++ b/PrinterNavigation.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/PrinterRootAbstract.php b/PrinterRootAbstract.php index ab6ca2a..d470871 100644 --- a/PrinterRootAbstract.php +++ b/PrinterRootAbstract.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 . '/PrinterAbstract.php'); * does not mean that all root elements produce valid XHTML. * * @author Blue Static - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/PrinterRootForm.php b/PrinterRootForm.php index b347283..4d03735 100644 --- a/PrinterRootForm.php +++ b/PrinterRootForm.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 . '/PrinterRootAbstract.php'); * then it will be painted as a child, otherwise it will act as a root. * * @author Blue Static - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/PrinterRootPage.php b/PrinterRootPage.php index b76b54a..6a46bcf 100644 --- a/PrinterRootPage.php +++ b/PrinterRootPage.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 . '/PrinterRootAbstract.php'); * printer applications * * @author Blue Static - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/PrinterRootTable.php b/PrinterRootTable.php index 108f58b..3ce8514 100644 --- a/PrinterRootTable.php +++ b/PrinterRootTable.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 . '/PrinterRootAbstract.php'); * then it will be painted as a child, otherwise it will act as a root. * * @author Blue Static - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/Template.php b/Template.php index 1d90c72..ab0a294 100644 --- a/Template.php +++ b/Template.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO * */ diff --git a/UnitTest/ApiTest.php b/UnitTest/ApiTest.php index 034ca11..7b07375 100644 --- a/UnitTest/ApiTest.php +++ b/UnitTest/ApiTest.php @@ -8,7 +8,7 @@ require_once ISSO . '/DbMySql.php'; * ApiTest * * @author rsesek - * @copyright Copyright (c)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/AppTest.php b/UnitTest/AppTest.php index 7ebb49a..2924f2f 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/DateTest.php b/UnitTest/DateTest.php index 282dd34..e2e6fb9 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/FunctionsTest.php b/UnitTest/FunctionsTest.php index 55f9d8f..5a96c4b 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/InputTest.php b/UnitTest/InputTest.php index 8079041..34452f3 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)2005 - 2008, Blue Static + * @copyright Copyright (c)2005 - 2009, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/tests.config.php.new b/UnitTest/tests.config.php.new index df3b66e..475215a 100644 --- a/UnitTest/tests.config.php.new +++ b/UnitTest/tests.config.php.new @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 30fe8e7..fce4911 100755 --- a/docs/makepo.sh.php +++ b/docs/makepo.sh.php @@ -3,7 +3,7 @@ /*=====================================================================*\ || ################################################################### || # xgettext For ISSO PHP and Template Files -|| # Copyright (c)2005-2008 Iris Studios, Inc. +|| # Copyright (c)2005-2009 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 4378e27..5e6f347 100755 --- a/docs/tools/function_finder.php +++ b/docs/tools/function_finder.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 2c7ec95..d98db28 100755 --- a/printer.css.php +++ b/printer.css.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright (c)2005-2008 Blue Static +|| # Copyright (c)2005-2009 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 = <<