diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-04 09:03:11 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-04 09:03:11 +0000 |
| commit | 73c368eee57e9b1954a9229567d2ca45864781f7 (patch) | |
| tree | c3f4e1f460bb0a3989972b3a1047d4294e6bcac6 /lib/getoptlong.rb | |
| parent | a413cccbea8b08093b9775d72c36716d81ed6bee (diff) | |
| download | ruby-73c368eee57e9b1954a9229567d2ca45864781f7.tar.gz ruby-73c368eee57e9b1954a9229567d2ca45864781f7.tar.xz ruby-73c368eee57e9b1954a9229567d2ca45864781f7.zip | |
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
Diffstat (limited to 'lib/getoptlong.rb')
| -rw-r--r-- | lib/getoptlong.rb | 11 |
1 files changed, 2 insertions, 9 deletions
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. # # |
