chore: switch from MIT to Apache 2.0 license#42
Conversation
Add standard Apache 2.0 licensing files: - LICENSE: Apache License 2.0 full text - COPYRIGHT: Attribution notice for swamp contributors - CONTRIBUTORS.md: List of project contributors with licensing terms - NOTICE: System Initiative copyright attribution Update README.md to reference all license files.
There was a problem hiding this comment.
Review Summary
This PR adds Apache License 2.0 documentation files to the project. LGTM!
No Blocking Issues
This is a documentation-only PR with no code changes - it adds licensing files (LICENSE, COPYRIGHT, CONTRIBUTORS.md, NOTICE) and updates README.md.
Minor Observations (Non-blocking)
-
PR description accuracy: The PR title says "switch from MIT to Apache 2.0" but there was no previous LICENSE file in the repository. The README.md on main did say "MIT" but there was no actual MIT license file. This is a minor description issue only.
-
LICENSE file format: The LICENSE file contains the standard Apache 2.0 text with the appendix boilerplate template at the end (lines 190-202 with
[yyyy]and[name of copyright owner]placeholders). This is normal for an Apache 2.0 LICENSE file and matches the official source. -
CONTRIBUTORS.md grammar: Line 3 reads "We contributors to swamp:" which is slightly awkward phrasing (could be "We, the contributors to swamp:" or "Contributors to swamp:"). Very minor stylistic point.
Verification
- LICENSE contains standard Apache License 2.0 text
- COPYRIGHT clearly establishes contributor-retained copyright
- CONTRIBUTORS.md documents contributor licensing agreement
- NOTICE properly attributes System Initiative as initial developer
- README.md updated to reference all license files
- No code changes requiring tests
- No TypeScript/security concerns (no code in this PR)
…42) Fix wrong resume command (swamp model get → swamp data get), add start safety warning, add in-flight guard in triage.md, and add close-out workflow section. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
Test Plan