From 927154fc191d918d4feba1c96868bfbaf0b8a0de Mon Sep 17 00:00:00 2001 From: Haacked Date: Wed, 10 Jul 2013 11:55:23 -0700 Subject: [PATCH] Fixup description of disclose-source Added a call-out about LGPL --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 03768b1..96b4fa3 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ rules: description: Indicate significant changes made to the code. label: State Changes disclose-source: - description: Source code must be made available when distributing the software. + description: Source code must be made available when distributing the software. In the case of LGPL only the source for the library (and not the entire program) must be made available. label: Disclose Source nonstatic-linkage: description: The library must be linked in a way that allows it to be replaced with a similar library