feat: Replace the LICENSE file at the repo root with the COMPLETE, - #3
Merged
Merged
Conversation
Replace the LICENSE file at the repo root with the COMPLETE, canonical Apache License 2.0 text (the full ~202-line license from https://www.apache.org/licenses/LICENSE-2.0.txt, beginning "Apache License / Version 2.0, January 2004" and including all sections 1-9 and the APPENDIX). WHY: this repo currently ships only the Apache BOILERPLATE NOTICE (the ~17-line header with the copyright line and the "Licensed under the Apache License... You may obtain a copy of the License at <url>" paragraph). That snippet is intended for source-file headers, NOT as the LICENSE. Apache-2.0 section 4(a) requires redistributing a COPY of the License itself; a pointer to apache.org does not satisfy it. GitHub also fails to detect the license as a result. REQUIREMENTS: - Preserve the existing copyright attribution. Put it in the APPENDIX section of the canonical text where it belongs (replace the bracketed [yyyy] [name of copyright owner] placeholders), OR keep it as a short trailing line after the license text if that is this repo README/NOTICE convention. Do not lose the year or the entity name that is already there. - Do NOT invent a different copyright holder or year. Use exactly what the current LICENSE file states. - Do not modify any other file. Do not touch source code, package.json, or README unless the README explicitly states a different license than Apache-2.0, in which case fix ONLY that statement so it matches. - If this repo already has the full license text (not a stub), make NO change and say so — do not manufacture a diff. VERIFY before finishing: the new LICENSE contains the section headings "TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION" and "APPENDIX: How to apply the Apache License to your work", and is over 150 lines. X-Factory-Run: run_5e9d4d02cc53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
Replace the LICENSE file at the repo root with the COMPLETE, canonical Apache License 2.0 text (the full ~202-line license from https://www.apache.org/licenses/LICENSE-2.0.txt, beginning "Apache License / Version 2.0, January 2004" and including all sections 1-9 and the APPENDIX).
WHY: this repo currently ships only the Apache BOILERPLATE NOTICE (the ~17-line header with the copyright line and the "Licensed under the Apache License... You may obtain a copy of the License at " paragraph). That snippet is intended for source-file headers, NOT as the LICENSE. Apache-2.0 section 4(a) requires redistributing a COPY of the License itself; a pointer to apache.org does not satisfy it. GitHub also fails to detect the license as a result.
REQUIREMENTS:
VERIFY before finishing: the new LICENSE contains the section headings "TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION" and "APPENDIX: How to apply the Apache License to your work", and is over 150 lines.
Verification
Run
run_5e9d4d02cc53· backendcursor· taskinline🏭 Generated by @hasnaxyz/factory
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.