Skip to content

Conversation

@NebraskaCoder
Copy link
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)

🤖 Generated with Claude Code

NebraskaCoder and others added 2 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 <[email protected]>
@vercel
Copy link

vercel bot commented Aug 19, 2025

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 10:48pm

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the copyright year in the footer from a hardcoded "2024" to dynamically display the current year, ensuring the copyright notice stays current without manual updates. The change addresses a community-reported issue about outdated copyright information.

  • Replace hardcoded copyright year with dynamic year calculation
  • Add production environment configuration
  • Remove development container configuration files

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
components/Footer.tsx Updated copyright year to use new Date().getFullYear().toString()
.env.production Added production API endpoint configuration
.devcontainer/devcontainer.json Removed development container configuration
.devcontainer/base.Dockerfile Removed base Docker configuration
.devcontainer/Dockerfile Removed main Docker configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@NebraskaCoder NebraskaCoder changed the base branch from main to develop August 19, 2025 22:57
@NebraskaCoder NebraskaCoder merged commit 3981f7a into develop Aug 19, 2025
3 checks passed
@NebraskaCoder NebraskaCoder deleted the feature/copy-year branch August 19, 2025 22:58
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

2 participants