From 7f00b6623a9b49debd72677fdb252a88efbd38bd Mon Sep 17 00:00:00 2001 From: Melf Date: Thu, 23 Jan 2025 13:18:08 +0000 Subject: [PATCH] update copytight --- pytket/extensions/quantinuum/__init__.py | 2 +- pytket/extensions/quantinuum/backends/__init__.py | 2 +- pytket/extensions/quantinuum/backends/api_wrappers.py | 2 +- pytket/extensions/quantinuum/backends/calendar_visualisation.py | 2 +- pytket/extensions/quantinuum/backends/config.py | 2 +- pytket/extensions/quantinuum/backends/credential_storage.py | 2 +- pytket/extensions/quantinuum/backends/federated_login.py | 2 +- pytket/extensions/quantinuum/backends/leakage_gadget.py | 2 +- pytket/extensions/quantinuum/backends/quantinuum.py | 2 +- setup.py | 2 +- tests/conftest.py | 2 +- tests/integration/backend_test.py | 2 +- tests/integration/local_emulator_multithreading_test.py | 2 +- tests/integration/local_emulator_test.py | 2 +- tests/unit/api1_test.py | 2 +- tests/unit/api_test.py | 2 +- tests/unit/convert_test.py | 2 +- tests/unit/leakage_detection_test.py | 2 +- tests/unit/offline_backend_test.py | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pytket/extensions/quantinuum/__init__.py b/pytket/extensions/quantinuum/__init__.py index eeb79a33..b7d93e0e 100644 --- a/pytket/extensions/quantinuum/__init__.py +++ b/pytket/extensions/quantinuum/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/pytket/extensions/quantinuum/backends/__init__.py b/pytket/extensions/quantinuum/backends/__init__.py index 4d5d0608..12806580 100644 --- a/pytket/extensions/quantinuum/backends/__init__.py +++ b/pytket/extensions/quantinuum/backends/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/pytket/extensions/quantinuum/backends/api_wrappers.py b/pytket/extensions/quantinuum/backends/api_wrappers.py index 65c80d5f..7a7ebc35 100644 --- a/pytket/extensions/quantinuum/backends/api_wrappers.py +++ b/pytket/extensions/quantinuum/backends/api_wrappers.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/pytket/extensions/quantinuum/backends/calendar_visualisation.py b/pytket/extensions/quantinuum/backends/calendar_visualisation.py index fb0e87e7..a21d10aa 100644 --- a/pytket/extensions/quantinuum/backends/calendar_visualisation.py +++ b/pytket/extensions/quantinuum/backends/calendar_visualisation.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/pytket/extensions/quantinuum/backends/config.py b/pytket/extensions/quantinuum/backends/config.py index 2175afb1..7c3d979b 100644 --- a/pytket/extensions/quantinuum/backends/config.py +++ b/pytket/extensions/quantinuum/backends/config.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/pytket/extensions/quantinuum/backends/credential_storage.py b/pytket/extensions/quantinuum/backends/credential_storage.py index 71cfccfa..86db64da 100644 --- a/pytket/extensions/quantinuum/backends/credential_storage.py +++ b/pytket/extensions/quantinuum/backends/credential_storage.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/pytket/extensions/quantinuum/backends/federated_login.py b/pytket/extensions/quantinuum/backends/federated_login.py index 70e676ea..c3ef5024 100644 --- a/pytket/extensions/quantinuum/backends/federated_login.py +++ b/pytket/extensions/quantinuum/backends/federated_login.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/pytket/extensions/quantinuum/backends/leakage_gadget.py b/pytket/extensions/quantinuum/backends/leakage_gadget.py index c887b2a0..f42c1443 100644 --- a/pytket/extensions/quantinuum/backends/leakage_gadget.py +++ b/pytket/extensions/quantinuum/backends/leakage_gadget.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/pytket/extensions/quantinuum/backends/quantinuum.py b/pytket/extensions/quantinuum/backends/quantinuum.py index 553411ab..aed876a2 100644 --- a/pytket/extensions/quantinuum/backends/quantinuum.py +++ b/pytket/extensions/quantinuum/backends/quantinuum.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/setup.py b/setup.py index e7bc442c..8ffba0a3 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/conftest.py b/tests/conftest.py index b8946853..8c2e3e4e 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/integration/backend_test.py b/tests/integration/backend_test.py index 7298ffb4..0a6b62ea 100644 --- a/tests/integration/backend_test.py +++ b/tests/integration/backend_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/integration/local_emulator_multithreading_test.py b/tests/integration/local_emulator_multithreading_test.py index cf5e5a19..106f46e4 100644 --- a/tests/integration/local_emulator_multithreading_test.py +++ b/tests/integration/local_emulator_multithreading_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/integration/local_emulator_test.py b/tests/integration/local_emulator_test.py index 58a5195f..a2cf7824 100644 --- a/tests/integration/local_emulator_test.py +++ b/tests/integration/local_emulator_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/unit/api1_test.py b/tests/unit/api1_test.py index 453184ac..c286787d 100644 --- a/tests/unit/api1_test.py +++ b/tests/unit/api1_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/unit/api_test.py b/tests/unit/api_test.py index f544b08c..09c13a06 100644 --- a/tests/unit/api_test.py +++ b/tests/unit/api_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/unit/convert_test.py b/tests/unit/convert_test.py index 6f0d270e..75c7720b 100644 --- a/tests/unit/convert_test.py +++ b/tests/unit/convert_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # 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/unit/leakage_detection_test.py b/tests/unit/leakage_detection_test.py index 9b317bc6..90971076 100644 --- a/tests/unit/leakage_detection_test.py +++ b/tests/unit/leakage_detection_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Quantinuum +# Copyright Quantinuum # # 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/unit/offline_backend_test.py b/tests/unit/offline_backend_test.py index be84199c..098ad3be 100644 --- a/tests/unit/offline_backend_test.py +++ b/tests/unit/offline_backend_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Quantinuum +# Copyright Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.