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 +4 -4
- data/README.md +1 -1
- data/lib/licensee/version.rb +1 -1
- data/vendor/choosealicense.com/_licenses/agpl-3.0.txt +3 -1
- data/vendor/choosealicense.com/_licenses/apache-2.0.txt +1 -1
- data/vendor/choosealicense.com/_licenses/bsd-2-clause.txt +1 -1
- data/vendor/choosealicense.com/_licenses/bsd-3-clause.txt +3 -1
- data/vendor/choosealicense.com/_licenses/{cc0.txt → cc0-1.0.txt} +4 -2
- data/vendor/choosealicense.com/_licenses/epl-1.0.txt +1 -1
- data/vendor/choosealicense.com/_licenses/gpl-2.0.txt +1 -1
- data/vendor/choosealicense.com/_licenses/gpl-3.0.txt +1 -1
- data/vendor/choosealicense.com/_licenses/isc.txt +1 -1
- data/vendor/choosealicense.com/_licenses/lgpl-2.1.txt +1 -1
- data/vendor/choosealicense.com/_licenses/lgpl-3.0.txt +1 -1
- data/vendor/choosealicense.com/_licenses/unlicense.txt +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c206be5aef5cd0e5f18171be03fd48608bb3182
|
4
|
+
data.tar.gz: 8811ceacf71df25aaf9bf939163fadd707652a6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 `
|
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
|
|
data/lib/licensee/version.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
---
|
2
|
-
title: GNU Affero
|
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.
|
@@ -1,11 +1,13 @@
|
|
1
1
|
---
|
2
2
|
layout: license
|
3
|
-
title: New
|
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:
|
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:
|
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.
|
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-
|
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
|