licensee 7.0.1 → 8.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/licensee/version.rb +1 -1
- data/test/test_licensee.rb +1 -1
- data/test/test_licensee_license.rb +3 -3
- data/vendor/choosealicense.com/_licenses/afl-3.0.txt +3 -3
- data/vendor/choosealicense.com/_licenses/agpl-3.0.txt +3 -3
- data/vendor/choosealicense.com/_licenses/apache-2.0.txt +8 -3
- data/vendor/choosealicense.com/_licenses/artistic-2.0.txt +3 -3
- data/vendor/choosealicense.com/_licenses/bsd-2-clause.txt +3 -3
- data/vendor/choosealicense.com/_licenses/bsd-3-clause-clear.txt +4 -3
- data/vendor/choosealicense.com/_licenses/bsd-3-clause.txt +3 -3
- data/vendor/choosealicense.com/_licenses/cc-by-4.0.txt +420 -0
- data/vendor/choosealicense.com/_licenses/cc-by-sa-4.0.txt +453 -0
- data/vendor/choosealicense.com/_licenses/cc0-1.0.txt +7 -6
- data/vendor/choosealicense.com/_licenses/epl-1.0.txt +4 -4
- data/vendor/choosealicense.com/_licenses/eupl-1.1.txt +3 -3
- data/vendor/choosealicense.com/_licenses/gpl-2.0.txt +7 -3
- data/vendor/choosealicense.com/_licenses/gpl-3.0.txt +8 -3
- data/vendor/choosealicense.com/_licenses/isc.txt +3 -3
- data/vendor/choosealicense.com/_licenses/lgpl-2.1.txt +3 -3
- data/vendor/choosealicense.com/_licenses/lgpl-3.0.txt +3 -3
- data/vendor/choosealicense.com/_licenses/lppl-1.3c.txt +3 -3
- data/vendor/choosealicense.com/_licenses/mit.txt +9 -4
- data/vendor/choosealicense.com/_licenses/mpl-2.0.txt +3 -3
- data/vendor/choosealicense.com/_licenses/ms-pl.txt +3 -3
- data/vendor/choosealicense.com/_licenses/ms-rl.txt +3 -3
- data/vendor/choosealicense.com/_licenses/ofl-1.1.txt +3 -3
- data/vendor/choosealicense.com/_licenses/osl-3.0.txt +4 -4
- data/vendor/choosealicense.com/_licenses/unlicense.txt +5 -7
- data/vendor/choosealicense.com/_licenses/wtfpl.txt +3 -3
- metadata +3 -1
@@ -2,7 +2,7 @@
|
|
2
2
|
title: Creative Commons Zero v1.0 Universal
|
3
3
|
nickname: CC0 1.0 Universal
|
4
4
|
redirect_from: /licenses/cc0/
|
5
|
-
family: Public Domain
|
5
|
+
family: Public Domain
|
6
6
|
variant: true
|
7
7
|
source: http://creativecommons.org/publicdomain/zero/1.0/
|
8
8
|
|
@@ -10,19 +10,20 @@ description: The <a href="http://creativecommons.org/publicdomain/zero/1.0/">Cre
|
|
10
10
|
|
11
11
|
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the CC0 into the file.
|
12
12
|
|
13
|
-
|
13
|
+
note: Creative Commons recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be <a href="https://wiki.creativecommons.org/wiki/CC0_FAQ#May_I_apply_CC0_to_computer_software.3F_If_so.2C_is_there_a_recommended_implementation.3F">found on their website</a>.
|
14
14
|
|
15
|
-
|
15
|
+
permissions:
|
16
16
|
- commercial-use
|
17
17
|
- modifications
|
18
18
|
- distribution
|
19
19
|
- private-use
|
20
20
|
|
21
|
-
|
21
|
+
conditions: []
|
22
|
+
|
23
|
+
limitations:
|
22
24
|
- no-liability
|
23
25
|
- trademark-use
|
24
|
-
|
25
|
-
required: []
|
26
|
+
- patent-use
|
26
27
|
|
27
28
|
hidden: false
|
28
29
|
---
|
@@ -13,21 +13,21 @@ using:
|
|
13
13
|
- Clojure: "http://clojure.org/"
|
14
14
|
- JUnit: "http://junit.org/"
|
15
15
|
- Ruby: "https://github.com/jruby/jruby"
|
16
|
-
- Mondrian: "
|
16
|
+
- Mondrian: "https://en.wikipedia.org/wiki/Mondrian_OLAP_server"
|
17
17
|
|
18
|
-
|
18
|
+
conditions:
|
19
19
|
- disclose-source
|
20
20
|
- include-copyright
|
21
21
|
- same-license
|
22
22
|
|
23
|
-
|
23
|
+
permissions:
|
24
24
|
- commercial-use
|
25
25
|
- distribution
|
26
26
|
- modifications
|
27
27
|
- patent-use
|
28
28
|
- private-use
|
29
29
|
|
30
|
-
|
30
|
+
limitations:
|
31
31
|
- no-liability
|
32
32
|
|
33
33
|
hidden: false
|
@@ -12,21 +12,21 @@ how: Create a text file (typically named COPYING or LICENCE.txt) in the root of
|
|
12
12
|
|
13
13
|
note: The European Commission recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at https://joinup.ec.europa.eu/sites/default/files/ckeditor_files/files/EUPL%201_1%20Guidelines%20EN%20Joinup.pdf
|
14
14
|
|
15
|
-
|
15
|
+
conditions:
|
16
16
|
- include-copyright
|
17
17
|
- disclose-source
|
18
18
|
- document-changes
|
19
19
|
- network-use-disclose
|
20
20
|
- same-license
|
21
21
|
|
22
|
-
|
22
|
+
permissions:
|
23
23
|
- commercial-use
|
24
24
|
- modifications
|
25
25
|
- distribution
|
26
26
|
- patent-use
|
27
27
|
- private-use
|
28
28
|
|
29
|
-
|
29
|
+
limitations:
|
30
30
|
- no-liability
|
31
31
|
- trademark-use
|
32
32
|
|
@@ -12,20 +12,24 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
|
|
12
12
|
|
13
13
|
note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.
|
14
14
|
|
15
|
-
|
15
|
+
using:
|
16
|
+
- Linux: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/COPYING
|
17
|
+
- WordPress: https://github.com/WordPress/WordPress/blob/master/license.txt
|
18
|
+
|
19
|
+
conditions:
|
16
20
|
- include-copyright
|
17
21
|
- document-changes
|
18
22
|
- disclose-source
|
19
23
|
- same-license
|
20
24
|
|
21
|
-
|
25
|
+
permissions:
|
22
26
|
- commercial-use
|
23
27
|
- modifications
|
24
28
|
- distribution
|
25
29
|
- patent-use
|
26
30
|
- private-use
|
27
31
|
|
28
|
-
|
32
|
+
limitations:
|
29
33
|
- no-liability
|
30
34
|
|
31
35
|
hidden: false
|
@@ -12,20 +12,25 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
|
|
12
12
|
|
13
13
|
note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.
|
14
14
|
|
15
|
-
|
15
|
+
using:
|
16
|
+
- Bash: http://git.savannah.gnu.org/cgit/bash.git/tree/COPYING
|
17
|
+
- GIMP: https://git.gnome.org/browse/gimp/tree/COPYING
|
18
|
+
- Privacy Badger: https://github.com/EFForg/privacybadgerfirefox/blob/master/LICENSE
|
19
|
+
|
20
|
+
conditions:
|
16
21
|
- include-copyright
|
17
22
|
- document-changes
|
18
23
|
- disclose-source
|
19
24
|
- same-license
|
20
25
|
|
21
|
-
|
26
|
+
permissions:
|
22
27
|
- commercial-use
|
23
28
|
- modifications
|
24
29
|
- distribution
|
25
30
|
- patent-use
|
26
31
|
- private-use
|
27
32
|
|
28
|
-
|
33
|
+
limitations:
|
29
34
|
- no-liability
|
30
35
|
|
31
36
|
hidden: false
|
@@ -7,16 +7,16 @@ description: A permissive license lets people do anything with your code with pr
|
|
7
7
|
|
8
8
|
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
|
9
9
|
|
10
|
-
|
10
|
+
conditions:
|
11
11
|
- include-copyright
|
12
12
|
|
13
|
-
|
13
|
+
permissions:
|
14
14
|
- commercial-use
|
15
15
|
- distribution
|
16
16
|
- modifications
|
17
17
|
- private-use
|
18
18
|
|
19
|
-
|
19
|
+
limitations:
|
20
20
|
- no-liability
|
21
21
|
|
22
22
|
hidden: false
|
@@ -12,19 +12,19 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
|
|
12
12
|
|
13
13
|
note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.
|
14
14
|
|
15
|
-
|
15
|
+
conditions:
|
16
16
|
- include-copyright
|
17
17
|
- disclose-source
|
18
18
|
- same-license
|
19
19
|
|
20
|
-
|
20
|
+
permissions:
|
21
21
|
- commercial-use
|
22
22
|
- modifications
|
23
23
|
- distribution
|
24
24
|
- patent-use
|
25
25
|
- private-use
|
26
26
|
|
27
|
-
|
27
|
+
limitations:
|
28
28
|
- no-liability
|
29
29
|
|
30
30
|
hidden: false
|
@@ -11,20 +11,20 @@ how: This license is an additional set of permissions to the <a href="/licenses/
|
|
11
11
|
|
12
12
|
note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the <a href="/licenses/gpl-3.0">GNU GPLv3 license</a>. Insert the word “Lesser” before “General” in all three places in the boilerplate notice to make sure that you refer to the GNU LGPLv3 and not the GNU GPLv3.
|
13
13
|
|
14
|
-
|
14
|
+
conditions:
|
15
15
|
- include-copyright
|
16
16
|
- disclose-source
|
17
17
|
- same-license
|
18
18
|
|
19
19
|
|
20
|
-
|
20
|
+
permissions:
|
21
21
|
- commercial-use
|
22
22
|
- modifications
|
23
23
|
- distribution
|
24
24
|
- patent-use
|
25
25
|
- private-use
|
26
26
|
|
27
|
-
|
27
|
+
limitations:
|
28
28
|
- no-liability
|
29
29
|
|
30
30
|
hidden: false
|
@@ -11,18 +11,18 @@ how: To use this license, place in each of the components of your work both an e
|
|
11
11
|
|
12
12
|
note: An example boilerplate and more information about how to use the license can be found at the end of the license.
|
13
13
|
|
14
|
-
|
14
|
+
conditions:
|
15
15
|
- include-copyright
|
16
16
|
- document-changes
|
17
17
|
- disclose-source
|
18
18
|
|
19
|
-
|
19
|
+
permissions:
|
20
20
|
- commercial-use
|
21
21
|
- modifications
|
22
22
|
- distribution
|
23
23
|
- private-use
|
24
24
|
|
25
|
-
|
25
|
+
limitations:
|
26
26
|
- no-liability
|
27
27
|
|
28
28
|
---
|
@@ -1,22 +1,27 @@
|
|
1
1
|
---
|
2
2
|
title: MIT License
|
3
3
|
featured: true
|
4
|
-
source:
|
4
|
+
source: https://opensource.org/licenses/MIT
|
5
5
|
|
6
6
|
description: A permissive license that is short and to the point. It lets people do anything with your code with proper attribution and without warranty.
|
7
7
|
|
8
8
|
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
|
9
9
|
|
10
|
-
|
10
|
+
using:
|
11
|
+
- jQuery: https://github.com/jquery/jquery/blob/master/LICENSE.txt
|
12
|
+
- .NET Core: https://github.com/dotnet/corefx/blob/master/LICENSE
|
13
|
+
- Rails: https://github.com/rails/rails/blob/master/activerecord/MIT-LICENSE
|
14
|
+
|
15
|
+
conditions:
|
11
16
|
- include-copyright
|
12
17
|
|
13
|
-
|
18
|
+
permissions:
|
14
19
|
- commercial-use
|
15
20
|
- modifications
|
16
21
|
- distribution
|
17
22
|
- private-use
|
18
23
|
|
19
|
-
|
24
|
+
limitations:
|
20
25
|
- no-liability
|
21
26
|
|
22
27
|
hidden: false
|
@@ -7,19 +7,19 @@ description: The Mozilla Public License (MPL 2.0) is maintained by the Mozilla f
|
|
7
7
|
|
8
8
|
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
|
9
9
|
|
10
|
-
|
10
|
+
conditions:
|
11
11
|
- disclose-source
|
12
12
|
- include-copyright
|
13
13
|
- same-license
|
14
14
|
|
15
|
-
|
15
|
+
permissions:
|
16
16
|
- commercial-use
|
17
17
|
- modifications
|
18
18
|
- distribution
|
19
19
|
- patent-use
|
20
20
|
- private-use
|
21
21
|
|
22
|
-
|
22
|
+
limitations:
|
23
23
|
- no-liability
|
24
24
|
- trademark-use
|
25
25
|
|
@@ -7,17 +7,17 @@ description: "Microsoft Open Source"
|
|
7
7
|
|
8
8
|
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
|
9
9
|
|
10
|
-
|
10
|
+
conditions:
|
11
11
|
- include-copyright
|
12
12
|
|
13
|
-
|
13
|
+
permissions:
|
14
14
|
- commercial-use
|
15
15
|
- modifications
|
16
16
|
- distribution
|
17
17
|
- patent-use
|
18
18
|
- private-use
|
19
19
|
|
20
|
-
|
20
|
+
limitations:
|
21
21
|
- no-liability
|
22
22
|
- trademark-use
|
23
23
|
---
|
@@ -7,18 +7,18 @@ description: "Microsoft Open Source"
|
|
7
7
|
|
8
8
|
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
|
9
9
|
|
10
|
-
|
10
|
+
conditions:
|
11
11
|
- include-copyright
|
12
12
|
- same-license
|
13
13
|
|
14
|
-
|
14
|
+
permissions:
|
15
15
|
- commercial-use
|
16
16
|
- modifications
|
17
17
|
- distribution
|
18
18
|
- patent-use
|
19
19
|
- private-use
|
20
20
|
|
21
|
-
|
21
|
+
limitations:
|
22
22
|
- no-liability
|
23
23
|
- trademark-use
|
24
24
|
---
|
@@ -9,17 +9,17 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
|
|
9
9
|
|
10
10
|
note: This license doesn't require source provision, but recommends it. All files derived from OFL files must remain licensed under the OFL.
|
11
11
|
|
12
|
-
|
12
|
+
conditions:
|
13
13
|
- include-copyright
|
14
14
|
- same-license
|
15
15
|
|
16
|
-
|
16
|
+
permissions:
|
17
17
|
- private-use
|
18
18
|
- commercial-use
|
19
19
|
- modifications
|
20
20
|
- distribution
|
21
21
|
|
22
|
-
|
22
|
+
limitations:
|
23
23
|
- no-liability
|
24
24
|
|
25
25
|
---
|
@@ -13,21 +13,21 @@ using:
|
|
13
13
|
- Parsimony: "https://github.com/parsimony/parsimony"
|
14
14
|
- PrestaShop: "https://www.prestashop.com"
|
15
15
|
- Mulgara: "http://mulgara.org"
|
16
|
-
- AbanteCart: "
|
16
|
+
- AbanteCart: "https://github.com/abantecart/abantecart-src"
|
17
17
|
|
18
|
-
|
18
|
+
conditions:
|
19
19
|
- include-copyright
|
20
20
|
- disclose-source
|
21
21
|
- same-license
|
22
22
|
|
23
|
-
|
23
|
+
permissions:
|
24
24
|
- commercial-use
|
25
25
|
- distribution
|
26
26
|
- modifications
|
27
27
|
- patent-use
|
28
28
|
- private-use
|
29
29
|
|
30
|
-
|
30
|
+
limitations:
|
31
31
|
- trademark-use
|
32
32
|
- no-liability
|
33
33
|
|
@@ -1,24 +1,22 @@
|
|
1
1
|
---
|
2
2
|
title: The Unlicense
|
3
|
-
family: Public Domain
|
3
|
+
family: Public Domain
|
4
4
|
source: http://unlicense.org/UNLICENSE
|
5
5
|
|
6
6
|
description: Because copyright is automatic in most countries, <a href="http://unlicense.org">the Unlicense</a> is a template to waive copyright interest in software you've written and dedicate it to the public domain. Use the Unlicense to opt out of copyright entirely. It also includes the no-warranty statement from the MIT/X11 license.
|
7
7
|
|
8
8
|
how: Create a text file (typically named UNLICENSE or UNLICENSE.txt) in the root of your source code and copy the text of the license disclaimer into the file.
|
9
9
|
|
10
|
-
|
11
|
-
|
12
|
-
permitted:
|
10
|
+
permissions:
|
13
11
|
- private-use
|
14
12
|
- commercial-use
|
15
13
|
- modifications
|
16
14
|
- distribution
|
17
15
|
|
18
|
-
|
19
|
-
- no-liability
|
16
|
+
conditions: []
|
20
17
|
|
21
|
-
|
18
|
+
limitations:
|
19
|
+
- no-liability
|
22
20
|
|
23
21
|
hidden: false
|
24
22
|
---
|
@@ -6,15 +6,15 @@ description: The easiest licence out there. It gives the user permissions to do
|
|
6
6
|
|
7
7
|
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
|
8
8
|
|
9
|
-
|
9
|
+
conditions: []
|
10
10
|
|
11
|
-
|
11
|
+
permissions:
|
12
12
|
- commercial-use
|
13
13
|
- modifications
|
14
14
|
- distribution
|
15
15
|
- private-use
|
16
16
|
|
17
|
-
|
17
|
+
limitations: []
|
18
18
|
|
19
19
|
---
|
20
20
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: licensee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 8.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Balter
|
@@ -210,6 +210,8 @@ files:
|
|
210
210
|
- vendor/choosealicense.com/_licenses/bsd-2-clause.txt
|
211
211
|
- vendor/choosealicense.com/_licenses/bsd-3-clause-clear.txt
|
212
212
|
- vendor/choosealicense.com/_licenses/bsd-3-clause.txt
|
213
|
+
- vendor/choosealicense.com/_licenses/cc-by-4.0.txt
|
214
|
+
- vendor/choosealicense.com/_licenses/cc-by-sa-4.0.txt
|
213
215
|
- vendor/choosealicense.com/_licenses/cc0-1.0.txt
|
214
216
|
- vendor/choosealicense.com/_licenses/epl-1.0.txt
|
215
217
|
- vendor/choosealicense.com/_licenses/eupl-1.1.txt
|