1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-02 01:08:03 +02:00

Change nonstatic to library usage

Per review, we should call it library usage. Also pointed out that LGPL
does require disclosing source.
This commit is contained in:
Haacked 2013-07-10 11:55:57 -07:00
parent 927154fc19
commit c4c48d498c
3 changed files with 7 additions and 5 deletions

View File

@ -12,9 +12,9 @@ rules:
disclose-source:
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
label: Nonstatic Linkage
library-usage:
description: The library may be used within a proprietary application.
label: Library usage
rename:
description: You must change the name of the software if you modify it.
label: Rename

View File

@ -11,7 +11,8 @@ note: The Free Software Foundation recommends taking the additional step of addi
required:
- include-copyright
- nonstatic-linkage
- library-usage
- disclose-source
permitted:
- commercial-use

View File

@ -11,7 +11,8 @@ note: The Free Software Foundation recommends taking the additional step of addi
required:
- include-copyright
- nonstatic-linkage
- library-usage
- disclose-source
permitted:
- commercial-use