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 2021 #875

Closed
prjemian opened this issue Jan 1, 2021 · 1 comment · Fixed by #876
Closed

update copyright date to 2021 #875

prjemian opened this issue Jan 1, 2021 · 1 comment · Fixed by #876
Assignees
Labels
Milestone

Comments

@prjemian
Copy link
Contributor

prjemian commented Jan 1, 2021

As in #712, update the copyright dates in all the source files.

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 Jan 1, 2021
@prjemian prjemian added this to the NXDL 2021.10 milestone Jan 1, 2021
@prjemian prjemian self-assigned this Jan 1, 2021
@prjemian
Copy link
Contributor Author

prjemian commented Jan 1, 2021

cd ~/Documents/projects/NeXus/definitions
git checkout master
git pull
git branch 875-copyright-2021
git checkout 875-copyright-2021
python  utils/update_copyright_date.py ./
git commit -am "FIX #875 copyright 2021 now"
git push -u origin 875-copyright-2021

which replies

remote: 
remote: Create a pull request for '875-copyright-2021' on GitHub by visiting:
remote:      https://github.com/nexusformat/definitions/pull/new/875-copyright-2021
remote: 
To https://github.com/nexusformat/definitions
 * [new branch]      875-copyright-2021 -> 875-copyright-2021
Branch 875-copyright-2021 set up to track remote branch 875-copyright-2021 from origin.

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