licensee 9.9.0 → 9.9.1

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
  SHA256:
3
- metadata.gz: 0e68d77bd40c2b0782aaa0a9e7e2920bbb1fc618f9b9c2de2d327e0402133718
4
- data.tar.gz: 3c9f04a3200fdb7a54861698f2dd341c057c7c3cf39326679e70c4927a1cdbcd
3
+ metadata.gz: 930a96d1bd7ed3b84fa727cf70d71740a5471500fdbdc3f5736f54eafd67e8e6
4
+ data.tar.gz: af48a6336b6de9b1f97d344bfcff49dedb4169e31000a3a981ffbc43aa514cc3
5
5
  SHA512:
6
- metadata.gz: 4a59d88fea1c24eb704762f0482656e100e8d57b76d52d1cf2265db7193e81996ae8a1719fbadbab9e5f0f3d2ba9aa80304769ca47c40776b4c6caee9383ebb3
7
- data.tar.gz: 88e89806f40aab22b987d2bae53add71b0ee7a0ba2ba92daed4574c900d3f00629cf066991f38a64efdebabbb06e95450a346382bf82b9741b1ccd93c61b0cad
6
+ metadata.gz: f4f2e0f847843640551f0ac5369b13880a06326cfd262c8909a176722828ad0435f9ff803aaf4223550462d36d21f9535f4cf2bc9e23f299ec6d62454788c157
7
+ data.tar.gz: f13add2cdd94ae3e02b0a55cb445d8c2e1b4907eea902860fee3a7508abd9f979da2dba73caddd56a468d724b36251cea7565e73b015fcb4ad5db3a629f24c90
@@ -1,3 +1,3 @@
1
1
  module Licensee
2
- VERSION = '9.9.0'.freeze
2
+ VERSION = '9.9.1'.freeze
3
3
  end
@@ -1,6 +1,6 @@
1
1
  RSpec.describe Licensee::License do
2
- let(:license_count) { 35 }
3
- let(:hidden_license_count) { 23 }
2
+ let(:license_count) { 36 }
3
+ let(:hidden_license_count) { 24 }
4
4
  let(:featured_license_count) { 3 }
5
5
  let(:pseudo_license_count) { 2 }
6
6
  let(:non_featured_license_count) do
@@ -2,7 +2,7 @@ RSpec.describe Licensee do
2
2
  let(:project_path) { fixture_path('mit') }
3
3
  let(:license_path) { fixture_path('mit/LICENSE.txt') }
4
4
  let(:mit_license) { Licensee::License.find('mit') }
5
- let(:hidden_license_count) { 35 }
5
+ let(:hidden_license_count) { 36 }
6
6
 
7
7
  it 'exposes licenses' do
8
8
  expect(described_class.licenses).to be_an(Array)
@@ -2,11 +2,11 @@
2
2
  # The available fields are:
3
3
 
4
4
  - name: title
5
- description: The license full name specified by http://spdx.org/licenses/
5
+ description: The license full name specified by https://spdx.org/licenses/
6
6
  required: true
7
7
 
8
8
  - name: spdx-id
9
- description: Short identifier specified by http://spdx.org/licenses/
9
+ description: Short identifier specified by https://spdx.org/licenses/
10
10
  required: true
11
11
 
12
12
  - name: source
@@ -44,7 +44,7 @@
44
44
  required: false
45
45
 
46
46
  - name: hidden
