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
Many file headers have gaps in their copyright year list: a file was modified in a given year, but that year was never added. For example, a header reads Copyright (C) 2019, 2024 CERN. while git log shows edits in 2020–2023 too.
Let us update each source code file to backfill missing years. And let's check each repository top-level LICENSE file too.
Many file headers have gaps in their copyright year list: a file was modified in a given year, but that year was never added. For example, a header reads
Copyright (C) 2019, 2024 CERN.whilegit logshows edits in 2020–2023 too.Let us update each source code file to backfill missing years. And let's check each repository top-level
LICENSEfile too.