Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix copyright dates from PR #728 for 2024 #737

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

woodsp-ibm
Copy link
Member

Summary

#728 was created last year but upon merge earlier today I guess the last updated dates of the files are now 2024 when the branch of my fork, and the files that were modified at the end of 2023, were merged into main. Indeed just pulling main and running the copyright check now fails for these files. This PR simply updates the copyright dates for these so CI will pass.

Wrong Copyright Year:'test/neural_networks/test_estimator_qnn.py':  Current:'# (C) Copyright IBM 2022, 2023.' Correct:'# (C) Copyright IBM 2022, 2024.'
Wrong Copyright Year:'qiskit_machine_learning/neural_networks/neural_network.py':  Current:'# (C) Copyright IBM 2020, 2023.' Correct:'# (C) Copyright IBM 2020, 2024.'
Wrong Copyright Year:'qiskit_machine_learning/neural_networks/estimator_qnn.py':  Current:'# (C) Copyright IBM 2022, 2023.' Correct:'# (C) Copyright IBM 2022, 2024.'
Wrong Copyright Year:'qiskit_machine_learning/neural_networks/sampler_qnn.py':  Current:'# (C) Copyright IBM 2022, 2023.' Correct:'# (C) Copyright IBM 2022, 2024.'

Details and comments

@woodsp-ibm woodsp-ibm added the stable backport potential The bug might be minimal and/or import enough to be port to stable label Jan 8, 2024
Copy link
Collaborator

@adekusar-drl adekusar-drl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope it will pass the CI checks.

@mergify mergify bot merged commit 1203346 into qiskit-community:main Jan 8, 2024
17 checks passed
mergify bot pushed a commit that referenced this pull request Jan 8, 2024
@woodsp-ibm woodsp-ibm deleted the fix_dates branch January 8, 2024 20:48
mergify bot added a commit that referenced this pull request Jan 8, 2024
(cherry picked from commit 1203346)

Co-authored-by: Steve Wood <[email protected]>
oscar-wallis pushed a commit that referenced this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge stable backport potential The bug might be minimal and/or import enough to be port to stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants