From 8f797455fd6b56d8fbd5f90c0fedcf59d65981ff Mon Sep 17 00:00:00 2001 From: Kevin Hartman Date: Thu, 25 Jan 2024 23:44:45 -0500 Subject: [PATCH] Update copyright years. --- qiskit/providers/simulator_backend.py | 4 ++-- qiskit/providers/utils/generic_backend.py | 2 +- test/python/compiler/test_transpiler.py | 2 +- test/python/providers/utils/__init__.py | 2 +- test/python/providers/utils/test_generic_backend.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/qiskit/providers/simulator_backend.py b/qiskit/providers/simulator_backend.py index d3af4662ec68..362df5b6ac68 100644 --- a/qiskit/providers/simulator_backend.py +++ b/qiskit/providers/simulator_backend.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (C) Copyright IBM 2023, 2024. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory @@ -21,7 +21,7 @@ from qiskit import pulse from qiskit.circuit import QuantumCircuit from qiskit.exceptions import QiskitError -from qiskit.transpiler import Target, CouplingMap +from qiskit.transpiler import Target from qiskit.providers import Options from qiskit.providers.basicaer import BasicAer from qiskit.providers.backend import BackendV2 diff --git a/qiskit/providers/utils/generic_backend.py b/qiskit/providers/utils/generic_backend.py index c60733657f21..f83f4ab842ef 100644 --- a/qiskit/providers/utils/generic_backend.py +++ b/qiskit/providers/utils/generic_backend.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (C) Copyright IBM 2023, 2024. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory diff --git a/test/python/compiler/test_transpiler.py b/test/python/compiler/test_transpiler.py index 0f8a3227944a..ff4ef2e18987 100644 --- a/test/python/compiler/test_transpiler.py +++ b/test/python/compiler/test_transpiler.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2017, 2023. +# (C) Copyright IBM 2017, 2024. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory diff --git a/test/python/providers/utils/__init__.py b/test/python/providers/utils/__init__.py index b24b99909004..af9991431458 100644 --- a/test/python/providers/utils/__init__.py +++ b/test/python/providers/utils/__init__.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2022. +# (C) Copyright IBM 2024. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory diff --git a/test/python/providers/utils/test_generic_backend.py b/test/python/providers/utils/test_generic_backend.py index 02de9fa4e7aa..6e05a97e7b7c 100644 --- a/test/python/providers/utils/test_generic_backend.py +++ b/test/python/providers/utils/test_generic_backend.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (C) Copyright IBM 2023, 2024. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory