mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +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:
|
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.
|
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
|
label: Disclose Source
|
||||||
nonstatic-linkage:
|
library-usage:
|
||||||
description: The library must be linked in a way that allows it to be replaced with a similar library
|
description: The library may be used within a proprietary application.
|
||||||
label: Nonstatic Linkage
|
label: Library usage
|
||||||
rename:
|
rename:
|
||||||
description: You must change the name of the software if you modify it.
|
description: You must change the name of the software if you modify it.
|
||||||
label: Rename
|
label: Rename
|
||||||
|
@ -11,7 +11,8 @@ note: The Free Software Foundation recommends taking the additional step of addi
|
|||||||
|
|
||||||
required:
|
required:
|
||||||
- include-copyright
|
- include-copyright
|
||||||
- nonstatic-linkage
|
- library-usage
|
||||||
|
- disclose-source
|
||||||
|
|
||||||
permitted:
|
permitted:
|
||||||
- commercial-use
|
- commercial-use
|
||||||
|
@ -11,7 +11,8 @@ note: The Free Software Foundation recommends taking the additional step of addi
|
|||||||
|
|
||||||
required:
|
required:
|
||||||
- include-copyright
|
- include-copyright
|
||||||
- nonstatic-linkage
|
- library-usage
|
||||||
|
- disclose-source
|
||||||
|
|
||||||
permitted:
|
permitted:
|
||||||
- commercial-use
|
- commercial-use
|
||||||
|
Loading…
x
Reference in New Issue
Block a user