license-compatibility 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +4 -2
- data/CONTRIBUTING.md +10 -0
- data/lib/license/compatibility/version.rb +1 -1
- data/lib/license/licenses.json +49 -5
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 127d234c153d3edb24a758497e3d4a07430f0cd0
|
|
4
|
+
data.tar.gz: a18ab0e9da5c79711376ca6336e5dd899b21c8ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83a98471aeb46fc020d66810efafc72caf1a80ed86ded197422a479556387a76e91b95ca9d1db3456264d54f5631282b7610b79452157d24b9ff53f5a85b7995
|
|
7
|
+
data.tar.gz: 4dffad455df30ee280a13775a1475beb9ca0b5eebb1bdadb6a3791a8e0bff2979883638b24272f9fbdc7b9019cad7f77a9ef840cd74981ee4f4e646be30310df
|
data/.travis.yml
CHANGED
data/CONTRIBUTING.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Contributing
|
|
2
|
+
|
|
3
|
+
* Fork the project.
|
|
4
|
+
* Make your feature addition or bug fix.
|
|
5
|
+
* Add tests for it. This is important so I don't break it in a future version unintentionally.
|
|
6
|
+
* Send a pull request. Bonus points for topic branches.
|
|
7
|
+
|
|
8
|
+
## Code of Conduct
|
|
9
|
+
|
|
10
|
+
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
|
data/lib/license/licenses.json
CHANGED
|
@@ -1,7 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
-
"public_domain": [
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
"public_domain": [
|
|
3
|
+
"CC0-1.0",
|
|
4
|
+
"PDDL-1.0",
|
|
5
|
+
"SAX-PD",
|
|
6
|
+
"Unlicense"
|
|
7
|
+
],
|
|
8
|
+
"permissive": [
|
|
9
|
+
"AFL-1.1",
|
|
10
|
+
"AFL-1.2",
|
|
11
|
+
"AFL-2.0",
|
|
12
|
+
"AFL-2.1",
|
|
13
|
+
"AFL-3.0",
|
|
14
|
+
"Apache-2.0",
|
|
15
|
+
"Artistic-2.0",
|
|
16
|
+
"BSD-2-Clause",
|
|
17
|
+
"BSD-3-Clause",
|
|
18
|
+
"BSD-3-Clause-Attribution",
|
|
19
|
+
"BSD-3-Clause-Clear",
|
|
20
|
+
"DSDP",
|
|
21
|
+
"ECL-2.0",
|
|
22
|
+
"ISC",
|
|
23
|
+
"MIT",
|
|
24
|
+
"WTFPL"
|
|
25
|
+
],
|
|
26
|
+
"weak_copyleft": [
|
|
27
|
+
"EPL-1.0",
|
|
28
|
+
"LGPL-2.0",
|
|
29
|
+
"LGPL-2.1",
|
|
30
|
+
"LGPL-3.0",
|
|
31
|
+
"LGPL-3.0",
|
|
32
|
+
"MPL-2.0"
|
|
33
|
+
],
|
|
34
|
+
"strong_copyleft": [
|
|
35
|
+
"GPL-3.0",
|
|
36
|
+
"GPL-2.0",
|
|
37
|
+
"MS-RL",
|
|
38
|
+
"ODbL-1.0",
|
|
39
|
+
"OSL-1.0",
|
|
40
|
+
"OSL-1.1",
|
|
41
|
+
"OSL-2.0",
|
|
42
|
+
"OSL-2.1",
|
|
43
|
+
"OSL-3.0",
|
|
44
|
+
"RPL-1.1",
|
|
45
|
+
"RPL-1.5"
|
|
46
|
+
],
|
|
47
|
+
"network_copyleft": [
|
|
48
|
+
"AGPL-1.0",
|
|
49
|
+
"AGPL-3.0"
|
|
50
|
+
]
|
|
7
51
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: license-compatibility
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Nesbitt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -63,6 +63,7 @@ files:
|
|
|
63
63
|
- ".rspec"
|
|
64
64
|
- ".travis.yml"
|
|
65
65
|
- CODE_OF_CONDUCT.md
|
|
66
|
+
- CONTRIBUTING.md
|
|
66
67
|
- Gemfile
|
|
67
68
|
- LICENSE.txt
|
|
68
69
|
- README.md
|
|
@@ -93,9 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
93
94
|
version: '0'
|
|
94
95
|
requirements: []
|
|
95
96
|
rubyforge_project:
|
|
96
|
-
rubygems_version: 2.
|
|
97
|
+
rubygems_version: 2.5.1
|
|
97
98
|
signing_key:
|
|
98
99
|
specification_version: 4
|
|
99
100
|
summary: Check compatibility between different SPDX licenses
|
|
100
101
|
test_files: []
|
|
101
|
-
has_rdoc:
|