From ec195d163f8c8ed0f0e89e8d389576e2900c66b0 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 19 Aug 2007 18:08:27 -0700 Subject: [PATCH] Use (c) instead of the actual copyright symbol to avoid the really annoying character encoding issues --- Api.php | 4 ++-- App.php | 4 ++-- Date.php | 4 ++-- Db.php | 4 ++-- DbMySql.php | 4 ++-- DbMySqlI.php | 4 ++-- DbPostgreSql.php | 4 ++-- Functions.php | 4 ++-- Graph.php | 2 +- GraphLine.php | 2 +- GraphPie.php | 2 +- Input.php | 4 ++-- Installer.php | 2 +- Mail.php | 4 ++-- Pagination.php | 4 ++-- Printer.php | 2 +- PrinterBaseElement.php | 2 +- PrinterCss.php | 4 ++-- PrinterElement.php | 2 +- PrinterLabelElement.php | 2 +- PrinterNavigation.php | 2 +- PrinterRootElement.php | 2 +- PrinterRootElementForm.php | 2 +- PrinterRootElementPage.php | 2 +- PrinterRootElementTable.php | 2 +- PrinterTableElement.php | 2 +- Template.php | 4 ++-- UnitTest/AppTest.php | 2 +- UnitTest/Coverage.php | 2 +- UnitTest/FunctionsTest.php | 2 +- UnitTest/InputTest.php | 2 +- UnitTest/RegisterTest.php | 2 +- UnitTest/tests.config.php.new | 2 +- Xml.php | 4 ++-- 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 ++-- 40 files changed, 55 insertions(+), 55 deletions(-) diff --git a/Api.php b/Api.php index 38695a1..59b0ef7 100644 --- a/Api.php +++ b/Api.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -71,7 +71,7 @@ if (!defined('REQ_AUTO')) * insert. * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/App.php b/App.php index 03276a4..59293c2 100644 --- a/App.php +++ b/App.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -62,7 +62,7 @@ require_once('ISSO/Functions.php'); * at any given time. * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/Date.php b/Date.php index 5a9a582..c8318ce 100644 --- a/Date.php +++ b/Date.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -38,7 +38,7 @@ define('TIMENOW', time()); * time zone * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/Db.php b/Db.php index 8e25831..9234a5e 100644 --- a/Db.php +++ b/Db.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -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 ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/DbMySql.php b/DbMySql.php index 2f0bfd7..baf83ea 100644 --- a/DbMySql.php +++ b/DbMySql.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -34,7 +34,7 @@ require_once('ISSO/Db.php'); * better error reporting and query reporting. * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/DbMySqlI.php b/DbMySqlI.php index d23b511..e697651 100644 --- a/DbMySqlI.php +++ b/DbMySqlI.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -34,7 +34,7 @@ require_once('ISSO/Db.php'); * better error reporting and query reporting. * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/DbPostgreSql.php b/DbPostgreSql.php index 5b9620a..be7233a 100644 --- a/DbPostgreSql.php +++ b/DbPostgreSql.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -34,7 +34,7 @@ require_once('ISSO/Db.php'); * better error reporting and query reporting. * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/Functions.php b/Functions.php index 39120e1..97ff605 100644 --- a/Functions.php +++ b/Functions.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -32,7 +32,7 @@ * can store data while remaining static. * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/Graph.php b/Graph.php index f8dd8f6..07a45bd 100644 --- a/Graph.php +++ b/Graph.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/GraphLine.php b/GraphLine.php index 473215a..b8816e9 100644 --- a/GraphLine.php +++ b/GraphLine.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/GraphPie.php b/GraphPie.php index b123fa9..a1eb6b8 100644 --- a/GraphPie.php +++ b/GraphPie.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/Input.php b/Input.php index eb48991..24f8d2f 100644 --- a/Input.php +++ b/Input.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Iris Studios, Inc. +|| # Copyright (c)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 @@ -79,7 +79,7 @@ define('TYPE_BIN', 128); * data, the referer matches the host * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/Installer.php b/Installer.php index 21d7325..4ea44c3 100644 --- a/Installer.php +++ b/Installer.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/Mail.php b/Mail.php index d809371..ae539bf 100644 --- a/Mail.php +++ b/Mail.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -34,7 +34,7 @@ require_once('ISSO/Functions.php'); * sends mail with full email headers. * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/Pagination.php b/Pagination.php index 4986f14..3cacb85 100644 --- a/Pagination.php +++ b/Pagination.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -34,7 +34,7 @@ * then create a page navigator and manage the SQL LIMIT statements. * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/Printer.php b/Printer.php index a1589da..ed299b1 100644 --- a/Printer.php +++ b/Printer.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/PrinterBaseElement.php b/PrinterBaseElement.php index 000fee7..bee816b 100644 --- a/PrinterBaseElement.php +++ b/PrinterBaseElement.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/PrinterCss.php b/PrinterCss.php index 9d7ca00..5f67e67 100644 --- a/PrinterCss.php +++ b/PrinterCss.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -38,7 +38,7 @@ require_once('ISSO/Functions.php'); * preparing revert links for properties * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/PrinterElement.php b/PrinterElement.php index 372aba6..c52a2c4 100644 --- a/PrinterElement.php +++ b/PrinterElement.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/PrinterLabelElement.php b/PrinterLabelElement.php index 114345b..877c1b7 100644 --- a/PrinterLabelElement.php +++ b/PrinterLabelElement.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/PrinterNavigation.php b/PrinterNavigation.php index 04e0980..040979f 100644 --- a/PrinterNavigation.php +++ b/PrinterNavigation.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/PrinterRootElement.php b/PrinterRootElement.php index e4922b9..d020761 100644 --- a/PrinterRootElement.php +++ b/PrinterRootElement.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/PrinterRootElementForm.php b/PrinterRootElementForm.php index d7e3abc..b2daaa9 100644 --- a/PrinterRootElementForm.php +++ b/PrinterRootElementForm.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/PrinterRootElementPage.php b/PrinterRootElementPage.php index e67a414..4af1ad5 100644 --- a/PrinterRootElementPage.php +++ b/PrinterRootElementPage.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/PrinterRootElementTable.php b/PrinterRootElementTable.php index e99bfce..abfd890 100644 --- a/PrinterRootElementTable.php +++ b/PrinterRootElementTable.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/PrinterTableElement.php b/PrinterTableElement.php index fd0d60e..f047660 100644 --- a/PrinterTableElement.php +++ b/PrinterTableElement.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/Template.php b/Template.php index 556377a..916d1a3 100644 --- a/Template.php +++ b/Template.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -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 ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/UnitTest/AppTest.php b/UnitTest/AppTest.php index 57ddf84..be95995 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 ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/Coverage.php b/UnitTest/Coverage.php index aafd718..130d6ae 100644 --- a/UnitTest/Coverage.php +++ b/UnitTest/Coverage.php @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Bugdar [#]version[#] -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/UnitTest/FunctionsTest.php b/UnitTest/FunctionsTest.php index 4f2304c..5ec257e 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 ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/InputTest.php b/UnitTest/InputTest.php index b41fa84..374d48d 100644 --- a/UnitTest/InputTest.php +++ b/UnitTest/InputTest.php @@ -94,7 +94,7 @@ class InputTest extends PHPUnit_Framework_TestCase $this->assertEquals('', $this->fixture->clean('', TYPE_NONE)); - $this->assertEquals('åß∂ƒ©˙∆˚¬…æΩ≈ç√∫≤≥÷œ∑®†¥øπ“‘’”', $this->fixture->clean('åß∂ƒ©˙∆˚¬…æΩ≈ç√∫≤≥÷œ∑®†¥øπ“‘’”', TYPE_BIN)); + $this->assertEquals('åß∂ƒ(c)˙∆˚¬…æΩ≈ç√∫≤≥÷œ∑®†¥øπ“‘’”', $this->fixture->clean('åß∂ƒ(c)˙∆˚¬…æΩ≈ç√∫≤≥÷œ∑®†¥øπ“‘’”', TYPE_BIN)); try { diff --git a/UnitTest/RegisterTest.php b/UnitTest/RegisterTest.php index 3a32b24..a695270 100644 --- a/UnitTest/RegisterTest.php +++ b/UnitTest/RegisterTest.php @@ -7,7 +7,7 @@ require_once('ISSO/Register.php'); * Register Test Suite * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO Tests * */ diff --git a/UnitTest/tests.config.php.new b/UnitTest/tests.config.php.new index 5213c2d..cb706f2 100644 --- a/UnitTest/tests.config.php.new +++ b/UnitTest/tests.config.php.new @@ -2,7 +2,7 @@ /*=====================================================================* || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/Xml.php b/Xml.php index 513ea10..5fbb590 100644 --- a/Xml.php +++ b/Xml.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -32,7 +32,7 @@ * array is returned with the parsed information. * * @author Blue Static -* @copyright Copyright ©2002 - 2007, Blue Static +* @copyright Copyright (c)2002 - 2007, Blue Static * @package ISSO * */ diff --git a/docs/makepo.sh.php b/docs/makepo.sh.php index 2346cc5..c4e5997 100755 --- a/docs/makepo.sh.php +++ b/docs/makepo.sh.php @@ -3,7 +3,7 @@ /*=====================================================================*\ || ################################################################### || # xgettext For ISSO PHP and Template Files -|| # Copyright ©2002-2007 Iris Studios, Inc. +|| # Copyright (c)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 diff --git a/docs/tools/function_finder.php b/docs/tools/function_finder.php index cabcd1e..fcbd3f2 100755 --- a/docs/tools/function_finder.php +++ b/docs/tools/function_finder.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/php520-test/Dates.php b/php520-test/Dates.php index 7cfa59d..2874bbb 100644 --- a/php520-test/Dates.php +++ b/php520-test/Dates.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # ISSO -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/php520-test/PDO.php b/php520-test/PDO.php index 811ddbe..9583208 100644 --- a/php520-test/PDO.php +++ b/php520-test/PDO.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # ISSO -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/php520-test/SimpleXml.php b/php520-test/SimpleXml.php index da8663a..b5f1d61 100644 --- a/php520-test/SimpleXml.php +++ b/php520-test/SimpleXml.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 diff --git a/printer.css.php b/printer.css.php index 37269c7..2df350d 100755 --- a/printer.css.php +++ b/printer.css.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Blue Static ISSO Framework -|| # Copyright ©2002-2007 Blue Static +|| # Copyright (c)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 @@ -28,7 +28,7 @@ $css = <<