summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-04 09:03:11 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-04 09:03:11 +0000
commit566aa6625327e534c4941f2c2b6ca6c4f06162f3 (patch)
tree6b4e25813a099f7c298fb781808daed4cf0d218a /lib
parent23d36fab8043bad66d355d7d70f8969c3a4b29aa (diff)
The author of getoptlong.rb has agreed on changing the license from
GPL to Ruby's. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/getoptlong.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb
index 9826b0d456..e90a9d45bc 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.
#
#