From abef7e0bab2957c201ab2cbb41ba7b18fc49f2f4 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Mon, 25 Apr 2016 15:08:39 -0700 Subject: [PATCH] state changes missing from 4 licenses which have condition also drop 'significant' from description, does not correspond to any license --- README.md | 2 +- _data/rules.yml | 2 +- _licenses/afl-3.0.txt | 1 + _licenses/lgpl-2.1.txt | 1 + _licenses/lgpl-3.0.txt | 1 + _licenses/osl-3.0.txt | 1 + 6 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96fca86..8f96c63 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The license properties (rules) are stored as a bulleted list within the licenses #### Conditions * `include-copyright` - Include a copy of the license and copyright notice with the code. -* `document-changes` - Indicate significant changes made to the code. +* `document-changes` - Indicate changes made to the code. * `disclose-source` - Source code must be made available when distributing the software. * `network-use-disclose` - Users who interact with the software via network are given the right to receive a copy of the corresponding source code. * `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. diff --git a/_data/rules.yml b/_data/rules.yml index 0b56dff..1eee415 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -2,7 +2,7 @@ conditions: - description: Include a copy of the license and copyright notice with the code. label: License and Copyright Notice tag: include-copyright -- description: Indicate significant changes made to the code. +- description: Indicate changes made to the code. label: State Changes tag: document-changes - description: Source code must be made available when distributing the software. diff --git a/_licenses/afl-3.0.txt b/_licenses/afl-3.0.txt index a145e35..7332fa5 100644 --- a/_licenses/afl-3.0.txt +++ b/_licenses/afl-3.0.txt @@ -8,6 +8,7 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of conditions: - include-copyright + - document-changes permissions: - commercial-use diff --git a/_licenses/lgpl-2.1.txt b/_licenses/lgpl-2.1.txt index cdb428c..7056384 100644 --- a/_licenses/lgpl-2.1.txt +++ b/_licenses/lgpl-2.1.txt @@ -13,6 +13,7 @@ note: The Free Software Foundation recommends taking the additional step of addi conditions: - include-copyright - disclose-source + - document-changes - same-license permissions: diff --git a/_licenses/lgpl-3.0.txt b/_licenses/lgpl-3.0.txt index 13a7d45..e327788 100644 --- a/_licenses/lgpl-3.0.txt +++ b/_licenses/lgpl-3.0.txt @@ -13,6 +13,7 @@ note: The Free Software Foundation recommends taking the additional step of addi conditions: - include-copyright - disclose-source + - document-changes - same-license diff --git a/_licenses/osl-3.0.txt b/_licenses/osl-3.0.txt index 4e4adaa..f5110cd 100644 --- a/_licenses/osl-3.0.txt +++ b/_licenses/osl-3.0.txt @@ -16,6 +16,7 @@ using: conditions: - include-copyright - disclose-source + - document-changes - network-use-disclose - same-license