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:
parent
2c2694e846
commit
a7685a6b87
2 changed files with 2 additions and 26 deletions
17
LEGAL
17
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:
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue