From 75ccf72848def9b03f16bda3d2e8228c7e023cc0 Mon Sep 17 00:00:00 2001 From: Q-CTRL Robot <61040384+qctrlrobot@users.noreply.github.com> Date: Sun, 19 Jan 2025 22:14:53 -0800 Subject: [PATCH] chore: Update licensing comments (#310) --- docs/conf.py | 2 +- qctrlopencontrols/__init__.py | 2 +- qctrlopencontrols/constants.py | 2 +- qctrlopencontrols/driven_controls/__init__.py | 2 +- qctrlopencontrols/driven_controls/driven_control.py | 2 +- qctrlopencontrols/driven_controls/predefined.py | 2 +- qctrlopencontrols/dynamic_decoupling_sequences/__init__.py | 2 +- .../dynamic_decoupling_sequences/dynamic_decoupling_sequence.py | 2 +- qctrlopencontrols/dynamic_decoupling_sequences/predefined.py | 2 +- qctrlopencontrols/exceptions.py | 2 +- qctrlopencontrols/utils.py | 2 +- tests/test_driven_controls.py | 2 +- tests/test_dynamical_decoupling.py | 2 +- tests/test_predefined_driven_controls.py | 2 +- tests/test_predefined_dynamical_decoupling.py | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5177bd8..b083bf2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/qctrlopencontrols/__init__.py b/qctrlopencontrols/__init__.py index 9a65116..cf1a641 100644 --- a/qctrlopencontrols/__init__.py +++ b/qctrlopencontrols/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/qctrlopencontrols/constants.py b/qctrlopencontrols/constants.py index f8bb43f..a4373d3 100644 --- a/qctrlopencontrols/constants.py +++ b/qctrlopencontrols/constants.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/qctrlopencontrols/driven_controls/__init__.py b/qctrlopencontrols/driven_controls/__init__.py index 9408ba1..7acd2fc 100644 --- a/qctrlopencontrols/driven_controls/__init__.py +++ b/qctrlopencontrols/driven_controls/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/qctrlopencontrols/driven_controls/driven_control.py b/qctrlopencontrols/driven_controls/driven_control.py index bab151d..50f0580 100644 --- a/qctrlopencontrols/driven_controls/driven_control.py +++ b/qctrlopencontrols/driven_controls/driven_control.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/qctrlopencontrols/driven_controls/predefined.py b/qctrlopencontrols/driven_controls/predefined.py index 17a74ac..59d2571 100644 --- a/qctrlopencontrols/driven_controls/predefined.py +++ b/qctrlopencontrols/driven_controls/predefined.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/qctrlopencontrols/dynamic_decoupling_sequences/__init__.py b/qctrlopencontrols/dynamic_decoupling_sequences/__init__.py index 9408ba1..7acd2fc 100644 --- a/qctrlopencontrols/dynamic_decoupling_sequences/__init__.py +++ b/qctrlopencontrols/dynamic_decoupling_sequences/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/qctrlopencontrols/dynamic_decoupling_sequences/dynamic_decoupling_sequence.py b/qctrlopencontrols/dynamic_decoupling_sequences/dynamic_decoupling_sequence.py index ea6944a..d0ebc8b 100644 --- a/qctrlopencontrols/dynamic_decoupling_sequences/dynamic_decoupling_sequence.py +++ b/qctrlopencontrols/dynamic_decoupling_sequences/dynamic_decoupling_sequence.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/qctrlopencontrols/dynamic_decoupling_sequences/predefined.py b/qctrlopencontrols/dynamic_decoupling_sequences/predefined.py index 3baf27f..a01a6e5 100644 --- a/qctrlopencontrols/dynamic_decoupling_sequences/predefined.py +++ b/qctrlopencontrols/dynamic_decoupling_sequences/predefined.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/qctrlopencontrols/exceptions.py b/qctrlopencontrols/exceptions.py index d324b69..5e54d5a 100644 --- a/qctrlopencontrols/exceptions.py +++ b/qctrlopencontrols/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/qctrlopencontrols/utils.py b/qctrlopencontrols/utils.py index 72e0ec6..938b0b8 100644 --- a/qctrlopencontrols/utils.py +++ b/qctrlopencontrols/utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_driven_controls.py b/tests/test_driven_controls.py index cf6636c..af7f132 100644 --- a/tests/test_driven_controls.py +++ b/tests/test_driven_controls.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_dynamical_decoupling.py b/tests/test_dynamical_decoupling.py index b2f6fab..a5a874d 100644 --- a/tests/test_dynamical_decoupling.py +++ b/tests/test_dynamical_decoupling.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_predefined_driven_controls.py b/tests/test_predefined_driven_controls.py index 18b4197..901b8bd 100644 --- a/tests/test_predefined_driven_controls.py +++ b/tests/test_predefined_driven_controls.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_predefined_dynamical_decoupling.py b/tests/test_predefined_dynamical_decoupling.py index 7428000..684a7fa 100644 --- a/tests/test_predefined_dynamical_decoupling.py +++ b/tests/test_predefined_dynamical_decoupling.py @@ -1,4 +1,4 @@ -# Copyright 2024 Q-CTRL +# Copyright 2025 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.