Skip to content

Release Fix: Update copyright year to be dynamic#83

Merged
NebraskaCoder merged 3 commits into
mainfrom
develop
Aug 19, 2025
Merged

Release Fix: Update copyright year to be dynamic#83
NebraskaCoder merged 3 commits into
mainfrom
develop

Conversation

@NebraskaCoder

Copy link
Copy Markdown
Collaborator

Summary

Context

This issue was reported on the Rocky Linux forums: https://forums.rockylinux.org/t/resf-org-has-an-old-copyright-notice/19444

Changes

  • Updated components/Footer.tsx to dynamically generate the current year
  • Added .toString() for explicit type conversion

Test Plan

  • Build passes without errors
  • Lint checks pass
  • Type checks pass
  • Dev server runs successfully
  • Footer displays current year (2025)

NebraskaCoder and others added 3 commits August 19, 2025 17:30
- Replace hardcoded "2024" with dynamic year using new Date().getFullYear()
- Ensures copyright notice always displays the current year
- Resolves issue #81

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Fix: Update copyright year to be dynamic
@NebraskaCoder NebraskaCoder self-assigned this Aug 19, 2025
@vercel

vercel Bot commented Aug 19, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
resf-org Ready Ready Preview Comment Aug 19, 2025 11:12pm

@NebraskaCoder NebraskaCoder merged commit 2f660a9 into main Aug 19, 2025
3 checks passed
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.

Update outdated copyright notice from 2024

1 participant