Skip to content

Commit 20add8e

Browse files
committed
Tidy up license files.
1 parent 7c80818 commit 20add8e

File tree

4 files changed

+81
-59
lines changed

4 files changed

+81
-59
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ tag: a-name-to-show-up-in-ps aux
7171
7272
## License
7373
74-
Ruby License, http://www.ruby-lang.org/en/LICENSE.txt.
74+
Copyright, 2007-2025, by Marc-Andre Cournoyer and other contributors.
75+
76+
Released under the Ruby License, the 2-clause BSDL and the GNU General Public License (GPL) version 2 (or later). You can redistribute it and/or modify it under the terms of any of these licenses.
7577
7678
## Credits
7779

RUBY

Lines changed: 0 additions & 56 deletions
This file was deleted.

GPL renamed to license.md

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,81 @@
1+
# License
12

2-
GNU GENERAL PUBLIC LICENSE
3+
Copyright, 2007-2025, by Marc-Andre Cournoyer and other contributors.
4+
5+
Released under the Ruby License, the 2-clause BSDL and the GNU General Public License (GPL) version 2 (or later). You can redistribute it and/or modify it under the terms of any of these licenses.
6+
7+
## Ruby License
8+
9+
Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
10+
You can redistribute it and/or modify it under either the terms of the
11+
2-clause BSDL (see the file BSDL), or the conditions below:
12+
13+
1. You may make and give away verbatim copies of the source form of the
14+
software without restriction, provided that you duplicate all of the
15+
original copyright notices and associated disclaimers.
16+
17+
2. You may modify your copy of the software in any way, provided that
18+
you do at least ONE of the following:
19+
20+
a) place your modifications in the Public Domain or otherwise
21+
make them Freely Available, such as by posting said
22+
modifications to Usenet or an equivalent medium, or by allowing
23+
the author to include your modifications in the software.
24+
25+
b) use the modified software only within your corporation or
26+
organization.
27+
28+
c) give non-standard binaries non-standard names, with
29+
instructions on where to get the original software distribution.
30+
31+
d) make other distribution arrangements with the author.
32+
33+
3. You may distribute the software in object code or binary form,
34+
provided that you do at least ONE of the following:
35+
36+
a) distribute the binaries and library files of the software,
37+
together with instructions (in the manual page or equivalent)
38+
on where to get the original distribution.
39+
40+
b) accompany the distribution with the machine-readable source of
41+
the software.
42+
43+
c) give non-standard binaries non-standard names, with
44+
instructions on where to get the original software distribution.
45+
46+
d) make other distribution arrangements with the author.
47+
48+
4. You may modify and include the part of the software into any other
49+
software (possibly commercial). But some files in the distribution
50+
are not written by the author, so that they are not under these terms.
51+
52+
For the list of those files and their copying conditions, see the
53+
file LEGAL.
54+
55+
5. The scripts and library files supplied as input to or produced as
56+
output from the software do not automatically fall under the
57+
copyright of the software, but belong to whomever generated them,
58+
and may be sold commercially, and may be aggregated with this
59+
software.
60+
61+
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
62+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
63+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
64+
PURPOSE.
65+
66+
## 2-clause BSDL License
67+
68+
Copyright, 2025, by Marc-Andre Cournoyer.
69+
70+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
71+
72+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
73+
74+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
75+
76+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
77+
78+
## GNU GENERAL PUBLIC LICENSE
379

480
Version 2, June 1991
581

thin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Thin::GemSpec ||= Gem::Specification.new do |s|
99
s.author = "Marc-Andre Cournoyer"
1010
s.email = 'macournoyer@gmail.com'
1111
s.homepage = 'https://github.com/macournoyer/thin'
12-
s.licenses = ["GPL-2.0+", "Ruby"]
12+
s.licenses = ["GPL-2.0-or-later", "Ruby"]
1313
s.executables = %w( thin )
1414

1515
s.metadata = {

0 commit comments

Comments
 (0)