There are different versions of the GPL license, ranging from the lightweight copyleft LGPL to the strong copyleft AGPL.

But if the LGPL is a lighter copyleft version of the GPL, why isn’t there a lighter copyleft version of the AGPL?

  • Ephera@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    4 hours ago

    I imagine, it’s just too much of a niche and practically not enforceable anyways.

    You would need to somehow know that a web service is a using a modified version of your library, then you’d be able to demand those library changes to be open-sourced.

    And well, just in general, covering all kinds of niche use-cases isn’t terribly healthy for open-source licenses, because each modification is something that can be challenged in court and which might be incompatible with other licenses.
    Ultimately, a library under such a specialty license would probably not see much use either. You could only really depend on it in AGPL applications. And at some point, you do have to ask yourself, if it’s even useful to develop your library then.

  • thingsiplay@lemmy.ml
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    5 hours ago

    Imagine a game difficulty selection level:

    easy <> normal <> hard

    Easy is easier than normal. Why don’t we have an easier version of hard? That’s the kind of question you ask.

    • lengau@midwest.social
      link
      fedilink
      arrow-up
      1
      ·
      56 minutes ago

      The thing is this isn’t a single spectrum. The requirement the AGPL adds to the GPL could be applied to the LGPL without including the requirements added by the GPL.

      To take the video game analogy, it’s more like asking why you can’t set the brightness above 50% if the graphics quality is set to ultra.

      The answer here is that the FSF likely doesn’t see the utility in such a license.

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      4 hours ago

      Nah, you can have a license that says you get a cupcake and another license that says you need to give up your first-born.
      And then you can mush those licenses to say that you need to give up your first-born, but you get a cupcake in return.

      Unless the specific license terms contradict, this is totally possible.

  • DFX4509B@lemmy.wtf
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    2
    ·
    edit-2
    9 hours ago

    You want a weaker version of the AGPL, that’s what the GPL is.

    From my understanding in terms of strength between the three, it’s:

    LGPL (weakest) > GPL (middle of the road) > AGPL (strongest)

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      4 hours ago

      AGPL is specifically for web services. For example, if Nextcloud were provided under the GPL, Amazon or the like could serve a modified version of Nextcloud without having to hand out their modifications. As far as the GPL is concerned, Amazon is the user and the software just happens to accept requests from the network.
      With AGPL, those who use the software over the network are also deemed users and therefore have the right to access the source code.

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      4 hours ago

      I imagine, the scenario would be that the cloud service links against a library under the supposed new license.
      And then, even if you’re just using the cloud service over the network, you can demand changes to the source code of that library to be open-sourced.

      • lengau@midwest.social
        link
        fedilink
        arrow-up
        1
        ·
        54 minutes ago

        And, critically distinct from the AGPL, they wouldn’t have to open source their full service — just the changes to the library.