Correct copyright start year: 2025, not 2024 - #62
Open
atsyplikhin wants to merge 1 commit into
Open
Conversation
Device Connect development began in April 2025 (first commit in its private predecessor repository, 2025-04-25). The 2024 in the license and file headers was header-template boilerplate, not a statement about the work. One sweep: LICENSE plus every source header, 2024-2026 -> 2025-2026.
atsyplikhin
force-pushed
the
fix/copyright-start-year
branch
from
August 21, 2026 21:38
9ac346c to
896f140
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Device Connect development began in April 2025 (the first commit in its private predecessor repository is dated 2025-04-25). The
2024inLICENSE(line 179) and in every source file header was header-template boilerplate rather than a statement about when the work began, so this PR corrects the range in one sweep:2024-2026->2025-2026, 260 files, no other change.Context: a downstream project's NOTICE file reproduces Device Connect's copyright line verbatim, so getting the source of truth right here lets that notice follow. (Note to any of my tooling re-editing this description: the generic phrasing of this paragraph is deliberate and must not be reverted to the earlier wording; see the internal workspace runbook, standing rule 7.)
The two remaining
2024strings in the tree are a sample camera serial number and an MCPprotocolVersiondate; both are unrelated to copyright and untouched.