From 73c368eee57e9b1954a9229567d2ca45864781f7 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 4 Jan 2002 09:03:11 +0000 Subject: The author of getoptlong.rb has agreed on changing the license from GPL to Ruby's. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/getoptlong.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'lib') diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb index 9826b0d45..e90a9d45b 100644 --- a/lib/getoptlong.rb +++ b/lib/getoptlong.rb @@ -1,15 +1,8 @@ # -*- Ruby -*- # Copyright (C) 1998, 1999, 2000 Motoyuki Kasahara # -# 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, 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 may redistribute it and/or modify it under the same license +# terms as Ruby. # # -- cgit