licensee 8.3.1 → 8.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/licensee/content_helper.rb +29 -1
  4. data/lib/licensee/license.rb +4 -0
  5. data/lib/licensee/matchers/copyright_matcher.rb +2 -1
  6. data/lib/licensee/matchers/dice_matcher.rb +10 -35
  7. data/lib/licensee/matchers/exact_matcher.rb +3 -1
  8. data/lib/licensee/project.rb +36 -2
  9. data/lib/licensee/project_files/license_file.rb +5 -0
  10. data/lib/licensee/projects/fs_project.rb +14 -9
  11. data/lib/licensee/projects/git_project.rb +14 -13
  12. data/lib/licensee/version.rb +1 -1
  13. data/lib/licensee.rb +7 -1
  14. data/test/fixtures/lgpl.git/HEAD +1 -0
  15. data/test/fixtures/lgpl.git/config +5 -0
  16. data/test/fixtures/lgpl.git/objects/1a/cd060ebbbeac294200008657d9502130f93465 +2 -0
  17. data/test/fixtures/lgpl.git/objects/4b/1f98c1e95b6d4dae0b0a160f554be97e5afece +2 -0
  18. data/test/fixtures/lgpl.git/objects/a4/cfa42bc8e1d432fa851c5c4e3f294f01e05fd3 +0 -0
  19. data/test/fixtures/lgpl.git/objects/b7/de6e186bd02935030f5d42867ea7043fb1c27c +0 -0
  20. data/test/fixtures/lgpl.git/objects/dd/d0e017b1bf39218a6ea4f2fadd29a7ea8ebe03 +0 -0
  21. data/test/fixtures/lgpl.git/objects/eb/d853e83a2d317422c52f3922f4c9c5bb4a10b7 +0 -0
  22. data/test/fixtures/lgpl.git/refs/heads/master +1 -0
  23. data/test/functions.rb +16 -9
  24. data/test/{test_licensee_copyright_matcher.rb → licensee/matchers/test_copyright_matcher.rb} +6 -0
  25. data/test/{test_licensee_dice_matcher.rb → licensee/matchers/test_dice_matcher.rb} +11 -2
  26. data/test/{test_licensee_exact_matcher.rb → licensee/matchers/test_exact_matcher.rb} +8 -0
  27. data/test/{test_licensee_gemspec_matcher.rb → licensee/matchers/test_gemspec_matcher.rb} +1 -1
  28. data/test/{test_licensee_npm_bower_matcher.rb → licensee/matchers/test_npm_bower_matcher.rb} +0 -0
  29. data/test/licensee/matchers/test_package_matcher.rb +27 -0
  30. data/test/{test_licensee_license_file.rb → licensee/project_files/test_license_file.rb} +15 -0
  31. data/test/{test_licensee_package_info.rb → licensee/project_files/test_package_info.rb} +0 -0
  32. data/test/{test_licensee_readme.rb → licensee/project_files/test_readme.rb} +0 -0
  33. data/test/licensee/test_content_helper.rb +56 -0
  34. data/test/{test_licensee_license.rb → licensee/test_license.rb} +11 -0
  35. data/test/{test_licensee_project.rb → licensee/test_project.rb} +5 -0
  36. data/test/{test_licensee_project_file.rb → licensee/test_project_file.rb} +0 -0
  37. data/test/test_licensee.rb +6 -2
  38. data/vendor/choosealicense.com/_licenses/afl-3.0.txt +5 -4
  39. data/vendor/choosealicense.com/_licenses/agpl-3.0.txt +8 -7
  40. data/vendor/choosealicense.com/_licenses/apache-2.0.txt +5 -4
  41. data/vendor/choosealicense.com/_licenses/artistic-2.0.txt +6 -5
  42. data/vendor/choosealicense.com/_licenses/bsd-2-clause.txt +4 -3
  43. data/vendor/choosealicense.com/_licenses/bsd-3-clause-clear.txt +5 -5
  44. data/vendor/choosealicense.com/_licenses/bsd-3-clause.txt +4 -3
  45. data/vendor/choosealicense.com/_licenses/cc-by-4.0.txt +5 -4
  46. data/vendor/choosealicense.com/_licenses/cc-by-sa-4.0.txt +6 -5
  47. data/vendor/choosealicense.com/_licenses/cc0-1.0.txt +1 -0
  48. data/vendor/choosealicense.com/_licenses/epl-1.0.txt +6 -5
  49. data/vendor/choosealicense.com/_licenses/eupl-1.1.txt +8 -7
  50. data/vendor/choosealicense.com/_licenses/gpl-2.0.txt +7 -6
  51. data/vendor/choosealicense.com/_licenses/gpl-3.0.txt +7 -6
  52. data/vendor/choosealicense.com/_licenses/isc.txt +4 -3
  53. data/vendor/choosealicense.com/_licenses/lgpl-2.1.txt +7 -6
  54. data/vendor/choosealicense.com/_licenses/lgpl-3.0.txt +7 -7
  55. data/vendor/choosealicense.com/_licenses/lppl-1.3c.txt +6 -5
  56. data/vendor/choosealicense.com/_licenses/mit.txt +4 -3
  57. data/vendor/choosealicense.com/_licenses/mpl-2.0.txt +6 -5
  58. data/vendor/choosealicense.com/_licenses/ms-pl.txt +4 -4
  59. data/vendor/choosealicense.com/_licenses/ms-rl.txt +7 -7
  60. data/vendor/choosealicense.com/_licenses/ofl-1.1.txt +4 -4
  61. data/vendor/choosealicense.com/_licenses/osl-3.0.txt +7 -7
  62. data/vendor/choosealicense.com/_licenses/unlicense.txt +6 -1
  63. data/vendor/choosealicense.com/_licenses/wtfpl.txt +2 -2
  64. data/vendor/choosealicense.com/_licenses/zlib.txt +5 -4
  65. metadata +24 -13
