Skip to content

Commit

Permalink
Update dated/missing license files (#15) (#16)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1eee123)

Co-authored-by: Caleb Johnson <[email protected]>
  • Loading branch information
mergify[bot] and caleb-johnson authored Sep 18, 2024
1 parent 8fe57be commit 4d12e71
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 5 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
5 changes: 3 additions & 2 deletions qiskit_addon_dice_solver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# This code is a Qiskit project.

#
# (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
# of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
#
# Any modifications or derivative works of this code must retain this
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.
Expand Down
5 changes: 3 additions & 2 deletions qiskit_addon_dice_solver/dice_solver.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# This code is a Qiskit project.

#
# (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
# of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
#
# Any modifications or derivative works of this code must retain this
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.
Expand Down
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# This code is a Qiskit project.
#
# (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
# of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
#
# Any modifications or derivative works of this code must retain this
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

from setuptools import setup, find_packages


Expand Down
12 changes: 12 additions & 0 deletions test/test_n2.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# This code is a Qiskit project.
#
# (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
# of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
#
# Any modifications or derivative works of this code must retain this
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

import os

from pyscf import ao2mo, tools
Expand Down

0 comments on commit 4d12e71

Please sign in to comment.