qiskit-community / qiskit-algorithms

A library of quantum algorithms for Qiskit.
https://qiskit-community.github.io/qiskit-algorithms/
Apache License 2.0
89 stars 43 forks source link

Fix dates from recent merge of #116 #138

Closed woodsp-ibm closed 5 months ago

woodsp-ibm commented 5 months ago

Summary

116 was done at the end of last year and the copyright dates passed through CI fine such that it merged. The merge run failed though https://github.com/qiskit-community/qiskit-algorithms/actions/runs/7658685508 due to the merge now being in 2024 and the files in main updated by merging the remote changes. This then led to failure of #128 when the branch was updated there.

This alters the dates to 2024 so CI will pass again.

Details and comments