mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Merge pull request #360 from github/express-non-patent-grant
Express non patent grant
This commit is contained in:
commit
7b2790bf14
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user