@@ -7,10 +7,6 @@ description: The Academic Free License is a variant of the Open Software License
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 AFL 3.0 must also include the notice "Licensed under the Academic Free License version 3.0" adjacent to the copyright notice.
9
9
 
10
- conditions:
11
- - include-copyright
12
- - document-changes
13
-
14
10
  permissions:
15
11
  - commercial-use
16
12
  - modifications
@@ -18,11 +14,16 @@ permissions:
18
14
  - private-use
19
15
  - patent-use
20
16
 
17
+ conditions:
18
+ - include-copyright
19
+ - document-changes
20
+
21
21
  limitations:
22
22
  - trademark-use
23
23
  - no-liability
24
24
 
25
25
  ---
26
+
26
27
  Academic Free License (“AFL”) v. 3.0
27
28
 
28
29
  This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work:
@@ -12,13 +12,6 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
12
12
 
13
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.
14
14
 
15
- conditions:
16
- - include-copyright
17
- - document-changes
18
- - disclose-source
19
- - network-use-disclose
20
- - same-license
21
-
22
15
  permissions:
23
16
  - commercial-use
24
17
  - modifications
@@ -26,8 +19,16 @@ permissions:
26
19
  - patent-use
27
20
  - private-use
28
21
 
22
+ conditions:
23
+ - include-copyright
24
+ - document-changes
25
+ - disclose-source
26
+ - network-use-disclose
27
+ - same-license
28
+
29
29
  limitations:
30
30
  - no-liability
31
+
31
32
  ---
32
33
 
33
34
  GNU AFFERO GENERAL PUBLIC LICENSE
@@ -17,10 +17,6 @@ using:
17
17
  - Apache: https://svn.apache.org/viewvc/httpd/httpd/trunk/LICENSE?view=markup
18
18
  - Swift: https://github.com/apple/swift/blob/master/LICENSE.txt
19
19
 
20
- conditions:
21
- - include-copyright
22
- - document-changes
23
-
24
20
  permissions:
25
21
  - commercial-use
26
22
  - modifications
@@ -28,9 +24,14 @@ permissions:
28
24
  - patent-use
29
25
  - private-use
30
26
 
27
+ conditions:
28
+ - include-copyright
29
+ - document-changes
30
+
31
31
  limitations:
32
32
  - trademark-use
33
33
  - no-liability
34
+
34
35
  ---
35
36
 
36
37
  Apache License
@@ -6,11 +6,7 @@ source: http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
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
 
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.
10
-
11
- conditions:
12
- - include-copyright
13
- - document-changes
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. Do not replace the copyright notice (year, author), which refers to the license itself, not the licensed project.
14
10
 
