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

update copyright date to 2024 #1355

Closed
prjemian opened this issue Feb 18, 2024 · 1 comment · Fixed by #1356
Closed

update copyright date to 2024 #1355

prjemian opened this issue Feb 18, 2024 · 1 comment · Fixed by #1356
Assignees
Labels

Comments

@prjemian
Copy link
Contributor

Per #968 and previous (such as #875 & #712), update copyright to current year. There is a script for this activity.

These instructions from #968:

cd ~/Documents/projects/NeXus/definitions  # or whatever
python  utils/update_copyright_date.py ./

Do this in a branch with a PR.

@prjemian prjemian added the task label Feb 18, 2024
@prjemian prjemian self-assigned this Feb 18, 2024
@prjemian
Copy link
Contributor Author

There's some code rot here. The requested build_preparation module is not in the repo now:

from build_preparation import ROOT_DIR_EXPECTED_RESOURCES

Found:

ROOT_DIR_EXPECTED_RESOURCES = {
'files': '''COPYING LGPL.txt Makefile NXDL_VERSION
nxdl.xsd nxdlTypes.xsd README.md
'''.split(),
'subdirs': '''applications base_classes contributed_definitions manual
package utils www impatient-guide
'''.split(),
}

Hoisting from the archive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant