From 97a070f968f7c078755da7ef8cd7f5d71a9f7fce Mon Sep 17 00:00:00 2001 From: Pedro Rivero Date: Tue, 9 Jan 2024 07:05:28 -0500 Subject: [PATCH] docs: update copyright year (#6) --- CITATION.bib | 2 +- CONTRIBUTING.md | 4 ++-- pyproject_qiskit/__init__.py | 4 ++-- pyproject_qiskit/qiskit/__init__.py | 2 +- pyproject_qiskit/utils/__init__.py | 2 +- test/__init__.py | 2 +- test/acceptance/__init__.py | 2 +- test/integration/__init__.py | 2 +- test/system/__init__.py | 2 +- test/unit/__init__.py | 2 +- test/unit/conftest.py | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index c7cba5a..f831b37 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,7 +1,7 @@ @misc{pyproject_qiskit, author = {Pedro Rivero}, title = {Python Project}, - year = {2023}, + year = {2024}, publisher = {Zenodo}, version = {0.0.0}, doi = {}, diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65bfc46..98026d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,11 +90,11 @@ tox -e style We adhere to the [google docstring guide](https://docs.idmod.org/projects/doc-guidance/en/latest/docstrings.html). If you make any changes to the code, remember updating the docstring wherever relevant. ### Copyright notice -All source files in the repository must begin with the appropriate copyright notice. For instance, for the year 2023: +All source files in the repository must begin with the appropriate copyright notice. For instance, for the year 2024: ```python # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (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/pyproject_qiskit/__init__.py b/pyproject_qiskit/__init__.py index 0a445e2..f39fb25 100644 --- a/pyproject_qiskit/__init__.py +++ b/pyproject_qiskit/__init__.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (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 @@ -12,7 +12,7 @@ """Qiskit-based Python project.""" -__copyright__ = "(C) Copyright IBM 2023" +__copyright__ = "(C) Copyright IBM 2024" __version__ = "0.0.0" diff --git a/pyproject_qiskit/qiskit/__init__.py b/pyproject_qiskit/qiskit/__init__.py index 26f7536..139b265 100644 --- a/pyproject_qiskit/qiskit/__init__.py +++ b/pyproject_qiskit/qiskit/__init__.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (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/pyproject_qiskit/utils/__init__.py b/pyproject_qiskit/utils/__init__.py index 807fa67..eb8f954 100644 --- a/pyproject_qiskit/utils/__init__.py +++ b/pyproject_qiskit/utils/__init__.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (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/__init__.py b/test/__init__.py index 86ae880..405c2d6 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (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/acceptance/__init__.py b/test/acceptance/__init__.py index 0ca9c9d..8849c89 100644 --- a/test/acceptance/__init__.py +++ b/test/acceptance/__init__.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (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/integration/__init__.py b/test/integration/__init__.py index faa4556..6ff2581 100644 --- a/test/integration/__init__.py +++ b/test/integration/__init__.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (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/system/__init__.py b/test/system/__init__.py index 886b822..62b4c9d 100644 --- a/test/system/__init__.py +++ b/test/system/__init__.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (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/unit/__init__.py b/test/unit/__init__.py index 025234e..536cbad 100644 --- a/test/unit/__init__.py +++ b/test/unit/__init__.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (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/unit/conftest.py b/test/unit/conftest.py index 26f7536..139b265 100644 --- a/test/unit/conftest.py +++ b/test/unit/conftest.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2023. +# (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