giordano / Cuba.jl

Library for multidimensional numerical integration with four independent algorithms: Vegas, Suave, Divonne, and Cuhre.
https://giordano.github.io/Cuba.jl/stable
MIT License
75 stars 9 forks source link

change license to MIT? #40

Closed StefanKarpinski closed 1 year ago

StefanKarpinski commented 2 years ago

I was looking for LGPL packages, suspecting that there should not be many since for a Julia package there's no such thing as "linking" making LGPL equivalent to GPL. I found this package, which appears to be LGPL because it's a wrapper around an LGPL library (which is dynamically linked, so that makes sense). Wrapper code need not have the same license as the wrapped library, so this package could and arguably should be MIT licensed. As it stands, whereas Cuba can be used with/by non-open source software so long as modifications to Cuba are released in accordance with the LGPL, Cuba.jl cannot be used with/by non-open source software, which I don't think was the intention. Since there are still relatively few contributors, getting permission for a license change should be tractable.

giordano commented 2 years ago

Ok, let's do it. There are only few contributors, all of them with only 1 commit, all with less than 10 lines, which the GNU project (typically strict in this regard) wouldn't even consider legally significant for copyright purposes.

Current contributors:

If you've been tagged, do you agree to change the license terms of this package from LGPL to MIT?

staticfloat commented 2 years ago

Yes, I agree

mortenpi commented 2 years ago

I agree as well. Although, in fairness, my contribution is non-substantial (automated PR bumping a version cap in CI config) and has since been removed, so I don't think I actually have any copyright claim here.

afniedermayer commented 2 years ago

I agree.

On Tue, Sep 13, 2022, 04:45 Morten Piibeleht @.***> wrote:

I agree as well. Although, in fairness, my contribution is non-substantial (automated PR bumping a version cap in CI config) and has since been removed, so I don't think I actually have any copyright claim here.

— Reply to this email directly, view it on GitHub https://github.com/giordano/Cuba.jl/issues/40#issuecomment-1244826142, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANBZ52MYINZS5A7LME3CNTV57TEBANCNFSM6AAAAAAQG524II . You are receiving this because you were mentioned.Message ID: @.***>

kunyuan commented 1 year ago

I agree as well.