GithubHelp home page GithubHelp logo

Comments (5)

exaexa avatar exaexa commented on August 24, 2024

This is, in fact, a good question. I've chosen LGPL3 so that codecrypt can be loaded as library and used as such without restriction (I have no problem with that), on the other hand I have trouble with closed hardware (that GPL3 strictly denies). As I read the compatibility chart, I'm not even sure if codecrypt can link with crypto++ and fftw3 without violating the license. Any suggestions?

Also, I'm not sure if we should relicense given there isn't even a draft of any inclusion. If you'd know about anything, please share.

from codecrypt.

infinity0 avatar infinity0 commented on August 24, 2024

I don't think I contributed enough to be significant for copyright purposes, but in any case I agree to relicense to whatever everyone else thinks is necessary (as long as it's copyleft).

Personally I recommend sticking with LGPL3 unless there is a specific GPL2-only software that would like to link with codecrypt, where this becomes a concrete and not just hypothetical issue.

from codecrypt.

IBPX avatar IBPX commented on August 24, 2024

FFTW3 is licensed as GPL v2 or later so codecrypt including it is okay, but the resulting combination is licensed under the GPL v3 and not the LGPL. Source of codecrypt is still LGPL, so someone could theoretically fork it and remove its dependency on FFTW3, and the resulting product would just be LGPL.

Crypto++ uses the Boost license which is GPL compatible according to the FSF, and from my (non-lawyer) reading of the license itself, seems like it should be LGPL compatible as well (without conveying the resulting combination as GPL), but I'm not sure.

I don't know of any GPL v2-only software that wants to use codecrypt. This is just a hypothetical issue, but I think the more compatibility the better if there are no significant trade-offs that devs here care about. The main trade-off from what I've gathered is between more compatibility (which LGPL v2.1 offers) and disallowing closed hardware (which v3 does).

@infinity0 wrote:

I don't think I contributed enough to be significant for copyright purposes, but in any case I agree to relicense to whatever everyone else thinks is necessary (as long as it's copyleft).

I think the contributions by you and @mapmeld might be insignificant for copyright, but it's good to make sure.

from codecrypt.

exaexa avatar exaexa commented on August 24, 2024

about fftw3 -- we are linking against it, not including it, I guess that's the same?

from codecrypt.

exaexa avatar exaexa commented on August 24, 2024

Timed out. Please reopen if you have a working project that will benefit from licence change.

from codecrypt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.