1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
knu 2002-01-04 09:03:11 +00:00
parent 2c2694e846
commit a7685a6b87
2 changed files with 2 additions and 26 deletions

17
LEGAL
View file

@ -83,23 +83,6 @@ win32/win32.[ch]:
You may distribute under the terms of either the GNU General Public You may distribute under the terms of either the GNU General Public
License or the Artistic License, as specified in the perl README file. 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]: st.[ch]:
x68/*: x68/*:
missing/alloca.c: missing/alloca.c:

View file

@ -1,15 +1,8 @@
# -*- Ruby -*- # -*- Ruby -*-
# Copyright (C) 1998, 1999, 2000 Motoyuki Kasahara # Copyright (C) 1998, 1999, 2000 Motoyuki Kasahara
# #
# This program is free software; you can redistribute it and/or modify # You may redistribute it and/or modify it under the same license
# it under the terms of the GNU General Public License as published by # terms as Ruby.
# 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.
# #
# #