lib/cmdparse.rb in cmdparse-2.0.2 vs lib/cmdparse.rb in cmdparse-2.0.3

- old
+ new

@@ -1,32 +1,30 @@ # #-- -# -# $Id: cmdparse.rb 416 2006-06-17 19:32:55Z thomas $ -# # cmdparse: advanced command line parser supporting commands -# Copyright (C) 2004 Thomas Leitner +# Copyright (C) 2004-2010 Thomas Leitner # -# 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 file is part of cmdparse. # -# 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 +# cmdparse is free software: you can redistribute it and/or modify it under the terms of the GNU +# Lesser General Public License as published by the Free Software Foundation, either version 3 of +# the License, or (at your option) any later version. +# +# cmdparse 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 Lesser # 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 +# You should have received a copy of the GNU Lesser General Public License along with cmdparse. If +# not, see <http://www.gnu.org/licenses/>. # #++ # - # Namespace module for cmdparse. module CmdParse # The version of this cmdparse implemention - VERSION = [2, 0, 2] + VERSION = [2, 0, 3] # Base class for all cmdparse errors. class ParseError < RuntimeError