license: restore canonical Apache 2.0 text#43
Conversation
The LICENSE file had wording deviations from the canonical Apache 2.0 text (§4(c), §9 heading and body) that caused pkg.go.dev's licensecheck to classify the module as UNKNOWN and hide documentation. Replace with the verbatim apache.org text and fill in only the copyright placeholder. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates the Apache License text with four wording refinements: section 6 trademark conditions are rephrased, section 9's heading and conclusion are revised to replace "Support" with "Additional Liability," and the ending disclaimer paragraph formatting is adjusted. ChangesLicense Text Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
LICENSEhad three wording deviations from the canonical Apache 2.0 text (§4(c) trademarks clause, §9 heading, §9 body), causing pkg.go.dev's licensecheck to classify the module as UNKNOWN and hide all generated documentation at https://pkg.go.dev/github.com/crunchloop/devcontainer.Copyright [yyyy] [name of copyright owner]placeholder withCopyright 2026 Crunchloop.v0.1.1), pkg.go.dev will re-scan and unlock the docs. The existingv0.1.0page remains broken since module versions are immutable.Test plan
diff LICENSE <(curl -s https://www.apache.org/licenses/LICENSE-2.0.txt)shows only the single copyright-placeholder line.🤖 Generated with Claude Code
Summary by CodeRabbit