mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +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.
|
* `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.
|
* `modifications` - This software may not be modified.
|
||||||
* `distribution` - You may not distribute this software.
|
* `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
|
## License
|
||||||
|
|
||||||
|
@ -42,3 +42,6 @@ forbidden:
|
|||||||
- description: Software is provided without warranty and the software author/license owner cannot be held liable for damages.
|
- description: Software is provided without warranty and the software author/license owner cannot be held liable for damages.
|
||||||
label: Hold Liable
|
label: Hold Liable
|
||||||
tag: no-liability
|
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:
|
forbidden:
|
||||||
- no-liability
|
- no-liability
|
||||||
|
- patent-use
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ permitted:
|
|||||||
forbidden:
|
forbidden:
|
||||||
- no-liability
|
- no-liability
|
||||||
- trademark-use
|
- trademark-use
|
||||||
|
- patent-use
|
||||||
---
|
---
|
||||||
|
|
||||||
Attribution 4.0 International
|
Attribution 4.0 International
|
||||||
|
@ -21,6 +21,7 @@ permitted:
|
|||||||
forbidden:
|
forbidden:
|
||||||
- no-liability
|
- no-liability
|
||||||
- trademark-use
|
- trademark-use
|
||||||
|
- patent-use
|
||||||
---
|
---
|
||||||
|
|
||||||
Attribution-ShareAlike 4.0 International
|
Attribution-ShareAlike 4.0 International
|
||||||
|
@ -21,6 +21,7 @@ permitted:
|
|||||||
forbidden:
|
forbidden:
|
||||||
- no-liability
|
- no-liability
|
||||||
- trademark-use
|
- trademark-use
|
||||||
|
- patent-use
|
||||||
|
|
||||||
required: []
|
required: []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user