UPDATE: I found this issue explaining the relicensing of rust game engine Bevy to MIT + Apache 2.0 dual. Tldr: A lot of rust projects are MIT/Apache 2.0 so using those licenses is good for interoperability and upstreaming. MIT is known and trusted and had great success in projects like Godot.

ORIGINAL POST:

RedoxOS, uutils, zoxide, eza, ripgrep, fd, iced, orbtk,…

It really stands out considering that in FOSS software the GPL or at least the LGPL for toolkits is the most popular license

Most of the programs I listed are replacements for stuff we have in the Linux ecosystem, which are all licensed under the (L)GPL:

uutils, zoxide, eza, ripgrep, fd -> GNU coreutils (GPL)

iced, orbtk -> GTK, QT (LGPL)

RedoxOS -> Linux kernel, most desktop environments like GNOME, KDE etc. all licensed GPL as much as possible

  • snowe@programming.dev
    link
    fedilink
    arrow-up
    22
    arrow-down
    2
    ·
    7 months ago

    I have never heard anyone claim that GPL or LGPL are the most popular licenses for tools. From what I’ve seen it’s the opposite. MIT is by far the most popular by an insane margin. So much so that when I see an lgpl license I’m surprised.

    • jack@monero.townOP
      link
      fedilink
      arrow-up
      12
      ·
      edit-2
      7 months ago

      Most of the rust projects I listed are replacements for stuff in the Linux ecosystem which are licensed (L)GPL. The most popular toolkits by far are GTK and QT, both LGPL

      • snowe@programming.dev
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        7 months ago

        ok, that I can understand, if they’re only considering “tools” to be those on lgpl systems themselves.

        • rah@feddit.uk
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          7 months ago

          Firstly, GNU/Linux systems aren’t just “lgpl” systems. Secondly, out of curiosity what were you considering “tools” to be?

          • snowe@programming.dev
            link
            fedilink
            arrow-up
            2
            ·
            7 months ago

            Anything you use on your computer to help you complete a job. Docker, ripgrep, IntelliJ, graalvm, javac, cargo, Zulip, etc. Thinking that tools are just contained to be what comes bundled with your os is a weird take to me.

  • TechNom (nobody)@programming.dev
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    7 months ago

    The newer FOSS projects have a preference for permissive licenses like MIT. That’s due to a narrative going around that copyleft licenses like GPL are somehow ‘less free’. Apparently, GPL etc are not free enough that companies avoid such projects. And if you want your project to be adopted, you have to avoid these licenses. You can easily guess who is behind such narratives and why.

    • BB_C@programming.dev
      link
      fedilink
      arrow-up
      7
      arrow-down
      4
      ·
      edit-2
      7 months ago

      You can easily guess who is behind such narratives and why.

      You would think so. But anti-FSF sentiment comes in different forms nowadays.

      My first (and only) visit to the Mastodon world was years ago. Top post (or whatever you call them) was from some micro-celeb (who probably didn’t even code) bitching about how Stallmann caused great damage, and how the FSF’s biggest achievement was giving decades of “our” free labor to corporations. The microblogtards replying agreed of course. Needless to say, that tab didn’t stay open for long.

      Social war ultras (big intersection with microblogtards) also don’t like Stallman and the FSF.

      So, new developers may have chosen non-FSF licenses not only because of copyleft implications. But also because it looks and goes along better with the posturing ethics of the times. The snowball has already gotten large of course, and next-gen devs may just be going along with the choices made by their predecessors or library dependencies without knowing much about the why.

      Still, there should probably be more MPLv2 in the Rust ecosystem.

      • TechNom (nobody)@programming.dev
        link
        fedilink
        English
        arrow-up
        7
        ·
        7 months ago

        I don’t completely agree with many of RMS’ stances on sexual abuse. It often feels like he is a bit tone deaf in that regard. However, the cancel campaign against him was very much motivated and they twisted his words completely out of context in several cases. I’m not going to get into the tiresome argument of if he was right or not. But one thing I noticed back then was that many involved in the campaign had clear vested and conflicting interests with undisclosed financial motives. Watching it live, it was pretty clear that the campaign was sponsored by certain big names in the industry.

        The anti-FSF campaign you mentioned and the anti-copyleft propaganda I mentioned shouldn’t be seen in isolation. It might sound like a conspiracy theory, but there were clear indications of a long term corporate-funded smear campaign to attack the foundations of FOSS - a hit job, if you will. Too bad I didn’t bother to save those back then. A lot of illuminating messages were forcefully deleted.

        They really took advantage of the outrage mentality of common people. Meanwhile, people took the bait and went after the small fish while being completely oblivious to the big sharks feeding the outrage.

        • BB_C@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          7 months ago

          A conspiracy theory explanation is not necessary as it:

          • Operates on the idealistic myopic assumption that common people are an altruistic force for good. The reality is that there is plenty of self-servingness going around.
          • Assumes full collusion, removing the simple possible explanation of useful fools being taken advantage of to the maximum. Note that useful fools can still be motivated by self interest. They are just not necessarily fully aware of how they are being used.
          • Ties an argument to unprovable points/events.

          It doesn’t take a conspiracy theory explanation to observe how classic corporate anti-FSFers are very content with social licenses (CoCs) being elevated to a position where they are considered more relevant and have more signal power than the software licenses chosen, or how many new-gen open-source contributors have no problem singing the New Microsoft (and the likes) praises… etc

  • Narann@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    7 months ago

    GPL is basically a contract that code will always be shared if distributed. This licence ensure any distributed library will give your code (legal standpoint).

    MIT is more a use as you want licence. Devs can take the code, build and distribute binaries without restrictions.

    They are not made for the same reasons. If you want to write Libre software, GPL is your friend.

    As other says, rust build statically by default, having a MIT ecosystem help to spread the langage. Yet, this also mean someone can see its code used in a commercial product without sharing back, credits or counterpart.

    Different uses.

      • XTL@sopuli.xyz
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        7 months ago

        Mit is kind of the “I don’t care and I don’t want to think about it” license. I also suspect many will also just use the same license they see in other projects. So, if they’ve been using rust crates that are MIT, they’re more likely to pick that. But who knows.

        • jack@monero.townOP
          link
          fedilink
          arrow-up
          4
          arrow-down
          1
          ·
          7 months ago

          That makes sense, it’s probably easier to just use MIT instead of learning the differences between GPLv2, v3, AGPL, LGPL, MPL etc

      • Octorine@midwest.social
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        7 months ago

        Preference for MIT and Apache is part of the culture of rust. Also, the lead dev behind Redox has mentioned that he chose MIT over GPL because it makes it easier to contribute, which he felt was important for getting Redox off the ground.

        • jack@monero.townOP
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          7 months ago

          Interesting, do you have a source for this? I found a comment of him saying it is because MIT is compatible with more free software

          • Octorine@midwest.social
            link
            fedilink
            English
            arrow-up
            2
            ·
            7 months ago

            I think I remember reading it in the FAQ, but I can’t find it now. It looks like the Redox book used to have a chapter called “why mit” but it’s not there now.

    • Something Burger 🍔@jlai.lu
      link
      fedilink
      arrow-up
      12
      arrow-down
      11
      ·
      7 months ago

      It is, though. GPL forces all code using a GPL-licensed project to also be GPL-licensed. MIT is a cuck license allowing corporations to use your code for free without anything in return, the entire text of the MIT license could be replaced with “pls steal my code harder, daddy big corporation”.

      • belated_frog_pants@beehaw.org
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        7 months ago

        A “cuck” license? I have 0 interest in engaging in any meaningful conversation around “we live in a society and rigidity of value measurement cannot be without context” because thats childish at best and a dog whistle of the anti-intellectual at worst.

        • Something Burger 🍔@jlai.lu
          link
          fedilink
          arrow-up
          8
          arrow-down
          1
          ·
          7 months ago

          I’m using cuck in the literal sense, not the MAGA fascist sense. Your code, someone else’s profit. GPL or bust. If corporations want to use the features of a FOSS project without contributing their changes, they can fuck off and rewrite it from scratch.

  • Tobias Hunger@programming.dev
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    7 months ago

    It is all about whos freedom you care for: GPL protects the freedom of end users, MIT and other permissive licenses focus on the freedoms of developers instead.

    GPL defines freedoms end users of software have. It has to limit the freedoms of developers between the GPL project and the end user so that those developers can not strip out any of the freedoms the GPL wants end users to have. The hope is to build a better society by enabling everybody to understand the machines they own.

    MIT and other permissive license care for the freedoms of people using the project directly, granting freedoms to those users only. Those people are free to forward the same rights to their own users or to remove them as they see fit. Thatbis way simpler for developers to work with: Basically do whatever you want.

    Guess which option is more popular with developers and the companies that employ many of those developers?

  • calcopiritus@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    7 months ago

    Probably because rust links statically by default, so making a library gpl means users will be forced to make their project GPL too, so MIT libraries have an incredible advantage.

    IANAL though, so idk.

    • jack@monero.townOP
      link
      fedilink
      arrow-up
      10
      arrow-down
      2
      ·
      7 months ago

      That’s what the LGPL is for, the library itself has to stay open source but the program using it does not have to be. So no advantage for MIT

      • calcopiritus@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        7 months ago

        I didn’t know that the difference between LGPL and GPL is that it allows to statically link. Then idk the reason

      • javasux@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        edit-2
        7 months ago

        The text of the LGPL actually imposes some very inconvenient restrictions around static linking:

        Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.

        https://www.gnu.org/licenses/lgpl-3.0.html#section4

        In order to be compliant, you would have to also ship linkable object files of the proprietary application code alongside the executable.

    • Something Burger 🍔@jlai.lu
      link
      fedilink
      arrow-up
      8
      arrow-down
      3
      ·
      7 months ago

      so making a library gpl means users will be forced to make their project GPL too

      So GPL libraries have an incredible advantage.

      • calcopiritus@lemmy.world
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        7 months ago

        GPL libraries have an advantage in their legal power. MIT libraries have an advantage when users have to choose between 2 libraries.

        All other things being equal, users will use more permissive libraries. So unless maintainers put more effort into the GPL, a MIT one will gather more users, which attracts more maintainers, which ends up in more MIT libraries than GPL ones existing.

  • anlumo@feddit.de
    link
    fedilink
    arrow-up
    8
    arrow-down
    6
    ·
    7 months ago

    The GNU project emerged from academics, which don’t get paid for their software in general, they get paid for writing papers about it. So, they want to stop all commercial use of their software.

    The Rust project emerged from the startup culture, where everything is just a stepping stone to eventually get sold in some kind of software project to get rich. So, being able to use the software in a commercial setting is essential.

    • jack@monero.townOP
      link
      fedilink
      arrow-up
      8
      ·
      7 months ago

      What’s your source for this “startup culture”? Rust started at Mozilla to make the browser more secure

      • anlumo@feddit.de
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        7 months ago

        I’m talking about culture, not specific companies. Of course, this is a very subjective observation.

  • Vorpal@programming.dev
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    7 months ago

    LGPL specifically does as far as I understand have some issues when used in rust. In particular the border for the copyleft is dynamic linking. That doesn’t work well with rust. I would instead consider MPL where the copyleft border is on a source file level.

    That said, I’m not a lawyer!

  • BB_C@programming.dev
    link
    fedilink
    arrow-up
    2
    arrow-down
    7
    ·
    7 months ago

    It’s a conspiracy too big that I don’t think anyone of us can really understand or grasp the scale of it all.

    Thankfully, the EU was aware and prepared. And the EUPL is ready to usurp whatever project license, whenever needed.