From 5fb1cde719daf1047315fbfcf4ffabfa6cde7fcb Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Fri, 5 Feb 2016 09:15:05 -0800 Subject: [PATCH] remove note about LGPL and OSL, see discussion in #343 --- README.md | 2 +- _data/rules.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c838473..5581011 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The license properties (rules) are stored as a bulleted list within the licenses * `include-copyright` - Include a copy of the license and copyright notice with the code. * `document-changes` - Indicate significant changes made to the code. -* `disclose-source` - Source code must be made available when distributing the software. In the case of LGPL and OSL 3.0, the source for the library (and not the entire program) must be made available. +* `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. * `rename` - You must change the name of the software if you modify it. diff --git a/_data/rules.yml b/_data/rules.yml index b2868ac..5df4bcf 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -5,7 +5,7 @@ required: - description: Indicate significant changes made to the code. label: State Changes tag: document-changes -- description: Source code must be made available when distributing the software. In the case of LGPL and OSL 3.0, the source for the library (and not the entire program) must be made available. +- description: Source code must be made available when distributing the software. label: Disclose Source tag: disclose-source - description: Users who interact with the software via network are given the right to receive a copy of the corresponding source code.