Fix for JRUBY-2882. Handle error messages related to constructors better
[jruby.git] / LICENSE.RUBY
bloba7aaa277628627b9f48c4a2dbff7832f213e8376
1 JRuby distributes some ruby modules which are distributed under Ruby
2 license:
4 Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
5 You can redistribute it and/or modify it under either the terms of the GPL
6 (see the file GPL), or the conditions below:
8   1. You may make and give away verbatim copies of the source form of the
9      software without restriction, provided that you duplicate all of the
10      original copyright notices and associated disclaimers.
12   2. You may modify your copy of the software in any way, provided that
13      you do at least ONE of the following:
15        a) place your modifications in the Public Domain or otherwise
16           make them Freely Available, such as by posting said
17           modifications to Usenet or an equivalent medium, or by allowing
18           the author to include your modifications in the software.
20        b) use the modified software only within your corporation or
21           organization.
23        c) give non-standard binaries non-standard names, with
24           instructions on where to get the original software distribution.
26        d) make other distribution arrangements with the author.
28   3. You may distribute the software in object code or binary form,
29      provided that you do at least ONE of the following:
31        a) distribute the binaries and library files of the software,
32           together with instructions (in the manual page or equivalent)
33           on where to get the original distribution.
35        b) accompany the distribution with the machine-readable source of
36           the software.
38        c) give non-standard binaries non-standard names, with
39           instructions on where to get the original software distribution.
41        d) make other distribution arrangements with the author.
43   4. You may modify and include the part of the software into any other
44      software (possibly commercial).  But some files in the distribution
45      are not written by the author, so that they are not under these terms.
47      For the list of those files and their copying conditions, see the
48      file LEGAL.
50   5. The scripts and library files supplied as input to or produced as 
51      output from the software do not automatically fall under the
52      copyright of the software, but belong to whomever generated them, 
53      and may be sold commercially, and may be aggregated with this
54      software.
56   6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
57      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
58      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
59      PURPOSE.