Skip to content

fix: Remove dynamic year from copyright in generated files#1131

Merged
mrousavy merged 1 commit into
mrousavy:mainfrom
mfazekas:fix/remove-copyright-year
Jan 6, 2026
Merged

fix: Remove dynamic year from copyright in generated files#1131
mrousavy merged 1 commit into
mrousavy:mainfrom
mfazekas:fix/remove-copyright-year

Conversation

@mfazekas
Copy link
Copy Markdown
Contributor

@mfazekas mfazekas commented Jan 6, 2026

Summary

We check in nitrogen generated files and have a GitHub action that verifies they're up to date. Having a dynamic year in those generated files causes CI failures when the year changes, so this PR removes the year from the copyright notice.

Ref: rive-app/rive-nitro-react-native#101 (workaround using -I flag in CI)

The year was generated using `new Date().getFullYear()`, causing CI validation
failures when the year changes (checked-in files say 2025 but regenerated files
say 2026).
@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 6, 2026

@mfazekas is attempting to deploy a commit to the Margelo Team on Vercel.

A member of the Team first needs to authorize it.

@mfazekas mfazekas marked this pull request as ready for review January 6, 2026 07:22
@mrousavy mrousavy merged commit 8442fa1 into mrousavy:main Jan 6, 2026
11 of 12 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.

2 participants