-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Adding missing License #4479
Adding missing License #4479
Conversation
✅ All Jest tests passed! This PR is ready to merge. |
Thanks for doing this, but there are a few problems. |
Thank you for the feedback! I’ll work on fixing these points, but I have a few questions to clarify things further:
Thanks for your guidance! |
Let's focus for the moment on just the files in the test directories. |
Done #4482. Whats is the next step ? |
Let's revisit these changes in light of the updates to the test files. |
Seems that the license text in js/SaveInterface.js, js/blocks/*js and js/js-export/API need updating. But be sure to keep the original author info. And please preserve the comments in the API headers that are unrelated to the license. Prob. a new PR makes sense. |
Description
This PR adds the AGPL-3.0 license headers to all JavaScript files in the project. This ensures compliance with the project's licensing requirements.
Changes
.js
files.Related Issues