licensee 8.8.3 → 8.8.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a290855e79c9c3a81461b32355903f0d2c01989
4
- data.tar.gz: ce9fb94bce17bffbe042445c38d7b5b6fabbc2cf
3
+ metadata.gz: 6012b12186c521b06e61a5c531a8c0108fc24748
4
+ data.tar.gz: 19899fafe58d1b95443ac7c58a149748f1bd830f
5
5
  SHA512:
6
- metadata.gz: 4b5694fc6c9368c60336ad3fad4f7b7e19f194069e5fc14815a0c3c76ec8d075b2322864b4f0dd2764ba2550749a11531af800866d2891f88905ad1025953cab
7
- data.tar.gz: a46abce4a9b95ca23c617b55d1ed32cf20d4acd6855b385840d201be42241652fc5f31d426d9da39d975802f1e108d674341da80637f9ee505f5f2c6cb18d6bc
6
+ metadata.gz: fed7d6042454168d025c6550f0a0e0554c7be27863148ef4beb58997a5cf711d0aa5c5fd87d87042a88badc3ed8d4a18d3f4d840864e09ed38bc4b386a1802d0
7
+ data.tar.gz: be95eb2a1484569dc7c8f28ac7100aa3c6c5b16db7a529c683d2f33c1ef62ecd841d75767699fc6b29c8a365b6991e773e824a6be7f96be9aa999bf2a17946f8
@@ -1,3 +1,3 @@
1
1
  module Licensee
2
- VERSION = '8.8.3'.freeze
2
+ VERSION = '8.8.4'.freeze
3
3
  end
@@ -1,6 +1,6 @@
1
1
  permissions:
2
2
  - description: This software and derivatives may be used for commercial purposes.
3
- label: Commercial Use
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 Use
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 Use
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 Copyright Notice
20
+ label: License and copyright notice
21
21
  tag: include-copyright
22
22
  - description: Indicate changes made to the code.
23
- label: State Changes
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 Source
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 Use is Distribution
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 License (File)
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 License (Library)
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 Use
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 Use
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 [fullname] <[email]>
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.3
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-07 00:00:00.000000000 Z
11
+ date: 2017-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rugged