summaryrefslogtreecommitdiff
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
commita7685a6b877631dbb4ea9538311c124b5822677a (patch)
treec3f4e1f460bb0a3989972b3a1047d4294e6bcac6
parent2c2694e8464f7ef281219ec801eec94fd01f2f4d (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/trunk@1958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--LEGAL17
-rw-r--r--lib/getoptlong.rb11
2 files changed, 2 insertions, 26 deletions
diff --git a/LEGAL b/LEGAL
index 41a8deec29..57dbea8258 100644
--- a/LEGAL
+++ b/LEGAL
@@ -83,23 +83,6 @@ win32/win32.[ch]:
You may distribute under the terms of either the GNU General Public
License or the Artistic License, as specified in the perl README file.
-lib/getoptlong.rb:
-
- This file is under GPL. Treat them as GPL says. (See the file GPL
- for details)
-
- 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.
-
st.[ch]:
x68/*:
missing/alloca.c:
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.
#
#