Coder Social home page Coder Social logo

Comments (6)

edgarcosta avatar edgarcosta commented on July 16, 2024

What are the advantages/disadvantages?
As far as I understand, LGPLv3 is not backward compatible with LGPL v2.1.
Furthermore, LGPLv3 makes it harder for proprietary software to use the library.
I believe these two are the reasons why NTL is distributed under LGPLv2.1+ and Magma decided to keep using old versions of GMP http://magma.maths.usyd.edu.au/magma/faq/thirdparty

from flint.

albinahlback avatar albinahlback commented on July 16, 2024

What are the advantages/disadvantages?

An advantage is that we can use their code in our codebase and perhaps improve it further. Moreover, as they are our only two mandatory dependencies and we keep the same interface as them, I think it is pretty natural that we have a compatible license.

As far as I understand, LGPLv3 is not backward compatible with LGPL v2.1.

In what sense? My license knowledge is not the best.

Furthermore, LGPLv3 makes it harder for proprietary software to use the library.

That is true, but the same goes for GMP and MPFR.

from flint.

edgarcosta avatar edgarcosta commented on July 16, 2024

In what sense? My license knowledge is not the best.

I believe that the library cannot automatically be re-licensed under LGPL v3 without the consent of all copyright holders.

from flint.

fredrik-johansson avatar fredrik-johansson commented on July 16, 2024

In what sense? My license knowledge is not the best.

I believe that the library cannot automatically be re-licensed under LGPL v3 without the consent of all copyright holders.

FLINT is licensed LGPL version 2.1 "or any later version" which implies that such re-licensing is permitted.

from flint.

edgarcosta avatar edgarcosta commented on July 16, 2024

Thanks for the clarification

from flint.

jrick avatar jrick commented on July 16, 2024

In what sense? My license knowledge is not the best.

I believe that the library cannot automatically be re-licensed under LGPL v3 without the consent of all copyright holders.

FLINT is licensed LGPL version 2.1 "or any later version" which implies that such re-licensing is permitted.

this isn't really true. as a consumer of the library, you can interpret it to give you the rights of lgpl3+, but you can't force the license switch and force everyone to give up the rights to use it under lgpl2.

this is actually the primary reason why the gnu project requires copyright assignment (to them), so they are the sole copyright holder and were able to upgrade gpl2+ projects to gpl3+. You could still interpret the old licenses as giving you the rights of gpl3+ if they did not make any licensing changes, but they wanted to remove the ability to continue using it under the terms of gpl2.

what would have made more sense here, if a full relicensing change was not possible logistically, would be to require lgpl3+ for new contributions going forward. (but this is probably a moot point, since older releases are still going to be available under lgpl2+.)

from flint.

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.