xref: /OpenGrok/LICENSE-ruby.txt (revision 414fc60e4a01d4930bf0b203e155d23f3ce456b3)
1RUBYGEMS
2========
3RubyGems is copyrighted free software by Chad Fowler, Rich Kilmer, Jim Weirich
4and others. You can redistribute it and/or modify it under either the terms of
5the MIT license (see the file MIT.txt), or the conditions below:
6
7You may make and give away verbatim copies of the source form of the software
8without restriction, provided that you duplicate all of the original copyright
9notices and associated disclaimers.
10
11You may modify your copy of the software in any way, provided that you do at
12least ONE of the following:
13
14place your modifications in the Public Domain or otherwise make them Freely
15Available, such as by posting said modifications to Usenet or an equivalent
16medium, or by allowing the author to include your modifications in the
17software.
18
19use the modified software only within your corporation or organization.
20
21give non-standard executables non-standard names, with instructions on where
22to get the original software distribution.
23
24make other distribution arrangements with the author.
25
26You may distribute the software in object code or executable form, provided
27that you do at least ONE of the following:
28
29distribute the executables and library files of the software, together with
30instructions (in the manual page or equivalent) on where to get the original
31distribution.
32
33accompany the distribution with the machine-readable source of the software.
34
35give non-standard executables non-standard names, with instructions on where
36to get the original software distribution.
37
38make other distribution arrangements with the author.
39
40You may modify and include the part of the software into any other software
41(possibly commercial).
42
43The scripts and library files supplied as input to or produced as output from
44the software do not automatically fall under the copyright of the software,
45but belong to whomever generated them, and may be sold commercially, and may
46be aggregated with this software.
47
48THIS SOFTWARE IS PROVIDED “AS IS” AND WITHOUT ANY EXPRESS OR IMPLIED
49WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
50MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
51
52RUBY
53========
54Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
55You can redistribute it and/or modify it under either the terms of the
562-clause BSDL (see the file BSDL), or the conditions below:
57
58  1. You may make and give away verbatim copies of the source form of the
59     software without restriction, provided that you duplicate all of the
60     original copyright notices and associated disclaimers.
61
62  2. You may modify your copy of the software in any way, provided that
63     you do at least ONE of the following:
64
65       a) place your modifications in the Public Domain or otherwise
66          make them Freely Available, such as by posting said
67          modifications to Usenet or an equivalent medium, or by allowing
68          the author to include your modifications in the software.
69
70       b) use the modified software only within your corporation or
71          organization.
72
73       c) give non-standard binaries non-standard names, with
74          instructions on where to get the original software distribution.
75
76       d) make other distribution arrangements with the author.
77
78  3. You may distribute the software in object code or binary form,
79     provided that you do at least ONE of the following:
80
81       a) distribute the binaries and library files of the software,
82          together with instructions (in the manual page or equivalent)
83          on where to get the original distribution.
84
85       b) accompany the distribution with the machine-readable source of
86          the software.
87
88       c) give non-standard binaries non-standard names, with
89          instructions on where to get the original software distribution.
90
91       d) make other distribution arrangements with the author.
92
93  4. You may modify and include the part of the software into any other
94     software (possibly commercial).  But some files in the distribution
95     are not written by the author, so that they are not under these terms.
96
97     For the list of those files and their copying conditions, see the
98     file LEGAL.
99
100  5. The scripts and library files supplied as input to or produced as
101     output from the software do not automatically fall under the
102     copyright of the software, but belong to whomever generated them,
103     and may be sold commercially, and may be aggregated with this
104     software.
105
106  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
107     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
108     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
109     PURPOSE.
110