-
Notifications
You must be signed in to change notification settings - Fork 88
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: Adjust license in package.json
#5612
Conversation
/backport to next |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might be wrong, but I though it is not valid to change 3.0 to 3-or-later... cc @nickvergessen
@ShGKme relicensing is not possible without asking every contributor (if they are from community). But this is not re-licensing the library but fixing it. Every file in the source is AGPL-3.0-or-later, there is no AGPL-3.0 (or correctly AGPL-3.0-only) file. |
Indeed |
Except the EDIT, as the initial creator of the file, maybe me approving is worth something for a license update? |
Does it actually have its own license? Not the |
I would (maybe wrongly) assume that every file have its own license anyway 🤔 |
Not sure it even satisfies the threshold of originality, but if you agree here it would be simpler ;) |
We are using AGPL-3.0 or later, so adjust the package.json to reflect this Signed-off-by: Ferdinand Thiessen <[email protected]>
The backport to # Switch to the target branch and update it
git checkout next
git pull origin next
# Create the new backport branch
git checkout -b backport/5612/next
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick bbd5a98a
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/5612/next Error: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
☑️ Resolves
We are using AGPL-3.0 or later, so adjust the package.json to reflect this