1
- RUBY LICENSE
2
-
3
- Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.co.jp>.
4
- You can redistribute it and/or modify it under either the terms of the GPL
5
- (see COPYING.txt file), or the conditions below:
1
+ Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
2
+ You can redistribute it and/or modify it under either the terms of the
3
+ 2-clause BSDL (see the file BSDL), or the conditions below:
6
4
7
5
1. You may make and give away verbatim copies of the source form of the
8
6
software without restriction, provided that you duplicate all of the
@@ -11,41 +9,40 @@ You can redistribute it and/or modify it under either the terms of the GPL
11
9
2. You may modify your copy of the software in any way, provided that
12
10
you do at least ONE of the following:
13
11
14
- a) place your modifications in the Public Domain or otherwise
15
- make them Freely Available, such as by posting said
16
- modifications to Usenet or an equivalent medium, or by allowing
17
- the author to include your modifications in the software.
12
+ a) place your modifications in the Public Domain or otherwise
13
+ make them Freely Available, such as by posting said
14
+ modifications to Usenet or an equivalent medium, or by allowing
15
+ the author to include your modifications in the software.
18
16
19
- b) use the modified software only within your corporation or
20
- organization.
17
+ b) use the modified software only within your corporation or
18
+ organization.
21
19
22
- c) rename any non-standard executables so the names do not conflict
23
- with standard executables, which must also be provided .
20
+ c) give non-standard binaries non-standard names, with
21
+ instructions on where to get the original software distribution .
24
22
25
- d) make other distribution arrangements with the author.
23
+ d) make other distribution arrangements with the author.
26
24
27
- 3. You may distribute the software in object code or executable
28
- form, provided that you do at least ONE of the following:
25
+ 3. You may distribute the software in object code or binary form,
26
+ provided that you do at least ONE of the following:
29
27
30
- a) distribute the executables and library files of the software,
31
- together with instructions (in the manual page or equivalent)
32
- on where to get the original distribution.
28
+ a) distribute the binaries and library files of the software,
29
+ together with instructions (in the manual page or equivalent)
30
+ on where to get the original distribution.
33
31
34
- b) accompany the distribution with the machine-readable source of
35
- the software.
32
+ b) accompany the distribution with the machine-readable source of
33
+ the software.
36
34
37
- c) give non-standard executables non-standard names, with
38
- instructions on where to get the original software distribution.
35
+ c) give non-standard binaries non-standard names, with
36
+ instructions on where to get the original software distribution.
39
37
40
- d) make other distribution arrangements with the author.
38
+ d) make other distribution arrangements with the author.
41
39
42
40
4. You may modify and include the part of the software into any other
43
41
software (possibly commercial). But some files in the distribution
44
- are not written by the author, so that they are not under this terms.
42
+ are not written by the author, so that they are not under these terms.
45
43
46
- They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
47
- files under the ./missing directory. See each file for the copying
48
- condition.
44
+ For the list of those files and their copying conditions, see the
45
+ file LEGAL.
49
46
50
47
5. The scripts and library files supplied as input to or produced as
51
48
output from the software do not automatically fall under the
0 commit comments