15
11
  permissions:
16
12
  - commercial-use
@@ -19,9 +15,14 @@ permissions:
19
15
  - patent-use
20
16
  - private-use
21
17
 
18
+ conditions:
19
+ - include-copyright
20
+ - document-changes
21
+
22
22
  limitations:
23
23
  - no-liability
24
24
  - trademark-use
25
+
25
26
  ---
26
27
 
27
28
  The Artistic License 2.0
@@ -8,17 +8,18 @@ description: A permissive license that comes in two variants, the <a href="/lice
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.
10
10
 
11
- conditions:
12
- - include-copyright
13
-
14
11
  permissions:
15
12
  - commercial-use
16
13
  - modifications
17
14
  - distribution
18
15
  - private-use
19
16
 
17
+ conditions:
18
+ - include-copyright
19
+
20
20
  limitations:
21
21
  - no-liability
22
+
22
23
  ---
23
24
 
24
25
  BSD 2-Clause License
@@ -1,25 +1,25 @@
1
1
  ---
2
2
  title: BSD 3-clause Clear License
3
3
  spdx-id: BSD-3-Clause-Clear
4
+ source: https://spdx.org/licenses/BSD-3-Clause-Clear.html
4
5
 
5
6
  description: A variant of the <a href="/licenses/bsd-3-clause/">BSD 3-Clause License</a> that explicitly does not grant any patent rights.
6
7
 
7
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. 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.
8
9
 
9
- source: https://spdx.org/licenses/BSD-3-Clause-Clear.html
10
-
11
- conditions:
12
- - include-copyright
13
-
14
10
  permissions:
15
11
  - commercial-use
16
12
  - modifications
17
13
  - distribution
18
14
  - private-use
19
15
 
16
+ conditions:
17
+ - include-copyright
18
+
20
19
  limitations:
21
20
  - no-liability
22
21
  - patent-use
22
+
23
23
  ---
24
24
 
25
25
  The Clear BSD License
@@ -7,17 +7,18 @@ description: A permissive license similar to the <a href="/licenses/bsd-2-clause
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. 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.
9
9
 
10
- conditions:
11
- - include-copyright
12
-
13
10
  permissions:
14
11
  - commercial-use
15
12
  - modifications
16
13
  - distribution
17
14
  - private-use
18
15
 
16
+ conditions:
17
+ - include-copyright
18
+
19
19
  limitations:
20
20
  - no-liability
21
+
21
22
  ---
22
23
 
23
24
  BSD 3-Clause License
@@ -7,20 +7,21 @@ description: Permits almost any use subject to providing credit and license noti
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. It is also acceptable to soley supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by/4.0/'>canonical URL for the license</a>.
9
9
 
10
- conditions:
11
- - include-copyright
12
- - document-changes
13
-
14
10
  permissions:
15
11
  - commercial-use
16
12
  - modifications
17
13
  - distribution
18
14
  - private-use
19
15
 
16
+ conditions:
17
+ - include-copyright
18
+ - document-changes
19
+
20
20
  limitations:
21
21
  - no-liability
22
22
  - trademark-use
23
23
  - patent-use
24
+
24
25
  ---
25
26
 
26
27
  Attribution 4.0 International
@@ -7,21 +7,22 @@ description: Similar to <a href='/licenses/cc-by-4.0/'>CC-BY-4.0</a> but require
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. It is also acceptable to soley supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by-sa/4.0/'>canonical URL for the license</a>.
9
9
 
10
- conditions:
11
- - include-copyright
12
- - document-changes
13
- - same-license
14
-
15
10
  permissions:
16
11
  - commercial-use
17
12
  - modifications
18
13
  - distribution
19
14
  - private-use
20
15
 
16
+ conditions:
17
+ - include-copyright
18
+ - document-changes
19
+ - same-license
20
+
21
21
  limitations:
22
22
  - no-liability
23
23
  - trademark-use
24
24
  - patent-use
25
+
25
26
  ---
26
27
 
27
28
  Attribution-ShareAlike 4.0 International
@@ -22,6 +22,7 @@ limitations:
22
22
  - no-liability
23
23
  - trademark-use
24
24
  - patent-use
