mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
AGPL: Highlight the Affero Feature
This is a follow up to #197 A new point in the "required" section of the AGPL highlights the difference to the plain GPL. It states that running a network service of the software triggers the disclose-source requirement, e.g. in SaaS use cases. This is my personal interpretation of the paragraph 13 AGPL, IANAL. Comments are welcome!
This commit is contained in:
parent
5b26f56796
commit
991ec3c4e4
@ -16,6 +16,9 @@ rules:
|
|||||||
- description: Source code must be made available when distributing the software. In the case of LGPL, 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, the source for the library (and not the entire program) must be made available.
|
||||||
label: Disclose Source
|
label: Disclose Source
|
||||||
tag: 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.
|
||||||
|
label: SaaS is Distribution
|
||||||
|
tag: saas-disclose
|
||||||
- description: The library may be used within a non-open-source application.
|
- description: The library may be used within a non-open-source application.
|
||||||
label: Library usage
|
label: Library usage
|
||||||
tag: library-usage
|
tag: library-usage
|
||||||
|
@ -16,6 +16,7 @@ required:
|
|||||||
- include-copyright
|
- include-copyright
|
||||||
- document-changes
|
- document-changes
|
||||||
- disclose-source
|
- disclose-source
|
||||||
|
- saas-disclose
|
||||||
|
|
||||||
permitted:
|
permitted:
|
||||||
- commercial-use
|
- commercial-use
|
||||||
|
Loading…
x
Reference in New Issue
Block a user