opamSpdxList: add LGPL-3.0 linking exception#4747
opamSpdxList: add LGPL-3.0 linking exception#4747mseri wants to merge 3 commits intoocaml:masterfrom mseri:patch-1
Conversation
|
Given the relevance to OCaml, I wonder if it's worth taking this opportunity to add a lint warning (or even error) when the exception and licence combination is invalid (cf. ocaml/opam-repository#19010 (comment)). opam-repository features these uses of The exception has existed with both GNU Library GPL v2.0 and GNU Lesser GPL v2.1 (clause 2 is identical in both and, although I'm not lawyer, clause 6 does not look materially different), so I think the With even more emphasis on not being a lawyer, I would assume that However, that's quite clearly not the case for |
| "GCC-exception-2.0"; | ||
| "mif-exception"; | ||
| "OCaml-LGPL-linking-exception"; | ||
| "LGPL-3.0-linking-exception"; |
There was a problem hiding this comment.
This file is autogenerated so this isn't quite the right fix (there is a comment in the dune file)
However #4768 should fix that for good hopefully.
|
Superseded by #4768. Thanks though! |
Seen on ocaml/opam-repository#19010
master_changes.mdfile with your changes.