Skip to content

DYN-10509: Update copyright year to 2026#17112

Merged
jasonstratton merged 2 commits into
DynamoDS:masterfrom
jasonstratton:DYN-10509-update-copyright-2026
May 19, 2026
Merged

DYN-10509: Update copyright year to 2026#17112
jasonstratton merged 2 commits into
DynamoDS:masterfrom
jasonstratton:DYN-10509-update-copyright-2026

Conversation

@jasonstratton
Copy link
Copy Markdown
Contributor

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 attribution
  • src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt — updates the T4 template that generates AssemblyCopyright for all Dynamo assemblies at build time

Declarations

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

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>
Copilot AI review requested due to automatic review settings May 19, 2026 18:27
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10509

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 AssemblyCopyright attribute emitted by AssemblySharedInfo.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.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Member

@johnpierson johnpierson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.csCopyright © Autodesk, Inc 2025 (if this is generated from AssemblySharedInfo.tt at 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.

@jasonstratton
Copy link
Copy Markdown
Contributor Author

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>
Copy link
Copy Markdown
Contributor

@RobertGlobant20 RobertGlobant20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jasonstratton
Copy link
Copy Markdown
Contributor Author

Assuming cop[yright strings did not create issues with the checks. Going ahead and merging the change.

@jasonstratton jasonstratton merged commit 313fbcb into DynamoDS:master May 19, 2026
24 of 27 checks passed
@jasonstratton jasonstratton added this to the 4.1.1 milestone May 20, 2026
@jasonstratton
Copy link
Copy Markdown
Contributor Author

/cherrypick

@github-actions
Copy link
Copy Markdown

Backport failed for RC4.1.1_master, because it was unable to cherry-pick the commit(s).

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

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.

4 participants