mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Mention config.guess, config.sub, configure, parse.c and
lib/getoptlong.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
11bba0f7dc
commit
c4ef00b158
1 changed files with 58 additions and 3 deletions
61
LEGAL
61
LEGAL
|
@ -7,8 +7,8 @@ mentioned below.
|
|||
|
||||
regex.[ch]:
|
||||
|
||||
These files are under LGPL. Treat them as LGPL says. (See the
|
||||
file LGPL for details)
|
||||
These files are under LGPL. Treat them as LGPL says. (See the file
|
||||
LGPL for details)
|
||||
|
||||
Extended regular expression matching and search library.
|
||||
Copyright (C) 1993, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
|
||||
|
@ -34,10 +34,48 @@ regex.[ch]:
|
|||
Perl5 extension added by matz <matz@caelum.co.jp>
|
||||
UTF-8 extension added Jan 16 1999 by Yoshida Masato <yoshidam@tau.bekkoame.ne.jp>
|
||||
|
||||
configure:
|
||||
|
||||
This file is free software.
|
||||
|
||||
Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
|
||||
|
||||
This configure script is free software; the Free Software Foundation
|
||||
gives unlimited permission to copy, distribute and modify it.
|
||||
|
||||
config.guess:
|
||||
config.sub:
|
||||
parse.c:
|
||||
|
||||
As long as you distribute these files with the file configure, they
|
||||
are covered under the Ruby's license.
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file 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 of the License, 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 should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
As a special exception to the GNU General Public License, if you
|
||||
distribute this file as part of a program that contains a
|
||||
configuration script generated by Autoconf, you may include it under
|
||||
the same distribution terms that you use for the rest of that program.
|
||||
|
||||
util.c (partly):
|
||||
win32/win32.[ch]:
|
||||
|
||||
You can apply the Artistic Licence to these files. (or GPL,
|
||||
You can apply the Artistic License to these files. (or GPL,
|
||||
alternatively)
|
||||
|
||||
Copyright (c) 1993, Intergraph Corporation
|
||||
|
@ -45,6 +83,23 @@ 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:
|
||||
|
|
Loading…
Reference in a new issue