DYN-10509: Update copyright year to 2026#17112
Conversation
Update Autodesk copyright year from 2025 to 2026 in ABOUT.txt (the About box content) and AssemblySharedInfo.tt (the T4 template that propagates AssemblyCopyright to all Dynamo assemblies at build time). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10509
There was a problem hiding this comment.
Pull request overview
Updates the Autodesk copyright year from 2025 to 2026 in the About box text and the T4 template that generates the AssemblyCopyright attribute for all Dynamo assemblies.
Changes:
- Bump copyright year to 2026 in
ABOUT.txt(header and Dynamo license attribution). - Bump copyright year to 2026 in the
AssemblyCopyrightattribute emitted byAssemblySharedInfo.tt.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
ABOUT.txt |
Updates the two 2025 references to 2026 in the About box header and the Autodesk copyright line. |
src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt |
Updates the generated AssemblyCopyright string to 2026. |
|
johnpierson
left a comment
There was a problem hiding this comment.
Approving pending the additional file updates below.
Following the pattern from PR #15881, the year-bump should also touch these files which still show 2025 in master:
doc/distrib/License.rtf— still has© 2025 Autodesk, Inc.extern/TuneUp/pkg.json—"copyright_year": "2025"src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs—Copyright © Autodesk, Inc 2025(if this is generated fromAssemblySharedInfo.ttat build, please confirm — otherwise it needs the same edit)
Skipping LICENSE.txt since master now contains the Apache License template rather than the Dynamo header.
|
Hey John! Thanks for catching those. I did a search in the release process docs, which only mentioned the files I changed. Searching in the code did turn up other copyright, but they were not these and all older. So I skipped them. Funny that searching the code did not turn up these. I will make a note to update the releasing dynamo docs as well. |
Following PR review feedback, also update: - src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs (generated from AssemblySharedInfo.tt; updated here for consistency since it is tracked in the repo) - doc/distrib/License.rtf - extern/TuneUp/pkg.json Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
Assuming cop[yright strings did not create issues with the checks. Going ahead and merging the change. |
|
/cherrypick |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin RC4.1.1_master
git worktree add -d .worktree/cherrypick-17112 origin/RC4.1.1_master
cd .worktree/cherrypick-17112
git switch --create cherrypick-17112
git cherry-pick -x 313fbcb024cf558376dd205c96fceb5b305c855d |



Purpose
Update Autodesk copyright year from 2025 to 2026.
Fixes DYN-10509
DYN-10509 DynaNote (Autodesk internal)
Files changed:
ABOUT.txt— updates the About box copyright header and Dynamo license attributionsrc/AssemblySharedInfoGenerator/AssemblySharedInfo.tt— updates the T4 template that generatesAssemblyCopyrightfor all Dynamo assemblies at build timeDeclarations
Check these if you believe they are true
Release Notes
Update Autodesk copyright year from 2025 to 2026 in the About box and assembly metadata.
Reviewers
(FILL ME IN)
FYIs
N/A