Modify AGPL software and provide it as a network service.
Allow users to access the modified source.
Which AGPL characteristic is relevant?
AGPL addresses network use and can require corresponding source availability when modified software is offered over a network.
Detailed explanation
Incorrect. Network service does not exempt the software from license conditions.
Incorrect. Network service does not exempt the software from license conditions.
Incorrect. AGPL is a software license, not a hardware standard.
Incorrect. AGPL is a software license, not a hardware standard.
Incorrect. AGPL permits modification and redistribution subject to its conditions.
Incorrect. AGPL permits modification and redistribution subject to its conditions.
Correct. Network delivery is specifically relevant to AGPL's source-provision conditions.
Correct. Network delivery is specifically relevant to AGPL's source-provision conditions.
Try it yourself
An example you can run in a temporary verification environment.
printf '%s\n' 'network interaction can trigger source-offer obligations'Expected result
network interaction can trigger source-offer obligationsKey points
- AGPL
- Network service
- Copyleft
Notes
- Environment: AGPLの一般的な特徴(具体的な版の条文を優先)
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.