47
- description: Whether the license is neither [popular](https://opensource.org/licenses) nor fills out the [spectrum of licenses](http://choosealicense.com/licenses/) from strongly conditional to unconditional (defaults to true)
47
+ description: Whether the license is neither [popular](https://opensource.org/licenses) nor fills out the [spectrum of licenses](https://choosealicense.com/licenses/) from strongly conditional to unconditional (defaults to true)
48
48
  required: false
49
49
 
50
50
  - name: nickname
@@ -13,8 +13,8 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
13
13
  note: The Apache Foundation recommends taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice at the very end of the license in the appendix.
14
14
 
15
15
  using:
16
- - Elasticsearch: https://github.com/elastic/elasticsearch/blob/master/LICENSE.txt
17
16
  - Kubernetes: https://github.com/kubernetes/kubernetes/blob/master/LICENSE
17
+ - PDF.js: https://github.com/mozilla/pdf.js/blob/master/LICENSE
18
18
  - Swift: https://github.com/apple/swift/blob/master/LICENSE.txt
19
19
 
20
20
  permissions:
@@ -2,7 +2,7 @@
2
2
  title: Artistic License 2.0
3
3
  spdx-id: Artistic-2.0
4
4
  redirect_from: /licenses/artistic/
5
- source: http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
5
+ source: https://spdx.org/licenses/Artistic-2.0.html
6
6
 
7
7
  description: Heavily favored by the Perl community, the Artistic license requires that modified versions of the software do not prevent users from running the standard version.
8
8
 
@@ -7,7 +7,7 @@ description: A simple permissive license only requiring preservation of copyrigh
7
7
 
8
8
  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.
9
9
 
10
- note: Boost recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the [Boost Software License FAQ](http://www.boost.org/users/license.html#FAQ).
10
+ note: Boost recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the [Boost Software License FAQ](https://www.boost.org/users/license.html#FAQ).
11
11
 
12
12
  using:
13
13
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Creative Commons Attribution 4.0
2
+ title: Creative Commons Attribution 4.0 International
3
3
  spdx-id: CC-BY-4.0
4
4
  source: https://creativecommons.org/licenses/by/4.0/legalcode.txt
5
5
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Creative Commons Attribution Share Alike 4.0
2
+ title: Creative Commons Attribution Share Alike 4.0 International
3
3
  spdx-id: CC-BY-SA-4.0
4
4
  source: https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt
5
5
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: European Union Public License 1.2
3
3
  spdx-id: EUPL-1.2
4
- source: http://eur-lex.europa.eu/legal-content/TXT/?uri=CELEX%3A32017D0863
4
+ source: https://eur-lex.europa.eu/legal-content/TXT/?uri=CELEX%3A32017D0863
5
5
 
6
6
  description: The European Union Public Licence (EUPL) is a copyleft free/open source software license created on the initiative of and approved by the European Commission in 22 official languages of the European Union.
7
7
 
@@ -127,7 +127,7 @@ limitations thereto.
127
127
 
128
128
  The grant of the rights mentioned above is subject to some restrictions and
129
129
  obligations imposed on the Licensee. Those obligations are the following:
130
-
130
+
131
131
  Attribution right: The Licensee shall keep intact all copyright, patent or
132
132
  trademarks notices and all notices that refer to the Licence and to the
133
133
  disclaimer of warranties. The Licensee must include a copy of such notices and
@@ -8,7 +8,7 @@ description: The University of Illinois/NCSA Open Source License, or UIUC licens
8
8
 
9
9
  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 [project] with the project organization, if any, that sponsors this work.
10
10
 
11
- using:
11
+ using:
12
12
  - LLDB: https://github.com/llvm-mirror/lldb/blob/master/LICENSE.TXT
13
13
  - ROCR-Runtime: https://github.com/RadeonOpenCompute/ROCR-Runtime/blob/master/LICENSE.txt
14
14
  - RLTK: https://github.com/chriswailes/RLTK/blob/master/LICENSE
@@ -28,37 +28,37 @@ limitations:
28
28
 
29
29
  ---
30
30
 
31
- University of Illinois/NCSA Open Source License
31
+ University of Illinois/NCSA Open Source License
32
32
 
33
- Copyright (c) [year] [fullname]. All rights reserved.
33
+ Copyright (c) [year] [fullname]. All rights reserved.
34
34
 
35
- Developed by: [project]
36
- [fullname]
35
+ Developed by: [project]
36
+ [fullname]
37
37
  [projecturl]
38
-
39
- Permission is hereby granted, free of charge, to any person
40
- obtaining a copy of this software and associated documentation files
41
- (the "Software"), to deal with the Software without restriction,
38
+
39
+ Permission is hereby granted, free of charge, to any person
40
+ obtaining a copy of this software and associated documentation files
41
+ (the "Software"), to deal with the Software without restriction,
42
42
  including without limitation the rights to use, copy, modify, merge,
43
- publish, distribute, sublicense, and/or sell copies of the Software,
44
- and to permit persons to whom the Software is furnished to do so,
43
+ publish, distribute, sublicense, and/or sell copies of the Software,
44
+ and to permit persons to whom the Software is furnished to do so,
45
45
  subject to the following conditions:
46
46
 
47
- * Redistributions of source code must retain the above copyright notice,
47
+ * Redistributions of source code must retain the above copyright notice,
48
48
  this list of conditions and the following disclaimers.
49
49
 
50
- * Redistributions in binary form must reproduce the above copyright
51
- notice, this list of conditions and the following disclaimers in the
50
+ * Redistributions in binary form must reproduce the above copyright
51
+ notice, this list of conditions and the following disclaimers in the
52
52
  documentation and/or other materials provided with the distribution.
53
53
 
54
- * Neither the names of [fullname], [project] nor the names of its
54
+ * Neither the names of [fullname], [project] nor the names of its
55
55
  contributors may be used to endorse or promote products derived from
56
56
  this Software without specific prior written permission.
57
-
58
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
59
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61
- CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57
+
58
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
59
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61
+ CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63
63
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH
64
64
  THE SOFTWARE.
@@ -7,7 +7,7 @@ description: OSL 3.0 is a copyleft license that does not require reciprocal lice
7
7
 
8
8
  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. Files licensed under OSL 3.0 must also include the notice "Licensed under the Open Software License version 3.0" adjacent to the copyright notice.
9
9
 
10
- note: OSL 3.0's author has <a href="http://rosenlaw.com/OSL3.0-explained.htm">provided an explanation</a> behind the creation of the license.
10
+ note: OSL 3.0's author has <a href="https://rosenlaw.com/OSL3.0-explained.htm">provided an explanation</a> behind the creation of the license.
11
11
 
12
12
  using:
13
13
  - appserver.io: https://github.com/appserver-io/appserver/blob/master/LICENSE.txt
@@ -0,0 +1,67 @@
1
+ ---
2
+ title: Universal Permissive License v1.0
3
+ spdx-id: UPL-1.0
4
+ source: https://oss.oracle.com/licenses/upl/
5
+
6
+ description: A permissive, OSI and FSF approved, GPL compatible license, expressly allowing attribution with just a copyright notice and a short form link rather than the full text of the license. Includes an express grant of patent rights. Licensed works and modifications may be distributed under different terms and without source code, and the patent grant may also optionally be expanded to larger works to permit use as a contributor license agreement.
7
+
8
+ how: Insert the license or a link to it along with a copyright notice into your source file(s), and/or create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license and your copyright notice into the file.
9
+
10
+ note: It is recommended to add a link to the license and copyright notice at the top of each source file, example text can be found at https://oss.oracle.com/licenses/upl/.
11
+
12
+ using:
13
+ - WebLogic Kubernetes Operator: https://github.com/oracle/weblogic-kubernetes-operator/blob/master/LICENSE
14
+ - Oracle Product Images for Docker: https://github.com/oracle/docker-images/blob/master/LICENSE
15
+ - Oracle Product Boxes for Vagrant: https://github.com/oracle/vagrant-boxes/blob/master/LICENSE
16
+
17
+ permissions:
18
+ - commercial-use
19
+ - modifications
20
+ - distribution
21
+ - patent-use
22
+ - private-use
23
+
24
+ conditions:
25
+ - include-copyright
26
+
27
+ limitations:
28
+ - liability
29
+ - warranty
30
+
31
+ ---
32
+
33
+ Copyright (c) [year] [fullname]
34
+
35
+ The Universal Permissive License (UPL), Version 1.0
36
+
37
+ Subject to the condition set forth below, permission is hereby granted to any
38
+ person obtaining a copy of this software, associate documentation and/or data
39
+ (collectively the "Software"), free of charge and under any and all copyright
40
+ rights in the Software, and any and all patent rights owned or freely
41
+ licensable by each licensor hereunder covering either (i) the unmodified
42
+ Software as contributed to or provided by such licensor, or (ii) the Larger
43
+ Works (as defined below), to deal in both
44
+
45
+ (a) the Software, and
46
+ (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
47
+ one is included with the Software (each a “Larger Work” to which the Software
48
+ is contributed by such licensors),
49
+
50
+ without restriction, including without limitation the rights to copy, create
51
+ derivative works of, display, perform, and distribute the Software and make,
52
+ use, sell, offer for sale, import, export, have made, and have sold the
53
+ Software and the Larger Work(s), and to sublicense the foregoing rights on
54
+ either these or other terms.
55
+
56
+ This license is subject to the following condition:
57
+ The above copyright notice and either this complete permission notice or at
58
+ a minimum a reference to the UPL must be included in all copies or
59
+ substantial portions of the Software.
60
+
61
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67
+ SOFTWARE.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: licensee
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.9.0
4
+ version: 9.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Balter
@@ -322,6 +322,7 @@ files:
322
322
  - vendor/choosealicense.com/_licenses/osl-3.0.txt
323
323
  - vendor/choosealicense.com/_licenses/postgresql.txt
324
324
  - vendor/choosealicense.com/_licenses/unlicense.txt
325
+ - vendor/choosealicense.com/_licenses/upl-1.0.txt
325
326
  - vendor/choosealicense.com/_licenses/wtfpl.txt
326
327
  - vendor/choosealicense.com/_licenses/zlib.txt
327
328
  homepage: https://github.com/benbalter/licensee