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

Removing NC from CC license #21

Merged
merged 4 commits into from
Jan 30, 2023
Merged

Removing NC from CC license #21

merged 4 commits into from
Jan 30, 2023

Conversation

wvangeit
Copy link
Contributor

No description provided.

@wvangeit
Copy link
Contributor Author

@anilbey i'll still remove the NC from more places. But it seems at the moment the tests are not working?

@anilbey
Copy link
Contributor

anilbey commented Jan 27, 2023

@wvangeit let me see what is wrong.

@wvangeit
Copy link
Contributor Author

wvangeit commented Jan 27, 2023

For me this can be merged after the tests run again.

For future reference, sed commands to change the headers:

find ./ -path ./.git -prune -o -name *.py -exec gsed -i 's/Creative Commons Attribution-NonCommercial 4.0 International License/Creative Commons Attribution 4.0 International License/g' {} \;
find ./ -path ./.git -prune -o -name *.hoc -exec gsed -i 's/Creative Commons Attribution-NonCommercial 4.0 International License/Creative Commons Attribution 4.0 International License/g' {} \;

find ./ -path ./.git -prune -o -name *.py -exec gsed -i 's#/licenses/by-nc/4.0#/licenses/by/4.0#g' {} \;
find ./ -path ./.git -prune -o -name *.hoc -exec gsed -i 's#/licenses/by-nc/4.0#/licenses/by/4.0#g' {} \;

@anilbey
Copy link
Contributor

anilbey commented Jan 27, 2023

#23 fixes the CI failures.

@wvangeit wvangeit merged commit 5a9f61f into main Jan 30, 2023
@wvangeit wvangeit deleted the remove-nc branch January 30, 2023 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants