mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 03:08:51 +01:00
Slightly increase accuracy of trademark info:
- use not directly forbideen by certain licenses, rather rights not granted - CC0-1.0 is one of those licenses with explicit non-grant
This commit is contained in:
parent
7d4c11e390
commit
54de9d0e86
@ -95,7 +95,7 @@ The license properties (rules) are stored as a bulleted list within the licenses
|
||||
|
||||
#### Forbidden
|
||||
|
||||
* `trademark-use` - While this may be implicitly true of all licenses, this license explicitly states that you may NOT use the names, logos, or trademarks of contributors.
|
||||
* `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 of contributors.
|
||||
* `no-liability` - Software is provided without warranty and the software author/license owner cannot be held liable for damages.
|
||||
* `no-sublicense` - You may not grant a sublicense to modify and distribute this software to third parties not included in the license.
|
||||
* `modifications` - This software may not be modified.
|
||||
|
@ -39,7 +39,7 @@ permitted:
|
||||
tag: patent-use
|
||||
|
||||
forbidden:
|
||||
- description: While this may be implicitly true of all licenses, this license explicitly states that you may NOT use the names, logos, or trademarks of contributors.
|
||||
- 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 of contributors.
|
||||
label: Use Trademark
|
||||
tag: trademark-use
|
||||
- description: Software is provided without warranty and the software author/license owner cannot be held liable for damages.
|
||||
|
@ -21,6 +21,7 @@ permitted:
|
||||
|
||||
forbidden:
|
||||
- no-liability
|
||||
- trademark-use
|
||||
|
||||
required: []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user