-
Notifications
You must be signed in to change notification settings - Fork 135
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
Update copyright year #636
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Greping for '\-202[0-4]'
finds a few files the update script misses:
doc/arkode/examples/source/conf.py
scripts/tarscript
scripts/cvode
scripts/shared
scripts/cvodes
scripts/ida
scripts/arkode
scripts/idas
scripts/kinsol
scripts/cvodes
The files under external/sundials-addon-example
also need to be updated but they are in a submodule and the actual files are here.
This also revealed a few source files that got added to test/answers
accidentally. I've opened sundials-codes/answers#45 to remove them.
There is also scripts/spack
but Spack recently removed years from their Copyright lines in favor of Copyright (c) Spack Project Developers.
(see spack/spack#48352).
Discussion topic for later, maybe we should also remove the years in our files.
I'd be in favor of removing it. I'll make a note to discuss Tuesday. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the missed files have been addressed. I think all that's left is to open PRs to update the addon and answer repos.
I noticed a couple dozen files had copyright end data <2024. I guess those were from PRs that started in one year but were merged the next. There are probably a few situations like that now, e.g., ERK adjoint, where we'll need to run the update copyright script.