You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: enforce current year in copyright header of new files
When a new file (not yet present in HEAD) already carries an
SPDX-FileCopyrightText header, validate that the year matches the
current year. Existing files are unchanged - only the annotation
path (no prior header) is affected, which already stamps the current
year via reuse annotate. The new check covers the gap where a
developer manually writes a stale year in a brand-new file.
0 commit comments