diff --git a/examples/evalboards/TMC5221/basic_usage.py b/examples/evalboards/TMC5221/basic_usage.py index 5ce2b994..309f8c22 100644 --- a/examples/evalboards/TMC5221/basic_usage.py +++ b/examples/evalboards/TMC5221/basic_usage.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ """Example on how to use TMC5221-EVAL.""" diff --git a/examples/evalboards/TMC5221/mtp_burn.py b/examples/evalboards/TMC5221/mtp_burn.py index 2c1d4b18..b2e11bfe 100644 --- a/examples/evalboards/TMC5221/mtp_burn.py +++ b/examples/evalboards/TMC5221/mtp_burn.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2026 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ """ Example of burning the OTP with TMC5221. diff --git a/examples/evalboards/TMC5221/mtp_prototype.py b/examples/evalboards/TMC5221/mtp_prototype.py index b2c5107f..1ec2aad1 100644 --- a/examples/evalboards/TMC5221/mtp_prototype.py +++ b/examples/evalboards/TMC5221/mtp_prototype.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2026 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ """ This example demonstrates the prototyping of the OTP (One-Time Programmable) feature of the TMC5221. diff --git a/examples/evalboards/TMC5221/read_all_registers.py b/examples/evalboards/TMC5221/read_all_registers.py index ef5037cd..a338a3f9 100644 --- a/examples/evalboards/TMC5221/read_all_registers.py +++ b/examples/evalboards/TMC5221/read_all_registers.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ """Example on how to read all TMC5221 registers of TMC5221-EVAL.""" diff --git a/examples/evalboards/TMC5221/read_all_registers_and_fields.py b/examples/evalboards/TMC5221/read_all_registers_and_fields.py index 265c151c..ebab4dc3 100644 --- a/examples/evalboards/TMC5221/read_all_registers_and_fields.py +++ b/examples/evalboards/TMC5221/read_all_registers_and_fields.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ """Example on how to read all TMC5221 registers of TMC5221-EVAL.""" diff --git a/examples/evalboards/TMC5222/basic_usage.py b/examples/evalboards/TMC5222/basic_usage.py index e954d1f4..c2610c4f 100644 --- a/examples/evalboards/TMC5222/basic_usage.py +++ b/examples/evalboards/TMC5222/basic_usage.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ """Example on how to use TMC5222-EVAL.""" diff --git a/examples/evalboards/TMC5222/burn_mtp.py b/examples/evalboards/TMC5222/burn_mtp.py index f3a7a0e9..909fd518 100644 --- a/examples/evalboards/TMC5222/burn_mtp.py +++ b/examples/evalboards/TMC5222/burn_mtp.py @@ -1,8 +1,6 @@ ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ - """ Example of burning the OTP with TMC5222. It is highly recommended to prototype the desired OTP settings before actual burning. diff --git a/examples/evalboards/TMC5222/mtp_prototype.py b/examples/evalboards/TMC5222/mtp_prototype.py index 8ce7f3ff..2e113242 100644 --- a/examples/evalboards/TMC5222/mtp_prototype.py +++ b/examples/evalboards/TMC5222/mtp_prototype.py @@ -1,8 +1,6 @@ ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ - """ This example demonstrates the prototyping of the OTP (One-Time Programmable) feature of the TMC5222. Prototyping is reversible with a power cycle, allowing for experimentation with OTP settings without diff --git a/examples/evalboards/TMC5222/read_all_register_and_fields.py b/examples/evalboards/TMC5222/read_all_register_and_fields.py index 37509fe5..326e0fc8 100644 --- a/examples/evalboards/TMC5222/read_all_register_and_fields.py +++ b/examples/evalboards/TMC5222/read_all_register_and_fields.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ """Example on how to read all TMC5222 registers of TMC5222-EVAL.""" diff --git a/pytrinamic/evalboards/TMC5221_eval.py b/pytrinamic/evalboards/TMC5221_eval.py index 0801a512..e750e5bf 100644 --- a/pytrinamic/evalboards/TMC5221_eval.py +++ b/pytrinamic/evalboards/TMC5221_eval.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ """Implementation of TMC5221-EVAL""" diff --git a/pytrinamic/evalboards/TMC5222_eval.py b/pytrinamic/evalboards/TMC5222_eval.py index ba21dbdf..fd88b63e 100644 --- a/pytrinamic/evalboards/TMC5222_eval.py +++ b/pytrinamic/evalboards/TMC5222_eval.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ """Implementation of TMC5222-EVAL""" diff --git a/pytrinamic/ic/TMC5221/TMC5221.py b/pytrinamic/ic/TMC5221/TMC5221.py index 5a91a608..0d83d2b2 100644 --- a/pytrinamic/ic/TMC5221/TMC5221.py +++ b/pytrinamic/ic/TMC5221/TMC5221.py @@ -1,7 +1,5 @@ - ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ from ...ic import TMCIc diff --git a/pytrinamic/ic/TMC5221/TMC5221map.py b/pytrinamic/ic/TMC5221/TMC5221map.py index 830f4e62..85b9c1a3 100644 --- a/pytrinamic/ic/TMC5221/TMC5221map.py +++ b/pytrinamic/ic/TMC5221/TMC5221map.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2026 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ # This file was generated. Do not modify it manually! diff --git a/pytrinamic/ic/TMC5222/TMC5222.py b/pytrinamic/ic/TMC5222/TMC5222.py index 54f91629..25ca5f17 100644 --- a/pytrinamic/ic/TMC5222/TMC5222.py +++ b/pytrinamic/ic/TMC5222/TMC5222.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ from ...ic import TMCIc diff --git a/pytrinamic/ic/TMC5222/TMC5222map.py b/pytrinamic/ic/TMC5222/TMC5222map.py index 68fb331a..da41f801 100644 --- a/pytrinamic/ic/TMC5222/TMC5222map.py +++ b/pytrinamic/ic/TMC5222/TMC5222map.py @@ -1,6 +1,5 @@ ################################################################################ -# Copyright © 2025 Analog Devices Inc. All Rights Reserved. -# This software is proprietary to Analog Devices, Inc. and its licensors. +# Copyright © 2026 Analog Devices, Inc. ################################################################################ # This file was generated. Do not modify it manually!