diff --git a/LICENSE.txt b/LICENSE.txt index 1524750eae7..8db2317f1d2 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -@DYNAMO v.3.5.0 © 2024 Autodesk, Inc. All rights reserved. +@DYNAMO v.3.5.0 © 2025 Autodesk, Inc. All rights reserved. Dynamo License @@ -8,7 +8,7 @@ Copyright 2017 Ian Keough Those portions created by Autodesk employees are provided with the following copyright: -Copyright 2024 Autodesk, Inc. +Copyright 2025 Autodesk, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. diff --git a/doc/distrib/License.rtf b/doc/distrib/License.rtf index 6100ea015c3..65c8143a663 100644 Binary files a/doc/distrib/License.rtf and b/doc/distrib/License.rtf differ diff --git a/extern/TuneUp/pkg.json b/extern/TuneUp/pkg.json index fdd7539b9e3..d52997e6f6e 100644 --- a/extern/TuneUp/pkg.json +++ b/extern/TuneUp/pkg.json @@ -20,5 +20,5 @@ "contains_binaries": true, "node_libraries": [], "copyright_holder": "DynamoTeam", - "copyright_year": "2024" + "copyright_year": "2025" } \ No newline at end of file diff --git a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs index 5f8fc463f66..d9081cc0ae8 100644 --- a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs +++ b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs @@ -8,7 +8,7 @@ // associated with an assembly. [assembly: AssemblyCompany("Autodesk, Inc")] [assembly: AssemblyProduct("Dynamo")] -[assembly: AssemblyCopyright("Copyright © Autodesk, Inc 2024")] +[assembly: AssemblyCopyright("Copyright © Autodesk, Inc 2025")] [assembly: AssemblyTrademark("")] //In order to begin building localizable applications, set diff --git a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt index b66e6f9284f..23fdca24919 100644 --- a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt +++ b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; // associated with an assembly. [assembly: AssemblyCompany("Autodesk, Inc")] [assembly: AssemblyProduct("Dynamo")] -[assembly: AssemblyCopyright("Copyright © Autodesk, Inc 2024")] +[assembly: AssemblyCopyright("Copyright © Autodesk, Inc 2025")] [assembly: AssemblyTrademark("")] //In order to begin building localizable applications, set