← back to Cli Printing Press
docs(cli): add MIT LICENSE matching README declaration (#349)
f3c18d4c6b192b47196916ca99161345a641687d · 2026-04-27 11:45:52 -0700 · Trevin Chow
README has declared the project MIT for some time but no LICENSE file
existed at the repo root. Adds the file (Matt Van Horn and Trevin Chow,
2026) so the license is legally backed, not just claimed.
Also drops a stray Apache-2.0 header from internal/cli/verify_skill.go
that was copy-pasted from a printed-CLI template; per the convention
documented at internal/patch/dropins.go:84-86, those headers belong on
emitted printed-CLI files, not on machine code.
Printed CLIs are unaffected — generator templates still emit Apache-2.0,
and NOTICE.tmpl's "CLI Printing Press is licensed separately under the
MIT License" claim is now backed by the new root LICENSE.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
A LICENSEM internal/cli/verify_skill.go
Diff
commit f3c18d4c6b192b47196916ca99161345a641687d
Author: Trevin Chow <trevin@trevinchow.com>
Date: Mon Apr 27 11:45:52 2026 -0700
docs(cli): add MIT LICENSE matching README declaration (#349)
README has declared the project MIT for some time but no LICENSE file
existed at the repo root. Adds the file (Matt Van Horn and Trevin Chow,
2026) so the license is legally backed, not just claimed.
Also drops a stray Apache-2.0 header from internal/cli/verify_skill.go
that was copy-pasted from a printed-CLI template; per the convention
documented at internal/patch/dropins.go:84-86, those headers belong on
emitted printed-CLI files, not on machine code.
Printed CLIs are unaffected — generator templates still emit Apache-2.0,
and NOTICE.tmpl's "CLI Printing Press is licensed separately under the
MIT License" claim is now backed by the new root LICENSE.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
LICENSE | 21 +++++++++++++++++++++
internal/cli/verify_skill.go | 2 --
2 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 00000000..86ac05d9
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2026 Matt Van Horn and Trevin Chow
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/internal/cli/verify_skill.go b/internal/cli/verify_skill.go
index 5bc8d484..288e9705 100644
--- a/internal/cli/verify_skill.go
+++ b/internal/cli/verify_skill.go
@@ -1,5 +1,3 @@
-// Copyright 2026 trevin-chow. Licensed under Apache-2.0. See LICENSE.
-
package cli
import (
← 3f7410de ci(ci): guard low-risk checks and setup docs (#347)
·
back to Cli Printing Press
·
feat(cli): add printing-press shipcheck umbrella + Phase 4 e 494abe48 →