From dcf3948a1b1701ca345f7855e6041347320b6d09 Mon Sep 17 00:00:00 2001 From: cqc-melf <70640934+cqc-melf@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:39:35 +0000 Subject: [PATCH] update copyright 2024 (#73) --- pytket/extensions/qsharp/__init__.py | 2 +- pytket/extensions/qsharp/backends/__init__.py | 2 +- pytket/extensions/qsharp/backends/common.py | 2 +- pytket/extensions/qsharp/backends/estimator.py | 2 +- pytket/extensions/qsharp/backends/simulator.py | 2 +- pytket/extensions/qsharp/backends/toffoli.py | 2 +- pytket/extensions/qsharp/qsharp_convert.py | 2 +- setup.py | 2 +- tests/conftest.py | 2 +- tests/convert_test.py | 2 +- tests/estimator_test.py | 2 +- tests/simulator_test.py | 2 +- tests/toffoli_simulator_test.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pytket/extensions/qsharp/__init__.py b/pytket/extensions/qsharp/__init__.py index da0974f..f67d74f 100644 --- a/pytket/extensions/qsharp/__init__.py +++ b/pytket/extensions/qsharp/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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/qsharp/backends/__init__.py b/pytket/extensions/qsharp/backends/__init__.py index 8e989b9..f19c515 100644 --- a/pytket/extensions/qsharp/backends/__init__.py +++ b/pytket/extensions/qsharp/backends/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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/qsharp/backends/common.py b/pytket/extensions/qsharp/backends/common.py index 4868568..6b53d88 100644 --- a/pytket/extensions/qsharp/backends/common.py +++ b/pytket/extensions/qsharp/backends/common.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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/qsharp/backends/estimator.py b/pytket/extensions/qsharp/backends/estimator.py index 0e4ac0e..4a5e877 100644 --- a/pytket/extensions/qsharp/backends/estimator.py +++ b/pytket/extensions/qsharp/backends/estimator.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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/qsharp/backends/simulator.py b/pytket/extensions/qsharp/backends/simulator.py index 38159f5..5cd92c3 100644 --- a/pytket/extensions/qsharp/backends/simulator.py +++ b/pytket/extensions/qsharp/backends/simulator.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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/qsharp/backends/toffoli.py b/pytket/extensions/qsharp/backends/toffoli.py index 20a17d0..c02eaad 100644 --- a/pytket/extensions/qsharp/backends/toffoli.py +++ b/pytket/extensions/qsharp/backends/toffoli.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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/qsharp/qsharp_convert.py b/pytket/extensions/qsharp/qsharp_convert.py index 57bdb32..17a20f9 100644 --- a/pytket/extensions/qsharp/qsharp_convert.py +++ b/pytket/extensions/qsharp/qsharp_convert.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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 8e1dd7d..0d48418 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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 8884d71..c645c01 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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/convert_test.py b/tests/convert_test.py index 17b6111..9a7dbc9 100644 --- a/tests/convert_test.py +++ b/tests/convert_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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/estimator_test.py b/tests/estimator_test.py index 5835ad4..9010223 100644 --- a/tests/estimator_test.py +++ b/tests/estimator_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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/simulator_test.py b/tests/simulator_test.py index 375d75d..c7afe6c 100644 --- a/tests/simulator_test.py +++ b/tests/simulator_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # 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/toffoli_simulator_test.py b/tests/toffoli_simulator_test.py index b8a5bc2..58908ec 100644 --- a/tests/toffoli_simulator_test.py +++ b/tests/toffoli_simulator_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Cambridge Quantum Computing +# Copyright 2020-2024 Cambridge Quantum Computing # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.