diff --git a/README.md b/README.md index 6b7f7e9..96069a4 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ The license properties (rules) are stored as a bulleted list within the licenses * `same-license` - Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used. * `same-license--file` - Modifications of existing files must be released under the same license when distributing the software. In some cases a similar or related license may be used. * `same-license--library` - Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used, or this condition may not apply to works that use the software as a library. -* `same-license--source` - Modifications must be released under the same license when distributing the software in source form. #### Limitations diff --git a/_data/rules.yml b/_data/rules.yml index 57400b6..ce36cce 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -37,9 +37,6 @@ conditions: - description: Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used, or this condition may not apply to works that use the software as a library. label: Same License (Library) tag: same-license--library -- description: Modifications must be released under the same license when distributing the software in source form. - label: Same License (Source) - tag: same-license--source limitations: - 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. diff --git a/_licenses/epl-1.0.txt b/_licenses/epl-1.0.txt index 5a5b6c4..80712e9 100644 --- a/_licenses/epl-1.0.txt +++ b/_licenses/epl-1.0.txt @@ -24,7 +24,7 @@ permissions: conditions: - disclose-source - include-copyright - - same-license--source + - same-license limitations: - liability