redict/redict
27
352
Fork
You've already forked redict
19

Add missing LGPL-3.0-or-later license text #27

Merged
ddevault merged 1 commit from iamgreaser/redict:prs/reuse-lgpl3plus into unstable 2024年03月25日 12:23:52 +01:00
Contributor
Copy link

Picked up with reuse lint, did a reuse download --all and now we should be compliant for all the hiredict stuff.

Picked up with `reuse lint`, did a `reuse download --all` and now we should be compliant for all the hiredict stuff.
iamgreaser force-pushed prs/reuse-lgpl3plus from 2925c44bfe
All checks were successful
builds.sr.ht/alpine Job completed
to 9f420764b0
All checks were successful
builds.sr.ht/alpine Job completed
2024年03月25日 01:52:56 +01:00
Compare
Author
Contributor
Copy link

...oops, I had forgotten to sign it off. That should be fine now.

...oops, I had forgotten to sign it off. That *should* be fine now.
Author
Contributor
Copy link

OK, under further investigation, there's a chance that the LGPL-3.0-or-later license tag may have been added in error - the dep5 information says LGPL-3.0-only, while all of the files with SPDX tags in hiredict are LGPL-3.0-or-later.

Which way should this go? Merging this would mean we're wanting to make the files LGPL-3.0-or-later. If not... a bit of find and sed -i may do the trick.

OK, under further investigation, there's a chance that the LGPL-3.0-or-later license tag may have been added in error - the dep5 information says LGPL-3.0-only, while all of the files with SPDX tags in hiredict are LGPL-3.0-or-later. Which way should this go? Merging this would mean we're wanting to make the files LGPL-3.0-or-later. If not... a bit of `find` and `sed -i` may do the trick.
Contributor
Copy link

Looking at it (git grep LGPL-3.0-or-later) it seems actually legit as it's from the vendored hiredict, which got put under LGPL-3.0-or-later (I guess for license compatibility reasons, it is a library after all).

Looking at it (`git grep LGPL-3.0-or-later`) it seems actually legit as it's from the vendored hiredict, which got put under `LGPL-3.0-or-later` (I guess for license compatibility reasons, it is a library after all).
Owner
Copy link

redict is to be LGPL-3.0-only, and the redict files seem to have the right headers

tho, we're vendoring hiredict, the c client lib, which is LGPL-3.0-or-later, so maybe that's where it's coming from

(i got ninja'd by two minutes (削除) w (削除ここまで))

redict is to be `LGPL-3.0-only`, and the redict files seem to have the right headers tho, we're vendoring hiredict, the c client lib, which is `LGPL-3.0-or-later`, so maybe that's where it's coming from (i got ninja'd by two minutes ~w~)
Author
Contributor
Copy link

Alright, in that case .reuse/dep5 will need to be updated soon afterwards if this gets merged.

Speaking of which, do we need everything to be in the dep5 file and the source files?

Alright, in that case `.reuse/dep5` will need to be updated soon afterwards if this gets merged. Speaking of which, do we need everything to be in the `dep5` file *and* the source files?
Contributor
Copy link

Speaking of which, do we need everything to be in the dep5 file and the source files?

Nope, in fact reuse 2.1.0 here warns against duplicated entries, and IIRC the REUSE specification is pretty clear that .reuse/dep5 should only be used as a fallback.

> Speaking of which, do we need everything to be in the dep5 file and the source files? Nope, in fact reuse 2.1.0 here warns *against* duplicated entries, and IIRC the REUSE specification is pretty clear that `.reuse/dep5` should only be used as a fallback.

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
redict/redict!27
Reference in a new issue
redict/redict
No description provided.
Delete branch "iamgreaser/redict:prs/reuse-lgpl3plus"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?