Skip to content

docs: use open-ended copyright year range in README#1110

Merged
sybohy merged 1 commit into
mainfrom
claude/dynamic-copyright-year-XaNu2
May 15, 2026
Merged

docs: use open-ended copyright year range in README#1110
sybohy merged 1 commit into
mainfrom
claude/dynamic-copyright-year-XaNu2

Conversation

@sybohy

@sybohy sybohy commented May 15, 2026

Copy link
Copy Markdown
Member

Summary

  • README.md had a stale copyright line: Copyright (c) 2021-2024 Seam Labs, Inc.
  • Replaced the end year with present so it does not need a manual bump each year. (Markdown can't compute new Date().getFullYear(), so an open-ended range is the equivalent.)

Investigation

I also swept the repo for other outdated year references. The only stale, customer-visible copyright string was the one in README.md. The remaining 2024/2025 matches live in codegen/data/**/*.yaml and are example resource payloads (sample created_at, starts_at, etc.) — they are illustrative data and should not be made dynamic.

Test plan

  • Re-render README in GitHub and confirm the copyright line reads Copyright (c) 2021-present Seam Labs, Inc.

https://claude.ai/code/session_01Lzm1pfxNJJLAf2ijsDk8ZJ


Generated by Claude Code

Replace the hardcoded end year (2024) with "present" so the README
copyright notice does not need updating each year.
@sybohy sybohy requested a review from a team as a code owner May 15, 2026 13:17
@sybohy sybohy merged commit f9eff80 into main May 15, 2026
9 of 10 checks passed
@sybohy sybohy deleted the claude/dynamic-copyright-year-XaNu2 branch May 15, 2026 13:43
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.

2 participants