1
0
mirror of https://github.com/github/choosealicense.com synced 2024-11-05 11:18:50 +01:00

Add "forbidden" property for "patent-use", mirroring "trademark-use",

for the sorry licenses that explicitly do not grant any patent
permissions
This commit is contained in:
Mike Linksvayer 2016-02-28 12:10:23 -08:00
parent 29538e1dcf
commit ede7a09118
6 changed files with 8 additions and 0 deletions

View File

@ -100,6 +100,7 @@ The license properties (rules) are stored as a bulleted list within the licenses
* `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

View File

@ -42,3 +42,6 @@ forbidden:
- 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

View File

@ -20,6 +20,7 @@ permitted:
forbidden:
- no-liability
- patent-use
---

View File

@ -20,6 +20,7 @@ permitted:
forbidden:
- no-liability
- trademark-use
- patent-use
---
Attribution 4.0 International

View File

@ -21,6 +21,7 @@ permitted:
forbidden:
- no-liability
- trademark-use
- patent-use
---
Attribution-ShareAlike 4.0 International

View File

@ -21,6 +21,7 @@ permitted:
forbidden:
- no-liability
- trademark-use
- patent-use
required: []