Skip to content

Commit

Permalink
Update file headers in regards of Qiskit text (#289)
Browse files Browse the repository at this point in the history
* Update header Qiskit text

* Fix a couple of dates in actions
  • Loading branch information
woodsp-ibm authored Aug 17, 2023
1 parent 946d121 commit 2c73925
Show file tree
Hide file tree
Showing 66 changed files with 115 additions and 115 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2017, 2022.
# (C) Copyright IBM 2017, 2023.
#
# 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
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/install-finance/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021, 2022.
# (C) Copyright IBM 2021, 2023.
#
# 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
Expand All @@ -18,7 +18,7 @@ inputs:
required: true
runs:
using: "composite"
steps:
steps:
- run : |
if [ "${{ inputs.os }}" == "windows-2019" ]; then
source "$CONDA/etc/profile.d/conda.sh"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install-main-dependencies/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-code.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021, 2023.
#
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021, 2022.
# (C) Copyright IBM 2021, 2023.
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021, 2023.
#
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021, 2022.
# (C) Copyright IBM 2021, 2023.
#
# 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
Expand Down Expand Up @@ -75,12 +75,12 @@ doctest:

clean_sphinx:
make -C docs clean

coverage:
coverage3 run --source qiskit_finance -m unittest discover -s test -q
coverage3 report

coverage_erase:
coverage erase

clean: clean_sphinx coverage_erase;
clean: clean_sphinx coverage_erase;
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2022.
# (C) Copyright IBM 2018, 2023.
#
# 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
Expand Down
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 Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021, 2023.
#
Expand Down
4 changes: 2 additions & 2 deletions docs/lowercase_filter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021.
# (C) Copyright IBM 2021, 2023.
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2022.
# (C) Copyright IBM 2019, 2023.
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/applications/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2020, 2022.
# (C) Copyright IBM 2020, 2023.
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/applications/estimation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2022.
# (C) Copyright IBM 2019, 2023.
#
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2023.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2023.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2023.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2023.
#
Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/applications/optimization/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2021.
# (C) Copyright IBM 2019, 2023.
#
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2023.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2023.
#
Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/circuit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2022.
# (C) Copyright IBM 2019, 2023.
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion qiskit_finance/circuit/library/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2023.
#
Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/circuit/library/payoff_functions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2020, 2021.
# (C) Copyright IBM 2020, 2023.
#
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2022.
# (C) Copyright IBM 2018, 2023.
#
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2021.
# (C) Copyright IBM 2018, 2023.
#
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2022.
# (C) Copyright IBM 2018, 2023.
#
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2020, 2021.
# (C) Copyright IBM 2020, 2023.
#
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2022.
# (C) Copyright IBM 2019, 2023.
#
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2017, 2022.
# (C) Copyright IBM 2017, 2023.
#
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2017, 2022.
# (C) Copyright IBM 2017, 2023.
#
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2017, 2022.
# (C) Copyright IBM 2017, 2023.
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/data_providers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2021.
# (C) Copyright IBM 2018, 2023.
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion qiskit_finance/data_providers/_base_data_provider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion qiskit_finance/data_providers/data_on_demand_provider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion qiskit_finance/data_providers/exchange_data_provider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2023.
#
Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/data_providers/random_data_provider.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2022.
# (C) Copyright IBM 2019, 2023.
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion qiskit_finance/data_providers/wikipedia_data_provider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion qiskit_finance/data_providers/yahoo_data_provider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2020, 2023.
#
Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2021.
# (C) Copyright IBM 2019, 2023.
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2019, 2021.
# (C) Copyright IBM 2019, 2023.
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021, 2023.
#
Expand Down
4 changes: 2 additions & 2 deletions test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2018, 2022.
# (C) Copyright IBM 2018, 2023.
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions test/applications/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021.
# (C) Copyright IBM 2021, 2023.
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions test/applications/test_european_call_delta.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2020, 2022.
# (C) Copyright IBM 2020, 2023.
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions test/applications/test_european_call_pricing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2020, 2021.
# (C) Copyright IBM 2020, 2023.
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions test/applications/test_fixed_income_pricing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2020, 2021.
# (C) Copyright IBM 2020, 2023.
#
# 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
Expand Down
Loading

0 comments on commit 2c73925

Please sign in to comment.