From bf17bd4e0263fa86e5222ecbb1e38b9bc9e28fad Mon Sep 17 00:00:00 2001 From: Max Rossmannek Date: Fri, 7 Jan 2022 16:44:38 +0100 Subject: [PATCH] Fix copyright --- qiskit_nature/properties/grouped_property.py | 2 +- qiskit_nature/properties/second_quantization/driver_metadata.py | 2 +- .../second_quantization/electronic/angular_momentum.py | 2 +- .../electronic/bases/electronic_basis_transform.py | 2 +- .../properties/second_quantization/electronic/dipole_moment.py | 2 +- .../second_quantization/electronic/electronic_energy.py | 2 +- .../electronic/electronic_structure_driver_result.py | 2 +- .../electronic/integrals/electronic_integrals.py | 2 +- .../electronic/integrals/integral_property.py | 2 +- .../properties/second_quantization/electronic/magnetization.py | 2 +- .../second_quantization/vibrational/bases/vibrational_basis.py | 2 +- .../vibrational/integrals/vibrational_integrals.py | 2 +- .../second_quantization/vibrational/occupied_modals.py | 2 +- .../properties/second_quantization/vibrational/types.py | 2 +- .../second_quantization/vibrational/vibrational_energy.py | 2 +- .../vibrational/vibrational_structure_driver_result.py | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/qiskit_nature/properties/grouped_property.py b/qiskit_nature/properties/grouped_property.py index b1006b39d9..b4ead99739 100644 --- a/qiskit_nature/properties/grouped_property.py +++ b/qiskit_nature/properties/grouped_property.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/driver_metadata.py b/qiskit_nature/properties/second_quantization/driver_metadata.py index 4804d58b35..8701b3ee7e 100644 --- a/qiskit_nature/properties/second_quantization/driver_metadata.py +++ b/qiskit_nature/properties/second_quantization/driver_metadata.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/electronic/angular_momentum.py b/qiskit_nature/properties/second_quantization/electronic/angular_momentum.py index acaa96f666..f7288a0e64 100644 --- a/qiskit_nature/properties/second_quantization/electronic/angular_momentum.py +++ b/qiskit_nature/properties/second_quantization/electronic/angular_momentum.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/electronic/bases/electronic_basis_transform.py b/qiskit_nature/properties/second_quantization/electronic/bases/electronic_basis_transform.py index 53d92243ca..c0c8d8ab5f 100644 --- a/qiskit_nature/properties/second_quantization/electronic/bases/electronic_basis_transform.py +++ b/qiskit_nature/properties/second_quantization/electronic/bases/electronic_basis_transform.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/electronic/dipole_moment.py b/qiskit_nature/properties/second_quantization/electronic/dipole_moment.py index b8a3bc0c2b..a4290740e3 100644 --- a/qiskit_nature/properties/second_quantization/electronic/dipole_moment.py +++ b/qiskit_nature/properties/second_quantization/electronic/dipole_moment.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/electronic/electronic_energy.py b/qiskit_nature/properties/second_quantization/electronic/electronic_energy.py index e93cc915d8..872cd62f84 100644 --- a/qiskit_nature/properties/second_quantization/electronic/electronic_energy.py +++ b/qiskit_nature/properties/second_quantization/electronic/electronic_energy.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/electronic/electronic_structure_driver_result.py b/qiskit_nature/properties/second_quantization/electronic/electronic_structure_driver_result.py index d0203f8d12..6da93e3df6 100644 --- a/qiskit_nature/properties/second_quantization/electronic/electronic_structure_driver_result.py +++ b/qiskit_nature/properties/second_quantization/electronic/electronic_structure_driver_result.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/electronic/integrals/electronic_integrals.py b/qiskit_nature/properties/second_quantization/electronic/integrals/electronic_integrals.py index 9ce247fa09..ae4e3b1599 100644 --- a/qiskit_nature/properties/second_quantization/electronic/integrals/electronic_integrals.py +++ b/qiskit_nature/properties/second_quantization/electronic/integrals/electronic_integrals.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/electronic/integrals/integral_property.py b/qiskit_nature/properties/second_quantization/electronic/integrals/integral_property.py index 05a012a86b..2e07582c16 100644 --- a/qiskit_nature/properties/second_quantization/electronic/integrals/integral_property.py +++ b/qiskit_nature/properties/second_quantization/electronic/integrals/integral_property.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/electronic/magnetization.py b/qiskit_nature/properties/second_quantization/electronic/magnetization.py index 429eac9bea..cd937698c1 100644 --- a/qiskit_nature/properties/second_quantization/electronic/magnetization.py +++ b/qiskit_nature/properties/second_quantization/electronic/magnetization.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/vibrational/bases/vibrational_basis.py b/qiskit_nature/properties/second_quantization/vibrational/bases/vibrational_basis.py index b60455e7be..d6a2bbe60f 100644 --- a/qiskit_nature/properties/second_quantization/vibrational/bases/vibrational_basis.py +++ b/qiskit_nature/properties/second_quantization/vibrational/bases/vibrational_basis.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/vibrational/integrals/vibrational_integrals.py b/qiskit_nature/properties/second_quantization/vibrational/integrals/vibrational_integrals.py index c31a611ede..b29773f4b5 100644 --- a/qiskit_nature/properties/second_quantization/vibrational/integrals/vibrational_integrals.py +++ b/qiskit_nature/properties/second_quantization/vibrational/integrals/vibrational_integrals.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/vibrational/occupied_modals.py b/qiskit_nature/properties/second_quantization/vibrational/occupied_modals.py index 214cbb5d1e..8fa57652d7 100644 --- a/qiskit_nature/properties/second_quantization/vibrational/occupied_modals.py +++ b/qiskit_nature/properties/second_quantization/vibrational/occupied_modals.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/vibrational/types.py b/qiskit_nature/properties/second_quantization/vibrational/types.py index f0af9fc843..5933ffad92 100644 --- a/qiskit_nature/properties/second_quantization/vibrational/types.py +++ b/qiskit_nature/properties/second_quantization/vibrational/types.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/vibrational/vibrational_energy.py b/qiskit_nature/properties/second_quantization/vibrational/vibrational_energy.py index 36b4286a5e..6630098d43 100644 --- a/qiskit_nature/properties/second_quantization/vibrational/vibrational_energy.py +++ b/qiskit_nature/properties/second_quantization/vibrational/vibrational_energy.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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/qiskit_nature/properties/second_quantization/vibrational/vibrational_structure_driver_result.py b/qiskit_nature/properties/second_quantization/vibrational/vibrational_structure_driver_result.py index 64f8773900..2026891343 100644 --- a/qiskit_nature/properties/second_quantization/vibrational/vibrational_structure_driver_result.py +++ b/qiskit_nature/properties/second_quantization/vibrational/vibrational_structure_driver_result.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # 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