pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3471 - trunk/pingus/contrib


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3471 - trunk/pingus/contrib
Date: Sat, 3 Nov 2007 07:42:36 +0100

Author: grumbel
Date: 2007-11-03 07:42:35 +0100 (Sat, 03 Nov 2007)
New Revision: 3471

Modified:
   trunk/pingus/contrib/sexpr.rb
Log:
- added copyright header

Modified: trunk/pingus/contrib/sexpr.rb
===================================================================
--- trunk/pingus/contrib/sexpr.rb       2007-11-03 06:18:56 UTC (rev 3470)
+++ trunk/pingus/contrib/sexpr.rb       2007-11-03 06:42:35 UTC (rev 3471)
@@ -1,3 +1,20 @@
+#  SExpr - A simple Ruby library for parsing and validating s-expressions
+#  Copyright (C) 2007 Ingo Ruhnke <address@hidden>
+#
+#  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; either version 2
+#  of the License, or (at your option) any later version.
+#
+#  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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+
 module SExpr
   class Parser
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]