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:
parent
29538e1dcf
commit
ede7a09118
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -20,6 +20,7 @@ permitted:
|
||||
|
||||
forbidden:
|
||||
- no-liability
|
||||
- patent-use
|
||||
|
||||
---
|
||||
|
||||
|
@ -20,6 +20,7 @@ permitted:
|
||||
forbidden:
|
||||
- no-liability
|
||||
- trademark-use
|
||||
- patent-use
|
||||
---
|
||||
|
||||
Attribution 4.0 International
|
||||
|
@ -21,6 +21,7 @@ permitted:
|
||||
forbidden:
|
||||
- no-liability
|
||||
- trademark-use
|
||||
- patent-use
|
||||
---
|
||||
|
||||
Attribution-ShareAlike 4.0 International
|
||||
|
@ -21,6 +21,7 @@ permitted:
|
||||
forbidden:
|
||||
- no-liability
|
||||
- trademark-use
|
||||
- patent-use
|
||||
|
||||
required: []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user