licensee 4.3.2 → 4.3.3

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: a01e0662cd476d9f2a5e8764fb2c0147166da2cb
4
- data.tar.gz: bdf3c4a1438ae6001693c58ed8be7ed04b6ecd53
3
+ metadata.gz: 7c206be5aef5cd0e5f18171be03fd48608bb3182
4
+ data.tar.gz: 8811ceacf71df25aaf9bf939163fadd707652a6a
5
5
  SHA512:
6
- metadata.gz: 71a8f8837bd03de8ce8f5da7a05d2b781d2c0a51a0df2bbd2b598a372e7fed77309097a81f7ba1a291315161f4b8ed360c9be924e9d86eed48648b7762e64389
7
- data.tar.gz: 0aa65b6e811f06047422f1676f79f458674b78e74065de526ed82c8d77e99f29afccf9588813494757cf885fd489c166b5224cce60ab23be0dd80c1a600bbcde
6
+ metadata.gz: f8daa173e64e12f4f4c8ea3e0d3a2f770e7c1dc8be8bd07755fb2bce19e6c9fea78df10f82813c9b631b131697449086c6fb234a97ca873ef8e4146e255c8fd1
7
+ data.tar.gz: 25fdf9d6e490077596a12c2d8e2be9c6dcae5933d8902977c160c4a0121c442daa4ce9dec4aaf434c2e3dacb106d43ed1a421426bdf46f22668ece9e5467de75
data/README.md CHANGED
@@ -122,7 +122,7 @@ Checking the actual text into version control is definitive, so that's what this
122
122
 
123
123
  ## Updating the licenses
124
124
 
125
- License data is pulled from `choosealicense.com`. To update the license data, simple run `bower update`.
125
+ License data is pulled from `choosealicense.com`. To update the license data, simple run `script/vendor-licenses`.
126
126
 
127
127
  ## Roadmap
128
128
 
@@ -1,3 +1,3 @@
1
1
  class Licensee
2
- VERSION = "4.3.2"
2
+ VERSION = "4.3.3"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: GNU Affero GPL v3.0
2
+ title: GNU Affero General Public License v3.0
3
3
  category: GPL
4
4
  tab-slug: agpl-v3
5
5
  hide-from-license-list: true
@@ -8,6 +8,8 @@ permalink: /licenses/agpl-3.0/
8
8
  source: http://www.gnu.org/licenses/agpl-3.0.txt
9
9
  redirect_from: /licenses/agpl/
10
10
 
11
+ description: "The GPL family of licenses is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license. The AGPL family of licenses is distinguished from GPLv2 and GPLv3 in that hosted services using the code are considered distribution and trigger the copyleft requirements."
12
+
11
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.
12
14
 
13
15
  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.
@@ -18,7 +18,7 @@ source: http://www.apache.org/licenses/LICENSE-2.0.html
18
18
  required:
19
19
  - include-copyright
20
20
  - document-changes
21
-
21
+
22
22
  permitted:
23
23
  - commercial-use
24
24
  - modifications
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: license
3
- title: Simplified BSD
3
+ title: BSD 2-clause "Simplified" License
4
4
  category: BSD
5
5
  tab-slug: bsd
6
6
  hide-from-license-list: true
@@ -1,11 +1,13 @@
1
1
  ---
2
2
  layout: license
3
- title: New BSD
3
+ title: BSD 3-clause "New" or "Revised" License
4
4
  category: BSD
5
5
  tab-slug: bsd-3
6
6
  hide-from-license-list: true
7
7
  permalink: /licenses/bsd-3-clause/
8
8
 
9
+ description: A permissive license that comes in two variants, the <a href="/licenses/bsd">BSD 2-Clause</a> and <a href="/licenses/bsd-3-clause">BSD 3-Clause</a>. Both have very minute differences to the MIT license. The three clause variant prohibits others from using the name of the project or its contributors to promote derivative works without written consent.
10
+
9
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 license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace {organization} with the organization, if any, that sponsors this work.
10
12
 
11
13
  source: http://opensource.org/licenses/BSD-3-Clause
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: license
3
- title: CC0 1.0 Universal
3
+ title: Creative Commons Zero v1.0 Universal
4
4
  category: Public Domain Dedication
5
5
  tab-slug: cc0
6
6
  permalink: /licenses/cc0/
@@ -25,6 +25,8 @@ permitted:
25
25
  forbidden:
26
26
  - no-liability
27
27
 
28
+ required: []
29
+
28
30
  ---
29
31
  CC0 1.0 Universal
30
32
 
@@ -141,4 +143,4 @@ Affirmer's express Statement of Purpose.
141
143
  CC0 or use of the Work.
142
144
 
143
145
  For more information, please see
144
- <http://creativecommons.org/publicdomain/zero/1.0/>
146
+ <http://creativecommons.org/publicdomain/zero/1.0/>
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: license
3
- title: Eclipse Public License v1.0
3
+ title: Eclipse Public License 1.0
4
4
  category: Eclipse
5
5
  redirect_from: /licenses/eclipse/
6
6
  permalink: /licenses/epl-1.0/
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: GNU GPL v2.0
2
+ title: GNU General Public License v2.0
3
3
  category: GPL
4
4
  tab-slug: gpl-v2
5
5
  hide-from-license-list: false
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: GNU GPL v3.0
2
+ title: GNU General Public License v3.0
3
3
  category: GPL
4
4
  tab-slug: gpl-v3
5
5
  hide-from-license-list: true
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: license
3
- title: ISC license
3
+ title: ISC License
4
4
  permalink: /licenses/isc/
5
5
  source: http://opensource.org/licenses/isc-license
6
6
  category: BSD
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: license
3
- title: GNU LGPL v2.1
3
+ title: GNU Lesser General Public License v2.1
4
4
  category: LGPL
5
5
  tab-slug: lgpl-v2_1
6
6
  redirect_from: /licenses/lgpl-v2.1/
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: license
3
- title: GNU LGPL v3.0
3
+ title: GNU Lesser General Public License v3.0
4
4
  category: LGPL
5
5
  tab-slug: lgpl-v3
6
6
  hide-from-license-list: true
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: license
3
- title: Public Domain (Unlicense)
3
+ title: The Unlicense
4
4
  category: Public Domain Dedication
5
5
  tab-slug: unlicense
6
6
  permalink: /licenses/unlicense/
@@ -25,6 +25,8 @@ permitted:
25
25
  forbidden:
26
26
  - no-liability
27
27
 
28
+ required: []
29
+
28
30
  ---
29
31
  This is free and unencumbered software released into the public domain.
30
32
 
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: 4.3.2
4
+ version: 4.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Balter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-06 00:00:00.000000000 Z
11
+ date: 2015-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rugged
@@ -174,7 +174,7 @@ files:
174
174
  - vendor/choosealicense.com/_licenses/artistic-2.0.txt
175
175
  - vendor/choosealicense.com/_licenses/bsd-2-clause.txt
176
176
  - vendor/choosealicense.com/_licenses/bsd-3-clause.txt
177
- - vendor/choosealicense.com/_licenses/cc0.txt
177
+ - vendor/choosealicense.com/_licenses/cc0-1.0.txt
178
178
  - vendor/choosealicense.com/_licenses/epl-1.0.txt
179
179
  - vendor/choosealicense.com/_licenses/gpl-2.0.txt
180
180
  - vendor/choosealicense.com/_licenses/gpl-3.0.txt