10000 Update license files same as ruby/ruby · ruby/base64@9704a4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9704a4c

Browse files
committed
Update license files same as ruby/ruby
1 parent 7ec2861 commit 9704a4c

File tree

3 files changed

+119
-3
lines changed

3 files changed

+119
-3
lines changed

LICENSE.txt renamed to BSDL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions
55
are met:
66
1. Redistributions of source code must retain the above copyright
7-
notice, this list of conditions and the following disclaimer.
7+
notice, this list of conditions and the following disclaimer.
88
2. Redistributions in binary form must reproduce the above copyright
9-
notice, this list of conditions and the following disclaimer in the
10-
documentation and/or other materials provided with the distribution.
9+
notice, this list of conditions and the following disclaimer in the
10+
documentation and/or other materials provided with the distribution.
1111

1212
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1313
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

COPYING

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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:
4+
5+
1. You may make and give away verbatim copies of the source form of the
6+
software without restriction, provided that you duplicate all of the
7+
original copyright notices and associated disclaimers.
8+
9+
2. You may modify your copy of the software in any way, provided that
10+
you do at least ONE of the following:
11+
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.
16+
17+
b. use the modified software only within your corporation or
18+
organization.
19+
20+
c. give non-standard binaries non-standard names, with
21+
instructions on where to get the original software distribution.
22+
23+
d. make other distribution arrangements with the author.
24+
25+
3. You may distribute the software in object code or binary form,
26+
provided that you do at least ONE of the following:
27+
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.
31+
32+
b. accompany the distribution with the machine-readable source of
33+
the software.
34+
35+
c. give non-standard binaries non-standard names, with
36+
instructions on where to get the original software distribution.
37+
38+
d. make other distribution arrangements with the author.
39+
40+
4. You may modify and include the part of the software into any other
41+
software (possibly commercial). But some files in the distribution
42+
are not written by the author, so that they are not under these terms.
43+
44+
For the list of those files and their copying conditions, see the
45+
file LEGAL.
46+
47+
5. The scripts and library files supplied as input to or produced as
48+
output from the software do not automatically fall under the
49+
copyright of the software, but belong to whomever generated them,
50+
and may be sold commercially, and may be aggregated with this
51+
software.
52+
53+
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
54+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
55+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
56+
PURPOSE.

LEGAL

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# -*- rdoc -*-
2+
3+
= LEGAL NOTICE INFORMATION
4+
--------------------------
5+
6+
All the files in this distribution are covered under either the Ruby's
7+
license (see the file COPYING) or public-domain except some files
8+
mentioned below.
9+
10+
== MIT License
11+
>>>
12+
Permission is hereby granted, free of charge, to any person obtaining
13+
a copy of this software and associated documentation files (the
14+
"Software"), to deal in the Software without restriction, including
15+
without limitation the rights to use, copy, modify, merge, publish,
16+
distribute, sublicense, and/or sell copies of the Software, and to
17+
permit persons to whom the Software is furnished to do so, subject to
18+
the following conditions:
19+
20+
The above copyright notice and this permission notice shall be
21+
included in all copies or substantial portions of the Software.
22+
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
27+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
28+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
29+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30+
31+
== Old-style BSD license
32+
>>>
33+
Redistribution and use in source and binary forms, with or without
34+
modification, are permitted provided that the following conditions
35+
are met:
36+
1. Redistributions of source code must retain the above copyright
37+
notice, this list of conditions and the following disclaimer.
38+
2. Redistributions in binary form must reproduce the above copyright
39+
notice, this list of conditions and the following disclaimer in the
40+
documentation and/or other materials provided with the distribution.
41+
3. Neither the name of the University nor the names of its contributors
42+
may be used to endorse or promote products derived from this software
43+
without specific prior written permission.
44+
45+
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
46+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
47+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
48+
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
49+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
50+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
51+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
52+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
53+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
54+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
55+
SUCH DAMAGE.
56+
57+
IMPORTANT NOTE::
58+
59+
From ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
60+
paragraph 3 above is now null and void.

0 commit comments

Comments
 (0)
0