Redistribute code under Apache License 2.0.
Check the treatment of copyright notices, the license text, and NOTICE.
What should be checked?
Apache 2.0 distribution requires checking license and copyright notices, NOTICE handling, and patent provisions.
Detailed explanation
Incorrect. Copyright notices are not automatically removed.
Incorrect. Copyright notices are not automatically removed.
Incorrect. Apache in this context refers to a software license, not a server configuration format.
Incorrect. Apache in this context refers to a software license, not a server configuration format.
Correct. NOTICE handling and patent clauses are important Apache 2.0 distribution details.
Correct. NOTICE handling and patent clauses are important Apache 2.0 distribution details.
Incorrect. Apache 2.0 permits modification and redistribution under conditions.
Incorrect. Apache 2.0 permits modification and redistribution under conditions.
Try it yourself
An example you can run in a temporary verification environment.
printf '%s\n' 'review LICENSE and NOTICE files before redistribution'Expected result
review LICENSE and NOTICE files before redistributionKey points
- Apache 2.0
- NOTICE
- Patent terms
Notes
- Environment: Apache License 2.0の条項確認
- 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.