Skip to content

chore: add MIT license headers and normalize README license section#9

Merged
retr0h merged 3 commits into
mainfrom
chore/license-headers
Apr 19, 2026
Merged

chore: add MIT license headers and normalize README license section#9
retr0h merged 3 commits into
mainfrom
chore/license-headers

Conversation

@retr0h
Copy link
Copy Markdown
Owner

@retr0h retr0h commented Apr 19, 2026

Summary

  • Prepend the MIT license header (2026 attribution) to every .go file — main.go, auth.go, grid.go, style.go, terminal.go, and all four screensaver_*.go files — matching the osapi-io house style. The existing package doc comment on main.go is preserved directly under the header.
  • Normalize the README license section from [MIT](LICENSE) - John Dewey to The [MIT][] License. with a [MIT]: LICENSE reference at the bottom, matching osapi-io and the parallel grind change.

Test plan

  • go build -o tlock . passes
  • go vet ./... passes
  • go doc . still surfaces the package-level comment rather than the license (separate comment groups)

🤖 Generated with Claude Code

retr0h and others added 3 commits April 18, 2026 23:06
- Prepend the MIT license header (2026 attribution) to every Go
  source file, matching the style used across osapi-io apps and
  preserving the existing package doc comment on main.go.
- Normalize the README license section to `The [MIT][] License.`
  with a `[MIT]: LICENSE` reference, matching the house style used
  across osapi-io and grind.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@retr0h retr0h merged commit 3d22e22 into main Apr 19, 2026
6 checks passed
@retr0h retr0h deleted the chore/license-headers branch April 19, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant