-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix license file creation #30
Conversation
- bump 3.8 to 3.9 - remove old deps
…utter-uv into fix-license-file-creation
Sorry for the late reply! This looks great. Are you able to pull |
done. Having pre-commit only helps if I had installed the hooks. XD |
@MaKaNu Hey, sorry; looks like there is still a merge confict with |
In the meantime, two other versions were already updated again. But now it seems fine |
PR Checklist
docs
is updatedDescription of changes
I total agree with your suggestion from #29 and as promised here is my PR.
I have added the following new license files:
The content was either from the official raw txt files (GPL and APACHE) or from Github.
The previous LICENSE file is now deleted.
Further, I have update post generation script to handle the different licenses and added tests for the various commands.
The changes do not affect the user directly, because now only the correct licenses are provided.
Just to inform:
Apache and GPLv3 are provided as are, since both don't include a copyright from the developer. They both only include information how to handle the licenses in the projects correctly. Changing those Licenses is not permitted, so they don't author and copyright of the users are not included.