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 <[EMAIL PROTECTED]> +# +# 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 _______________________________________________ pingus-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pingus-cvs
