licensee 8.8.3 → 8.8.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6012b12186c521b06e61a5c531a8c0108fc24748
|
4
|
+
data.tar.gz: 19899fafe58d1b95443ac7c58a149748f1bd830f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fed7d6042454168d025c6550f0a0e0554c7be27863148ef4beb58997a5cf711d0aa5c5fd87d87042a88badc3ed8d4a18d3f4d840864e09ed38bc4b386a1802d0
|
7
|
+
data.tar.gz: be95eb2a1484569dc7c8f28ac7100aa3c6c5b16db7a529c683d2f33c1ef62ecd841d75767699fc6b29c8a365b6991e773e824a6be7f96be9aa999bf2a17946f8
|
data/lib/licensee/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
permissions:
|
2
2
|
- description: This software and derivatives may be used for commercial purposes.
|
3
|
-
label: Commercial
|
3
|
+
label: Commercial use
|
4
4
|
tag: commercial-use
|
5
5
|
- description: This software may be modified.
|
6
6
|
label: Modification
|
@@ -9,44 +9,44 @@ permissions:
|
|
9
9
|
label: Distribution
|
10
10
|
tag: distribution
|
11
11
|
- description: You may use and modify the software without distributing it.
|
12
|
-
label: Private
|
12
|
+
label: Private use
|
13
13
|
tag: private-use
|
14
14
|
- description: This license provides an express grant of patent rights from the contributor to the recipient.
|
15
|
-
label: Patent
|
15
|
+
label: Patent use
|
16
16
|
tag: patent-use
|
17
17
|
|
18
18
|
conditions:
|
19
19
|
- description: Include a copy of the license and copyright notice with the software.
|
20
|
-
label: License and
|
20
|
+
label: License and copyright notice
|
21
21
|
tag: include-copyright
|
22
22
|
- description: Indicate changes made to the code.
|
23
|
-
label: State
|
23
|
+
label: State changes
|
24
24
|
tag: document-changes
|
25
25
|
- description: Source code must be made available when distributing the software.
|
26
|
-
label: Disclose
|
26
|
+
label: Disclose source
|
27
27
|
tag: disclose-source
|
28
28
|
- description: Users who interact with the software via network are given the right to receive a copy of the corresponding source code.
|
29
|
-
label: Network
|
29
|
+
label: Network use is distribution
|
30
30
|
tag: network-use-disclose
|
31
31
|
- description: Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used.
|
32
32
|
label: Same License
|
33
33
|
tag: same-license
|
34
34
|
- description: Modifications of existing files must be released under the same license when distributing the software. In some cases a similar or related license may be used.
|
35
|
-
label: Same
|
35
|
+
label: Same license (file)
|
36
36
|
tag: same-license--file
|
37
37
|
- description: Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used, or this condition may not apply to works that use the software as a library.
|
38
|
-
label: Same
|
38
|
+
label: Same license (library)
|
39
39
|
tag: same-license--library
|
40
40
|
|
41
41
|
limitations:
|
42
42
|
- description: This license explicitly states that it does NOT grant you trademark rights, even though licenses without such a statement probably do not grant you any implicit trademark rights.
|
43
|
-
label: Trademark
|
43
|
+
label: Trademark use
|
44
44
|
tag: trademark-use
|
45
45
|
- description: This license includes a limitation of liability.
|
46
46
|
label: Liability
|
47
47
|
tag: liability
|
48
48
|
- description: This license explicitly states that it does NOT grant you any rights in the patents of contributors.
|
49
|
-
label: Patent
|
49
|
+
label: Patent use
|
50
50
|
tag: patent-use
|
51
51
|
- description: The license explicitly states that it does NOT provide any warranty.
|
52
52
|
label: Warranty
|
@@ -22,7 +22,7 @@ limitations: []
|
|
22
22
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
23
23
|
Version 2, December 2004
|
24
24
|
|
25
|
-
Copyright (C) 2004
|
25
|
+
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
26
26
|
|
27
27
|
Everyone is permitted to copy and distribute verbatim or modified
|
28
28
|
copies of this license document, and changing it is allowed as long
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: licensee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.8.
|
4
|
+
version: 8.8.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Balter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rugged
|