From 0eaa09e479226357bbf712a5e39d12a775cef229 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 19 Dec 2005 19:51:47 +0000 Subject: [PATCH] Adding copyright notices --- templates/default/code2.css | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/templates/default/code2.css b/templates/default/code2.css index a483d69..8cfced4 100644 --- a/templates/default/code2.css +++ b/templates/default/code2.css @@ -1,4 +1,27 @@ -/* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */ +/*=====================================================================*\ +|| ################################################################### +|| # ViewSVN [#]version[#] +|| # Copyright ©2002-[#]year[#] 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. +|| # +|| # 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 +|| ################################################################### +\*=====================================================================*/ + +/* +* Colours adaptd from Trac by Edgewall Software (http://www.edgewall.com/trac/) +* Trac is under the GNU GPL version 2 +*/ /* Key Words I (if, do, while, etc.) */ .code .kw1 @@ -66,4 +89,11 @@ /* Numbers */ .code .nu0 { -} \ No newline at end of file +} + +/*=====================================================================*\ +|| ################################################################### +|| # $HeadURL$ +|| # $Id$ +|| ################################################################### +\*=====================================================================*/ \ No newline at end of file -- 2.22.5