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

Include CC-BY-SA-4.0 license automatically ? #5

Closed
BaptisteCecconi opened this issue Oct 13, 2019 · 2 comments · Fixed by ivoa-std/volute-migration#1
Closed

Include CC-BY-SA-4.0 license automatically ? #5

BaptisteCecconi opened this issue Oct 13, 2019 · 2 comments · Fixed by ivoa-std/volute-migration#1

Comments

@BaptisteCecconi
Copy link
Contributor

On that discussion I found the following code which could used to automatically include the LICENSE file in our repositories.

curl https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt > LICENSE &&
  git add LICENSE && git commit --amend --no-edit && git push -f
@olebole
Copy link
Member

olebole commented Oct 16, 2019

Maybe put that in the ivoa-std/volute-migration script?
I am however not sure why there is the --amend flag in your code; IMO this should be a separate commit.
Would you like to make a pull request there?

@BaptisteCecconi
Copy link
Contributor Author

BaptisteCecconi commented Oct 25, 2019

I have no idea, I just copy-pasted from the web page linked in my message. I don't plan to include this myself (I have no idea on how to do it), I'm just trying to help.

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 a pull request may close this issue.

2 participants