From 087ac573495f97d2f8f34df8a693acd7225cf234 Mon Sep 17 00:00:00 2001 From: woodsp-ibm Date: Thu, 25 Jan 2024 13:53:16 -0500 Subject: [PATCH] Fix dates from recent merge of #116 --- qiskit_algorithms/optimizers/aqgd.py | 2 +- test/optimizers/test_optimizer_aqgd.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qiskit_algorithms/optimizers/aqgd.py b/qiskit_algorithms/optimizers/aqgd.py index 0592a19b..43f68540 100644 --- a/qiskit_algorithms/optimizers/aqgd.py +++ b/qiskit_algorithms/optimizers/aqgd.py @@ -1,6 +1,6 @@ # This code is part of a Qiskit project. # -# (C) Copyright IBM 2019, 2023. +# (C) Copyright IBM 2019, 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/optimizers/test_optimizer_aqgd.py b/test/optimizers/test_optimizer_aqgd.py index df500648..86bb17cd 100644 --- a/test/optimizers/test_optimizer_aqgd.py +++ b/test/optimizers/test_optimizer_aqgd.py @@ -1,6 +1,6 @@ # This code is part of a Qiskit project. # -# (C) Copyright IBM 2019, 2023 +# (C) Copyright IBM 2019, 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