diff --git a/README.md b/README.md index 7e11c16..8669d44 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ The license properties (rules) are stored as a bulleted list within the licenses #### Limitations -* `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. +* `trademark-use` - This license explicitly states that it does NOT grant you trademark rights, even though licenses without such a statement probably do not grant you any implicit trademark rights. * `no-liability` - Software is provided without warranty and the software author/license owner cannot be held liable for damages. * `patent-use` - This license explicitly states that it does NOT grant you any rights in the patents of contributors. diff --git a/_data/rules.yml b/_data/rules.yml index 1eee415..3cf3145 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -33,7 +33,7 @@ permissions: tag: patent-use limitations: -- 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. +- description: This license explicitly states that it does NOT grant you trademark rights, even though licenses without such a statement probably do not grant you any implicit trademark rights. label: Trademark Use tag: trademark-use - description: Software is provided without warranty and the software author/license owner cannot be held liable for damages.