diff --git a/README.md b/README.md index d915b65..fa1d318 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,7 @@ The license properties (rules) are stored as a bulleted list within the licenses * `trademark-use` - While this may be implicitly true of all licenses, this license explicitly states that it does NOT grant you any rights in the trademarks or other marks of contributors. * `no-liability` - Software is provided without warranty and the software author/license owner cannot be held liable for damages. -* `modifications` - This software may not be modified. -* `distribution` - You may not distribute this software. +* `patent-use` - This license explicitly states that it does NOT grant you any rights in the patents of contributors. ## License diff --git a/_data/rules.yml b/_data/rules.yml index 2970878..c731405 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -37,8 +37,11 @@ permitted: forbidden: - description: While this may be implicitly true of all licenses, this license explicitly states that it does NOT grant you any rights in the trademarks or other marks of contributors. - label: Use Trademark + label: Trademark Use tag: trademark-use - description: Software is provided without warranty and the software author/license owner cannot be held liable for damages. label: Hold Liable tag: no-liability +- description: This license explicitly states that it does NOT grant you any rights in the patents of contributors. + label: Patent Use + tag: patent-use diff --git a/_licenses/bsd-3-clause-clear.txt b/_licenses/bsd-3-clause-clear.txt index 64f59c4..2a8594e 100644 --- a/_licenses/bsd-3-clause-clear.txt +++ b/_licenses/bsd-3-clause-clear.txt @@ -20,6 +20,7 @@ permitted: forbidden: - no-liability + - patent-use --- diff --git a/_licenses/cc-by-4.0.txt b/_licenses/cc-by-4.0.txt index 2ab5acb..dbde259 100644 --- a/_licenses/cc-by-4.0.txt +++ b/_licenses/cc-by-4.0.txt @@ -20,6 +20,7 @@ permitted: forbidden: - no-liability - trademark-use + - patent-use --- Attribution 4.0 International diff --git a/_licenses/cc-by-sa-4.0.txt b/_licenses/cc-by-sa-4.0.txt index cfeaa5e..f58d3d9 100644 --- a/_licenses/cc-by-sa-4.0.txt +++ b/_licenses/cc-by-sa-4.0.txt @@ -21,6 +21,7 @@ permitted: forbidden: - no-liability - trademark-use + - patent-use --- Attribution-ShareAlike 4.0 International diff --git a/_licenses/cc0-1.0.txt b/_licenses/cc0-1.0.txt index 6ddc723..3e47b90 100644 --- a/_licenses/cc0-1.0.txt +++ b/_licenses/cc0-1.0.txt @@ -21,6 +21,7 @@ permitted: forbidden: - no-liability - trademark-use + - patent-use required: []