25
+
25
26
  ---
26
27
 
27
28
  CC0 1.0 Universal
@@ -13,11 +13,6 @@ using:
13
13
  - JUnit: https://github.com/junit-team/junit/blob/master/LICENSE-junit.txt
14
14
  - openHAB: https://github.com/openhab/openhab/blob/master/LICENSE.TXT
15
15
 
16
- conditions:
17
- - disclose-source
18
- - include-copyright
19
- - same-license
20
-
21
16
  permissions:
22
17
  - commercial-use
23
18
  - distribution
@@ -25,8 +20,14 @@ permissions:
25
20
  - patent-use
26
21
  - private-use
27
22
 
23
+ conditions:
24
+ - disclose-source
25
+ - include-copyright
26
+ - same-license
27
+
28
28
  limitations:
29
29
  - no-liability
30
+
30
31
  ---
31
32
 
32
33
  Eclipse Public License - v 1.0
@@ -10,13 +10,6 @@ how: Create a text file (typically named COPYING or LICENCE.txt) in the root of
10
10
 
11
11
  note: The European Commission recommends taking the additional step of adding a [boilerplate notice](https://joinup.ec.europa.eu/sites/default/files/ckeditor_files/files/EUPL%201_1%20Guidelines%20EN%20Joinup.pdf#page=17) to the top of each file.
12
12
 
13
- conditions:
14
- - include-copyright
15
- - disclose-source
16
- - document-changes
17
- - network-use-disclose
18
- - same-license
19
-
20
13
  permissions:
21
14
  - commercial-use
22
15
  - modifications
@@ -24,9 +17,17 @@ permissions:
24
17
  - patent-use
25
18
  - private-use
26
19
 
20
+ conditions:
21
+ - include-copyright
22
+ - disclose-source
23
+ - document-changes
24
+ - network-use-disclose
25
+ - same-license
26
+
27
27
  limitations:
28
28
  - no-liability
29
29
  - trademark-use
30
+
30
31
  ---
31
32
 
32
33
  European Union Public Licence
@@ -15,20 +15,21 @@ using:
15
15
  - Linux: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/COPYING
16
16
  - WordPress: https://github.com/WordPress/WordPress/blob/master/license.txt
17
17
 
18
- conditions:
19
- - include-copyright
20
- - document-changes
21
- - disclose-source
22
- - same-license
23
-
24
18
  permissions:
25
19
  - commercial-use
26
20
  - modifications
27
21
  - distribution
28
22
  - private-use
29
23
 
24
+ conditions:
25
+ - include-copyright
26
+ - document-changes
27
+ - disclose-source
28
+ - same-license
29
+
30
30
  limitations:
31
31
  - no-liability
32
+
32
33
  ---
33
34
 
34
35
  GNU GENERAL PUBLIC LICENSE
@@ -18,12 +18,6 @@ using:
18
18
  - GIMP: https://git.gnome.org/browse/gimp/tree/COPYING
19
19
  - Privacy Badger: https://github.com/EFForg/privacybadgerfirefox/blob/master/LICENSE
20
20
 
21
- conditions:
22
- - include-copyright
23
- - document-changes
24
- - disclose-source
25
- - same-license
26
-
27
21
  permissions:
28
22
  - commercial-use
29
23
  - modifications
@@ -31,8 +25,15 @@ permissions:
31
25
  - patent-use
32
26
  - private-use
33
27
 
28
+ conditions:
29
+ - include-copyright
30
+ - document-changes
31
+ - disclose-source
32
+ - same-license
33
+
34
34
  limitations:
35
35
  - no-liability
36
+
36
37
  ---
37
38
 
38
39
  GNU GENERAL PUBLIC LICENSE
@@ -12,17 +12,18 @@ using:
12
12
  - Node.js semver: https://github.com/npm/node-semver/blob/master/LICENSE
13
13
  - OpenStreetMap iD: https://github.com/openstreetmap/iD/blob/master/LICENSE
14
14
 
15
- conditions:
16
- - include-copyright
17
-
18
15
  permissions:
19
16
  - commercial-use
20
17
  - distribution
21
18
  - modifications
22
19
  - private-use
23
20
 
21
+ conditions:
22
+ - include-copyright
23
+
24
24
  limitations:
25
25
  - no-liability
26
+
26
27
  ---
27
28
 
28
29
  ISC License
@@ -11,20 +11,21 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
11
11
 
12
12
  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.
13
13
 
14
- conditions:
15
- - include-copyright
16
- - disclose-source
17
- - document-changes
18
- - same-license
19
-
20
14
  permissions:
21
15
  - commercial-use
22
16
  - modifications
23
17
  - distribution
24
18
  - private-use
25
19
 
20
+ conditions:
21
+ - include-copyright
22
+ - disclose-source
23
+ - document-changes
24
+ - same-license
25
+
26
26
  limitations:
27
27
  - no-liability
28
+
28
29
  ---
29
30
 
30
31
  GNU LESSER GENERAL PUBLIC LICENSE
@@ -12,13 +12,6 @@ how: This license is an additional set of permissions to the <a href="/licenses/
12
12
 
13
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 <a href="/licenses/gpl-3.0">GNU GPLv3 license</a>. Insert the word “Lesser” before “General” in all three places in the boilerplate notice to make sure that you refer to the GNU LGPLv3 and not the GNU GPLv3.
14
14
 
15
- conditions:
16
- - include-copyright
17
- - disclose-source
18
- - document-changes
19
- - same-license
20
-
21
-
22
15
  permissions:
23
16
  - commercial-use
24
17
  - modifications
@@ -26,8 +19,15 @@ permissions:
26
19
  - patent-use
27
20
  - private-use
28
21
 
22
+ conditions:
23
+ - include-copyright
24
+ - disclose-source
25
+ - document-changes
26
+ - same-license
27
+
29
28
  limitations:
30
29
  - no-liability
30
+
31
31
  ---
32
32
 
33
33
  GNU LESSER GENERAL PUBLIC LICENSE
@@ -9,19 +9,20 @@ how: To use this license, place in each of the components of your work both an e
9
9
 
10
10
  note: An example boilerplate and more information about how to use the license can be found at the end of the license.
11
11
 
12
- conditions:
13
- - include-copyright
14
- - document-changes
15
- - disclose-source
16
-
17
12
  permissions:
18
13
  - commercial-use
19
14
  - modifications
20
15
  - distribution
21
16
  - private-use
22
17
 
18
+ conditions:
19
+ - include-copyright
20
+ - document-changes
21
+ - disclose-source
22
+
23
23
  limitations:
24
24
  - no-liability
25
+
25
26
  ---
26
27
 
27
28
  The LaTeX Project Public License
@@ -14,17 +14,18 @@ using:
14
14
  - .NET Core: https://github.com/dotnet/corefx/blob/master/LICENSE
15
15
  - Rails: https://github.com/rails/rails/blob/master/activerecord/MIT-LICENSE
16
16
 
17
- conditions:
18
- - include-copyright
19
-
20
17
  permissions:
21
18
  - commercial-use
22
19
  - modifications
23
20
  - distribution
24
21
  - private-use
25
22
 
23
+ conditions:
24
+ - include-copyright
25
+
26
26
  limitations:
27
27
  - no-liability
28
+
28
29
  ---
29
30
 
30
31
  MIT License
@@ -16,11 +16,6 @@ using:
16
16
  - TimelineJS3: https://github.com/NUKnightLab/TimelineJS3/blob/master/LICENSE
17
17
  - LibreOffice: https://cgit.freedesktop.org/libreoffice/core/tree/COPYING.MPL
18
18
 
19
- conditions:
20
- - disclose-source
21
- - include-copyright
22
- - same-license
23
-
24
19
  permissions:
25
20
  - commercial-use
26
21
  - modifications
@@ -28,9 +23,15 @@ permissions:
28
23
  - patent-use
29
24
  - private-use
30
25
 
26
+ conditions:
27
+ - disclose-source
28
+ - include-copyright
29
+ - same-license
30
+
31
31
  limitations:
32
32
  - no-liability
33
33
  - trademark-use
34
+
34
35
  ---
35
36
 
36
37
  Mozilla Public License Version 2.0
@@ -1,16 +1,12 @@
1
1
  ---
2
2
  title: Microsoft Public License
3
3
  spdx-id: MS-PL
4
-
5
4
  source: http://opensource.org/licenses/ms-pl
6
5
 
7
6
  description: An open source license with a patent grant.
8
7
 
9
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.
10
9
 
11
- conditions:
12
- - include-copyright
13
-
14
10
  permissions:
15
11
  - commercial-use
16
12
  - modifications
@@ -18,9 +14,13 @@ permissions:
18
14
  - patent-use
19
15
  - private-use
20
16
 
17
+ conditions:
18
+ - include-copyright
19
+
21
20
  limitations:
22
21
  - no-liability
23
22
  - trademark-use
23
+
24
24
  ---
25
25
 
26
26
  Microsoft Public License (MS-PL)
@@ -1,18 +1,12 @@
1
1
  ---
2
2
  title: Microsoft Reciprocal License
3
3
  spdx-id: MS-RL
4
-
5
- source: http://opensource.org/licenses/ms-pl
4
+ source: http://opensource.org/licenses/ms-rl
6
5
 
7
6
  description: An open source license with a patent grant similar to the <a href="/licenses/ms-pl/">Microsoft Public License</a>, with the additional condition that any source code for any derived file be provided under this license.
8
7
 
9
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.
10
9
 
11
- conditions:
12
- - disclose-source
13
- - include-copyright
14
- - same-license
15
-
16
10
  permissions:
17
11
  - commercial-use
18
12
  - modifications
@@ -20,9 +14,15 @@ permissions:
20
14
  - patent-use
21
15
  - private-use
22
16
 
17
+ conditions:
18
+ - disclose-source
19
+ - include-copyright
20
+ - same-license
21
+
23
22
  limitations:
24
23
  - no-liability
25
24
  - trademark-use
25
+
26
26
  ---
27
27
 
28
28
  Microsoft Reciprocal License (MS-RL)
@@ -10,16 +10,16 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
10
10
 
11
11
  note: This license doesn't require source provision, but recommends it. All files derived from OFL files must remain licensed under the OFL.
12
12
 
13
- conditions:
14
- - include-copyright
15
- - same-license
16
-
17
13
  permissions:
18
14
  - private-use
19
15
  - commercial-use
20
16
  - modifications
21
17
  - distribution
22
18
 
19
+ conditions:
20
+ - include-copyright
21
+ - same-license
22
+
23
23
  limitations:
24
24
  - no-liability
25
25
 
@@ -14,13 +14,6 @@ using:
14
14
  - Magento 2: https://github.com/magento/magento2/blob/develop/LICENSE.txt
15
15
  - Restyaboard: https://github.com/RestyaPlatform/board/blob/master/LICENSE.txt
16
16
 
17
- conditions:
18
- - include-copyright
19
- - disclose-source
20
- - document-changes
21
- - network-use-disclose
22
- - same-license
23
-
24
17
  permissions:
25
18
  - commercial-use
26
19
  - distribution
@@ -28,6 +21,13 @@ permissions:
28
21
  - patent-use
29
22
  - private-use
30
23
 
24
+ conditions:
25
+ - include-copyright
26
+ - disclose-source
27
+ - document-changes
28
+ - network-use-disclose
29
+ - same-license
30
+
31
31
  limitations:
32
32
  - trademark-use
33
33
  - no-liability
@@ -6,9 +6,13 @@ hidden: false
6
6
 
7
7
  description: A license with no conditions whatsoever which dedicates works to the public domain. Unlicensed works, modifications, and larger works may be distributed under different terms and without source code.
8
8
 
9
-
10
9
  how: Create a text file (typically named UNLICENSE or UNLICENSE.txt) in the root of your source code and copy the text of the license disclaimer into the file.
11
10
 
11
+ using:
12
+ - youtube-dl: https://github.com/rg3/youtube-dl/blob/master/LICENSE
13
+ - stacktrace.js: https://github.com/stacktracejs/stacktrace.js/blob/master/LICENSE
14
+ - kakoune: https://github.com/mawww/kakoune/blob/master/UNLICENSE
15
+
12
16
  permissions:
13
17
  - private-use
14
18
  - commercial-use
@@ -19,6 +23,7 @@ conditions: []
19
23
 
20
24
  limitations:
21
25
  - no-liability
26
+
22
27
  ---
23
28
 
24
29
  This is free and unencumbered software released into the public domain.