Adding copyright notices
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 19 Dec 2005 19:51:47 +0000 (19:51 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 19 Dec 2005 19:51:47 +0000 (19:51 +0000)
templates/default/code2.css

index a483d69dc15d0d2e1828077d0c713442018b0169..8cfced4170a8d277041b95741592e0794ee0abb0 100644 (file)
@@ -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
 /* Numbers */
 .code .nu0
 {
-}
\ No newline at end of file
+}
+
+/*=====================================================================*\
+|| ###################################################################
+|| # $HeadURL$
+|| # $Id$
+|| ###################################################################
+\*=====================================================================*/
\ No newline at end of file