Skip to content

Commit

Permalink
fix: copyright headers (#5) (#6)
Browse files Browse the repository at this point in the history
(cherry picked from commit 65210a8)

Co-authored-by: Max Rossmannek <[email protected]>
  • Loading branch information
mergify[bot] and mrossinek authored Sep 12, 2024
1 parent d3d8a36 commit d106f47
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ max-args = 6

[tool.ruff.lint.flake8-copyright]
notice-rgx = """
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# \\(C\\) Copyright IBM 2024\\.
#
Expand Down
2 changes: 1 addition & 1 deletion qiskit_addon_obp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion qiskit_addon_obp/backpropagation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion qiskit_addon_obp/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion qiskit_addon_obp/utils/metadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion qiskit_addon_obp/utils/operations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion qiskit_addon_obp/utils/simplify.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion qiskit_addon_obp/utils/truncating.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion qiskit_addon_obp/utils/visualization.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion test/test_backpropagation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion test/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion test/utils/test_layering.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion test/utils/test_metadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion test/utils/test_operations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion test/utils/test_simplify.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion test/utils/test_truncating.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of a Qiskit project.
# This code is a Qiskit project.
#
# (C) Copyright IBM 2024.
#
Expand Down

0 comments on commit d106f47

Please sign in to comment.