mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01: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:
parent
927154fc19
commit
c4c48d498c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user