diff --git a/README.md b/README.md index 4db3d21..4a1444f 100644 --- a/README.md +++ b/README.md @@ -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 it does NOT grant you any rights in the 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 or other marks 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. diff --git a/_data/rules.yml b/_data/rules.yml index 22851ed..3bf98a4 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -39,7 +39,7 @@ permitted: tag: patent-use 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 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 or other marks 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. diff --git a/_licenses/bsd-3-clause-clear.txt b/_licenses/bsd-3-clause-clear.txt index c60faed..cf7916a 100644 --- a/_licenses/bsd-3-clause-clear.txt +++ b/_licenses/bsd-3-clause-clear.txt @@ -25,7 +25,6 @@ permitted: forbidden: - no-liability - - trademark-use --- diff --git a/_licenses/bsd-3-clause.txt b/_licenses/bsd-3-clause.txt index 575852e..c33c270 100644 --- a/_licenses/bsd-3-clause.txt +++ b/_licenses/bsd-3-clause.txt @@ -22,7 +22,6 @@ permitted: forbidden: - no-liability - - trademark-use --- diff --git a/_licenses/ofl-1.1.txt b/_licenses/ofl-1.1.txt index 71482d2..4d353ec 100644 --- a/_licenses/ofl-1.1.txt +++ b/_licenses/ofl-1.1.txt @@ -21,7 +21,6 @@ permitted: forbidden: - no-liability - - trademark-use ---