1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 20:49:51 +02: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:
Axel Huebl 2014-06-16 13:08:04 +02:00
parent 5b26f56796
commit 991ec3c4e4
2 changed files with 4 additions and 0 deletions

View File

@ -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.
label: 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.
label: Library usage
tag: library-usage

View File

@ -16,6 +16,7 @@ required:
- include-copyright
- document-changes
- disclose-source
- saas-disclose
permitted:
- commercial-use