From 4fd27cdbd4658d7efb99735adcb5b3034c9d4a00 Mon Sep 17 00:00:00 2001 From: Q-CTRL DevOps <61040384+qctrl-devops@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:19:15 +1100 Subject: [PATCH] chore: Update licensing comments (#252) --- 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 321b8b24..353b802b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 ca64f1bb..7aa2fa13 100644 --- a/qctrlopencontrols/__init__.py +++ b/qctrlopencontrols/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 1fdede9f..70ca4385 100644 --- a/qctrlopencontrols/constants.py +++ b/qctrlopencontrols/constants.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 1cd6a89b..b230635e 100644 --- a/qctrlopencontrols/driven_controls/__init__.py +++ b/qctrlopencontrols/driven_controls/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 800e8bbb..646f51c9 100644 --- a/qctrlopencontrols/driven_controls/driven_control.py +++ b/qctrlopencontrols/driven_controls/driven_control.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 cd0a1828..9e708324 100644 --- a/qctrlopencontrols/driven_controls/predefined.py +++ b/qctrlopencontrols/driven_controls/predefined.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 1cd6a89b..b230635e 100644 --- a/qctrlopencontrols/dynamic_decoupling_sequences/__init__.py +++ b/qctrlopencontrols/dynamic_decoupling_sequences/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 a4329eaa..17de7d81 100644 --- a/qctrlopencontrols/dynamic_decoupling_sequences/dynamic_decoupling_sequence.py +++ b/qctrlopencontrols/dynamic_decoupling_sequences/dynamic_decoupling_sequence.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 d1836272..cb57320e 100644 --- a/qctrlopencontrols/dynamic_decoupling_sequences/predefined.py +++ b/qctrlopencontrols/dynamic_decoupling_sequences/predefined.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 4ba17f7e..488debe3 100644 --- a/qctrlopencontrols/exceptions.py +++ b/qctrlopencontrols/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 59772ea4..2c94f379 100644 --- a/qctrlopencontrols/utils.py +++ b/qctrlopencontrols/utils.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 1aac07d6..27c9fd95 100644 --- a/tests/test_driven_controls.py +++ b/tests/test_driven_controls.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 dfd809a3..0f7205f4 100644 --- a/tests/test_dynamical_decoupling.py +++ b/tests/test_dynamical_decoupling.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 054b6e34..c13a2ccd 100644 --- a/tests/test_predefined_driven_controls.py +++ b/tests/test_predefined_driven_controls.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 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 48194e2d..ea1bf0ec 100644 --- a/tests/test_predefined_dynamical_decoupling.py +++ b/tests/test_predefined_dynamical_decoupling.py @@ -1,4 +1,4 @@ -# Copyright 2022 Q-CTRL +# Copyright 2023 Q-CTRL # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.