I would understand if Canonical want a new cow to milk, but why are developers even agreeing to this? Are they out of their minds?? Do they actually want companies to steal their code? Or is this some reverse-uno move I don’t see yet? I cannot fathom any FOSS project not using the AGPL anymore. It’s like they’re painting their faces with “here, take my stuff and don’t contribute anything back, that’s totally fine”

  • lengau@midwest.social
    link
    fedilink
    arrow-up
    2
    ·
    3 hours ago

    Canonical still licenses most of their stuff under GPL3, including new stuff. The license (other than it being open) was probably not even a consideration in deciding to experiment with uutils.

  • ipkpjersi@lemmy.ml
    link
    fedilink
    arrow-up
    5
    arrow-down
    3
    ·
    edit-2
    9 hours ago

    For me, my personal projects are generally MIT licensed. I generally don’t like “restrictions” on licenses, even if those “restrictions” are requiring others to provide their source and I want as many people to use my projects as possible, I don’t like to restrict who uses it, even if it’s just small/home businesses who don’t want to publish the updated source code. Although, I admit, I’m not a huge fan of large corporations potentially using my code to generate a profit and do evil things with it, but I also think that’s not going to be very common versus the amount of use others could get from it by having it using MIT who might not be able to use it otherwise with AGPL.

    With that said, though, I have been starting to come around more to AGPL these days.

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

      I wohld agree, because you really downplay the scenario.

      As soon as you accidentallt create something, which everyone starts to use or has an use case, then some Cooperation will copy that thing, make it better and make your community dissappear because there is the newer tool which you cant change the code of anymore and need to use a monthly subscription or something to even use.

      So, it somehow seems like you’re gaslighting yourself by downplaying the use case.

      Mostly it will be small buisnesses and hobbyists, which I would like to code for them too. Especially when they are nice and friendly. But as soon as Microsoft, Google, Meta, Amazon gets hands on it and sees a potential to squeeze money through it by destroying it, then they will surely do it.

      • ipkpjersi@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        9 hours ago

        I edited my comment to better and more fully reflect my thoughts. It’s hard to properly express myself when I’ve been as sick as I have been with bronchitis and possible pneumonia for the past 4 weeks.

        Hopefully my comment now better reflects my thoughts.

  • kingthrillgore@lemmy.ml
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    edit-2
    11 hours ago

    Its simple: its to exploit it in a corporate setting. I license under MIT because a lot of my things are of small convenience, but never without debating the ethics of why I am licensing it.

    GNU is the enemy to capitalism and if you need more proof, look at what Apple has done with LLVM/Clang and CUPS. We need GNU more than ever.

  • phlegmy@sh.itjust.works
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    17 hours ago

    If you’re developing software for a platform that doesn’t allow users to replace dynamic libraries (game consoles, iOS, many embedded/commercial systems), you won’t be able to legally use any GPL or AGPL libraries.

    While I strongly agree with the motives behind copyleft licenses, I personally never use them because I’ve had many occasions where I was unable to use any available library for a specific task because they all had incompatible licenses.

    I release code for the sole purpose of allowing others to use it. I don’t want to impose any restrictions on my fellow developers, because I understand the struggle it can bring.

    Even for desktop programs, I prefer MIT or BSD because it allows others to take snippets of code without needing to re-license anything.

    Yes I understand that means anyone can make a closed-source fork, but that doesn’t bother me.
    If I wanted to sell it I might care, but I would have used a different license for a commercial project anyway.

    • zarenki@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      13 hours ago

      If the only problem is that you can’t use dynamic linking (or otherwise make relinking possible), you still can legally use LGPL libraries. As long as you license the project using that library as GPL or LGPL as well.

      However, those platforms tend to be a problem for GPL in other ways. GPL has long been known to conflict with Apple’s App Store and similar services, for example, because the GPL forbids imposing extra limits that restrict user freedom and those stores have a terms of service that does exactly that.

      • phlegmy@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        5 hours ago

        I guess I forgot to mention that those platforms usually require you to sign NDA’s that prevent you from releasing any code that references their SDK.
        This makes it impossible to license your entire project as GPL/AGPL, as you would be breaking the NDA.

    • marauding_gibberish142@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      16 hours ago

      Sorry, I’m not much of a software dev so bear with me:

      If the libraries are GPL licensed, is there a problem? Unless you’re editing the libraries themselves.

      Now if the application is GPL licensed and you’re adding functionality to use other libraries, please push upstream. It helps the community and the author will more likely than not be happy to receive it

      • Laser@feddit.org
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        14 hours ago

        Any linking against GPL software requires you to also release your source code under GPL. ALGPL allows you to link to it dynamically without relicensing, but as explained, there are platforms where dynamic linking isn’t an option, which means these libraries can’t be used if one doesn’t want to provide ALGPL licensed source code of their own product.

      • phlegmy@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        16 hours ago

        Using a GPL library will require you to re-license your entire project as GPL, regardless of whether you made a change or not.

        LGPL is a bit better, because it allows you to dynamically link the library. But you’re required to provide a copy of source for the library, and any users must be able to swap the built library with their own copy.

        Eg; you can use an AGPL-licensed .dll in your closed-source windows program, because users can swap that .dll easily.

        You can’t do the same for a ps5 game because users aren’t able to replace any files that the game uses.

  • LeFantome@programming.dev
    link
    fedilink
    arrow-up
    16
    arrow-down
    8
    ·
    edit-2
    22 hours ago

    Apple makes the source code to all their core utilities available? Nobody cares but they do.

    Why do they?

    They are BSD licensed (very similar to MIT). According to the crowd here, Apple would never Open Source their changes. Yet, in the real world, they do.

    Every Linux distro uses CUPS for printing. Apple wrote that and gave it away as free software.

    How do we explain that?

    There are many companies that use BSD as a base. None of them have take the BSD utils “commercial”.

    Why not?

    Most of the forks have been other BSD distros. Or Chimera Linux.

    How about OpenSSH?

    It is MiT licensed. Shouldn’t somebody have embraced, extended, and extinguished it by now?

    Why haven’t they?

  • OprahsedCreature@lemmy.ml
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    23 hours ago

    Honestly it’s probably just because so many devs are involved more in their code and don’t want to worry about the nuances and headaches involved in licensing. MIT is still open source.

  • brandon@lemmy.ml
    link
    fedilink
    English
    arrow-up
    99
    arrow-down
    2
    ·
    edit-2
    2 days ago

    The unfortunate reality is that a significant proportion of software engineers (and other IT folks) are either laissez-faire “libertarians” who are ideologically opposed to the restrictions in the GPL, or “apolitical” tech-bros who are mostly just interested in their six figure paychecks and fancy toys.

    To these folks, the MIT/BSD licenses have fewer restrictions, and are therefore more free, and are therefore more better.

    • fossphi@lemm.ee
      link
      fedilink
      English
      arrow-up
      24
      arrow-down
      2
      ·
      1 day ago

      Add to this, the constant badmouthing of GNU and FSF from the crony bootlickers and sadly this is what we get

      The tech crowd is also more of a consumer kind these days than the hacky kind, so it’s much easier to push corporate shite with a little bit of polish on top

    • beleza pura@lemmy.eco.br
      link
      fedilink
      arrow-up
      38
      arrow-down
      3
      ·
      edit-2
      1 day ago

      it’s interesting how the move away from the gpl is never explicitly justified as a license issue: instead, people always have some plausible technical motivation. with clang/llvm it was the lower compile times and better error messages; with these coreutils it’s “rust therefore safer”. the license change was never even addressed

      i believe they have to do this exactly bc permissive licenses appeal to libertarian/apolitical types who see themselves as purely rational and changing a piece of software bc of the license would sound too… ideological…

      so the people in charge of these changes always have a plausible technical explanation at hand to mask away the political aspect of the change

      • GnuLinuxDude@lemmy.ml
        link
        fedilink
        arrow-up
        26
        arrow-down
        2
        ·
        1 day ago

        The rust coreutils project choosing the MIT license is just another gambit to allow something like android or chromeos happen to gnu+linux, where all of the userland gets replaced by proprietary junk.

        And yet that’s a popularly welcomed approach, for some reason. Just look at the number of thumbs down this has. https://github.com/uutils/coreutils/issues/1781

        • unwarlikeExtortion@lemmy.ml
          link
          fedilink
          arrow-up
          5
          arrow-down
          1
          ·
          19 hours ago

          I"m with you on copyleft, but if I had any connection to the project and felt the need to add a reaction emoji, it’d probably be a “thumbs-down” as well.

          It’s not because I’m against the GPL, but because of the way the GitHub comment is written.

          It doesn’t even say “you should use the GPL”, it says “you MUST say GNU doesn’t agree with you”. I’m perplexed.

          Now, I respect the idea of GNU, but the way GNUers in general go about behaving themselves is perfect to alienate people, and this GitHub issue is a prime example. I don’t get it.

          If people don’t know about GNU, tell them. Nicely.

          If people have misconceptions about GNU, there’s nothing wrong with fixing them. Again, nicely.

          The problem is, whenever I encounter GNU and however much I agree with them on key issues (which is at about 90%, my main gripe with them being Freedom 0), they just have a knack to get me, someone who is with them on most issues, annoyed at them. I can clearly see how someone who isn’t as alligned with them as I am gets equally annoyed and avoids GPL and GNU like the plague just to fuck with 'em (while fucking over everyone, including themselves). Not to mention ones into the libertarian stream, since you yourself covered that pretty well.

          What the GitHub issue you linked that I keep coming back to shows is this GNU herd mentality of fucking over others unintentionally and in turn fucking over everyone. While they’re clearly better than the “libtards”, they still end up doing the same mistake.

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

            There is another issue on their tracker that was opened many years ago about relicensing to GPL, but it kind of became one of those things where a bunch of people came in and discussed it back and forth to death with no resolution.

            I remember the lead developer of the Rust version of Coreutils gave a talk about the project once and he addressed the licensing question by essentially saying (paraphrasing), “I don’t care about this. So I just picked one.” You’d think someone so involved with open source as that guy (seriously, he has a hugely impressive pedigree) would care, or would at least give a justification.

          • Ferk@lemmy.ml
            link
            fedilink
            arrow-up
            6
            ·
            edit-2
            16 hours ago

            It doesn’t even say “you should use the GPL”

            That sounds a lot more confrontational and less diplomatic.

            The ticket was actually indirectly asking it, by explaining the potential problems with non-copyleft. They just added “If you plan to carry on…” to introduce a compromise, which actually allowed for at least some minor change to be made, and made it clear that the different license is intentional and not just for lack of awareness (which would imply the devs have no intention on switching).

            it says “you MUST say GNU doesn’t agree with you”

            Somehow you added the “MUST” to this sentence, but not to the first one… even though the github issue did not say they MUST, instead it even used the word “please” and appealed to having some deference to the GNU coreutils.

            At least this issue managed to get a change through for clarity… I don’t think you would have gotten anything at all with the other approach.

        • beleza pura@lemmy.eco.br
          link
          fedilink
          arrow-up
          9
          ·
          1 day ago

          yeah, unfortunately most people in the foss community are the apolitical/free thinker types who hate the fsf bc it is “too political/evangelist” and don’t want to understand how user freedom is affected by permissive licenses

      • 2xsaiko@discuss.tchncs.de
        link
        fedilink
        arrow-up
        8
        arrow-down
        8
        ·
        edit-2
        1 day ago

        I use LLVM because it’s good, but I would like it even more if it was GPL and I agree with OP’s comment as well.

        However, you’re literally the guy that replies “oh, so you hate oranges” to people that say “I like apples” or however that meme goes. How about you don’t completely twist people’s justifications into something they never said.

        edit: It comes down to that I have no say in whether other people want to allow their code to be exploited by corporations nor does it make a practical difference to me in what I can do with it, all I can do is say “you’re an idiot” to them.

        • beleza pura@lemmy.eco.br
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          1 day ago

          chill, man. i’ve never said this is consciously (or at all) his reasoning for not choosing the gpl. what i mean is that, collectively, this is what’s pushing the development, sponsoring, and adoption of more and more tooling with permissive licenses

    • Avid Amoeba@lemmy.ca
      link
      fedilink
      arrow-up
      19
      arrow-down
      1
      ·
      edit-2
      1 day ago

      Yeah, that’s all there’s to it, along with pure ignorance. In a past not so ideologically developed life, I’ve written code under Apache 2 because it was “more free.” Understanding licenses, their implications, the ideologies behind them and their socioeconomic effects isn’t trivial. People certainly aren’t born educated in those, and often they reach for the code editor before that.

    • azolus@slrpnk.net
      link
      fedilink
      English
      arrow-up
      19
      arrow-down
      2
      ·
      2 days ago

      Freedom for the rich and powerful to fuck over society and everyone else!

    • marauding_gibberish142@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      20
      arrow-down
      6
      ·
      2 days ago

      “apolitical” tech-bros who are mostly just interested in their six figure paychecks and fancy toys.

      This, I understand.

      laissez-faire “libertarians” who are ideologically opposed to the restrictions in the GPL

      This, I do not. Apologies for my tone in the next paragraph but I’m really pissed off (not directed at you):

      WHAT RESTRICTIONS??? IF YOU LOT HAD EVEN A SHRED OF SYMPATHY FOR THE COMMUNITY YOU WOULD HAVE BOYCOTTED THE MIT AND APACHE LICENSE BY NOW. THIS IS EQUIVALENT TO HANDING CORPORATIONS YOUR WORK AND BEGGING THEM TO SCREW OVER YOUR WORK AND THE FOSS COMMUNITY.

      I feel a bit better but not by much. This makes me vomit.

      • LeFantome@programming.dev
        link
        fedilink
        arrow-up
        7
        arrow-down
        2
        ·
        edit-2
        23 hours ago

        Since you seem so reasonable…

        The restriction that some people object to is that the GPL restricts the freedom of the software developers (the people actually writing and contributing the code).

        Most people would agree at first glance that developers should be able to license code that they write under whatever license they like. MIT is one option. Some prefer the GPL. Most see the right to choose a proprietary license for your own work as ok but some people describe this as unethical. I personally see all three as valid. I certainly think the GPL should be one of the options.

        That said, if we are talking about code that already exists, the GPL restricts freedom without adding any that MIT does not also provide.

        MIT licensed software is “free software” by definition. Once something has been MIT licensed, it is Open Source and cannot be taken away.

        The MIT license provides all of the Free Software Foundations “4 freedoms”. It also provides freedoms that the GPL does not.

        What the MIT license does not provide is guaranteed access to “future” code that has not yet been written. That is, in an MIT licensed code base, you can add new code that is not free. In a GPL code base, this is not possible.

        So, the GPL removes rights from the developers in that it removes the right to license future code contributions as you want. Under the GPL, the right of users to get future code for free is greater than the right of the developer to license their future contributions. Some people do not see that as a freedom. Some even see it as quite the opposite (forced servitude). This “freedom” is not one of the “4 freedoms” touted by the FSF but it is the main feature of the GPL.

        • Ferk@lemmy.ml
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          15 hours ago

          developers should be able to license code that they write under whatever license they like

          What if they choose a license that limits the freedom from all other developers to improve that copy of the software? is allowing a developer to restrict further development actually good for the freedom of the developers? Because I would say no.

          The spirit of the GPL is to give freedom to the developers and hackers (in the good sense of hacker). The chorus of the Free Software Song by Stallman is “you’ll be free hackers, you’ll be free”.

          the GPL restricts freedom without adding any that MIT does not also provide

          “Your freedom ends when the freedom of others begins”

          The only “freedom” the GPL restricts is the freedom to limit the freedom of other developers/hackers that want to edit the software you distribute. This is in the same spirit as having laws against slavery that restrict the “freedom” of people to take slaves.

          Would a society that allows oppression (that has no laws against it) be more “free” than a society that does not allow oppression (with laws to guarantee the freedom of others is respected)?

        • marauding_gibberish142@lemmy.dbzer0.comOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          16 hours ago

          What freedom in the sense of writing code does the GPL inhibit? GPL simply says that changes to the source must be published. MIT is just a scapegoat for companies to get stuff for free without helping the developer that’s giving their time and soul for it

  • Daniel Quinn@lemmy.ca
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    2
    ·
    1 day ago

    Here’s a fun idea, let’s fork these MIT-based projects and licence them under the AGPL :-)

    • LeFantome@programming.dev
      link
      fedilink
      arrow-up
      8
      ·
      23 hours ago

      You could do that. MIT is a very free license.

      Of course, that would only be a useful thing to do if you were also going to contribute to the code.

      • Daniel Quinn@lemmy.ca
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        3
        ·
        22 hours ago

        True, but the mere existence of an AGPL project that follows the MIT one might be enough to convince would-be contributors to choose our version instead.

        It may also be more likely to be adopted by non-corporate Linux distros that favour the AGPL over MIT (Debian for example) which in turn could help make the AGPL version the dominant one.

        • Ferk@lemmy.ml
          link
          fedilink
          arrow-up
          4
          arrow-down
          3
          ·
          edit-2
          17 hours ago

          Note that AGPL can take changes from MIT but MIT can’t take changes that are purely AGPL without following the AGPL.

          So, as far as I can understand, any improvements done to the AGPL version cannot be carried over to the MIT version (without very painful and careful re-implementation / re-engineering). That alone would be a big advantage to the hypothetical AGPL fork.

          It would be a bit of a legal nightmare, since it’s theoretically possible that, even without really knowing it, the same feature might be implemented the same way in both forks separately, and the MIT devs might have no sure way to prove they did not copy it. So this would be like walking on eggshells for them.

          • ReakDuck@lemmy.ml
            link
            fedilink
            arrow-up
            2
            ·
            9 hours ago

            Thats the point of GPl licenses. You cant close source it.

            MIT is a free and also heavy closed source friendly. GPL fixes the greed

    • marauding_gibberish142@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      2
      ·
      1 day ago

      If I could code at the level that these people do, I definitely would. If I ever publish anything that I’ve written for myself it will never be MIT/BSD licensed

  • beleza pura@lemmy.eco.br
    link
    fedilink
    arrow-up
    32
    arrow-down
    2
    ·
    edit-2
    2 days ago

    it’s been a trend for a while unfortunately. getting rid of the gpl is the motivation behind e.g. companies sponsoring clang/llvm so hard right now. there are also the developers that think permissive licenses are “freer” bc freedom is doing whatever you want /s. they’re ideologically motivated to ditch the gpl so they’ll support the change even if there’s no benefit for them, financial or otherwise.

    • LeFantome@programming.dev
      link
      fedilink
      arrow-up
      8
      arrow-down
      4
      ·
      23 hours ago

      Some people might say that so many companies contributing free and open code to clang/llvm instead of GCC is real world evidence against the idea that companies only contribute to free software because the GPL makes them. Or even that permissive licenses can lead to greater corporate sharing than the GPL does. Why does Apple openly contribute to LLVM but refuse to ship GPL3 anything?

      According to the web, Red Hat is the most evil company in Open Source. They are also the biggest contributor to Xorg and Wayland. Those are MIT licensed. Why don’t they just keep all their code to themselves? The license would allow it after all. Why did they license systemd as GPL? They did not have to.

      The memory allocator used in my distro was written by Microsoft. I have not paid them a dime and I enjoy “the 4 freedoms” with the code they gave me because it is completely free software. Guess what license it uses?

      • beleza pura@lemmy.eco.br
        link
        fedilink
        arrow-up
        3
        ·
        13 hours ago

        you (and everyone else who thinks the gpl is just about contributing back) are missing the point. the main goal of the gpl licenses (including the lgpl) is user freedom. they ensure that you can modify any piece of gpl software anywhere it’s used. if you use a propietary system that includes gpl/lgpl software, you should be able to modify the gpl parts to do whatever you want. say for some reason you’re using a system that includes ai slop in its shell, but the shell is a gpl application. you could just grab a fork of the shell stripped of ai functionality and replace the system’s shell with it

        that’s impossible with permissive licenses. with permissive licenses, you could be using a system with 80% open source software and be completely unaware of it, unable to change it as you see fit. from the pov of the user, “permissive” licenses are restrictive; copyleft licenses are freer bc its restrictions are there to forbid the developer from locking down free software for the users

        of course companies are going to prefer permissive licenses. they want to take advantage of using free labor enable by open source while keeping the freedom to lock down said open source software in their systems. so, when given the option, they will always prefer to contribute back to software with permissive licenses

        and that’s the whole problem here: you giving them the option by creating a copyfree alternative to an important piece of copyleft software. do you think companies would ever comtribute to linux if any bsd was a viable alternative to linux? but the kernel community at large decided to stick to the gpl, so the companies have no choice

        it’s true that copyfree software isn’t any less free than copyleft software, and i’m not even completely against using permissive licenses. my issue is creating an mit alternative to gpl software

    • A_norny_mousse@feddit.org
      link
      fedilink
      arrow-up
      17
      ·
      1 day ago

      getting rid of the gpl is the motivation behind e.g. companies sponsoring clang/llvm so hard right now

      And there it is. Follow the money.

    • marauding_gibberish142@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      4
      ·
      1 day ago

      They are maliciously harming the community. They need to be named and shamed. I still seethe at OpenBSD using it. Why is it so hard for them to understand? Why do they want to give away their work for the taking to corporations who just want to make money off of their backs?

    • SavvyWolf@pawb.social
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      1 day ago

      getting rid of the gpl is the motivation behind e.g. companies sponsoring clang/llvm so hard right now.

      Is it? As I understand it, LLVM is much easier to work with than GCC, especially given their LLVM IR and passes frameworks.

      • beleza pura@lemmy.eco.br
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        1 day ago

        sure, but it didn’t get much attention until gcc switched to gpl v3 from gpl v2 and apple decided to jump ship to it

        my point is that competitors to gpl software are always advertised through their technical merits (valid or not), but the point behind their development is getting rid of gpl-licensed software

  • SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    3
    ·
    1 day ago

    here, take my stuff and don’t contribute anything back, that’s totally fine

    I mean, yeah? They are probably fine with that and think that software should be distributed without restrictions. You may not agree with it, but it’s their choice. Not really stealing if they give it away willingly.

    I cannot fathom any FOSS project not using the AGPL anymore.

    I mean, most of them that want to use a GPL-like license use the GPL or LGPL rather than the AGPL. :P

    why are developers even agreeing to this?

    Are they? Last I checked this wasn’t as much of a plan as much of it was just a developer thinking out loud. And even if it was a real plan, developers should continue doing what they should be doing anyway: Write their scripts without any GNU/uutils/whatever-microsoft-calls-their-evil-uutils-fork extensions. Then their scripts could run across all platforms, including GNU, uutils, FreeBSD and BusyBox.

    At any rate, if Microsoft really wanted to make their own coreutils fork (if they haven’t already), they’re not really that complicated tools. They could devote like maybe a year of engineering time and get it pretty much compatible.

    • marauding_gibberish142@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      Write their scripts without any GNU/uutils/whatever-microsoft-calls-their-evil-uutils-fork extensions. Then their scripts could run across all platforms, including GNU, uutils, FreeBSD and BusyBox

      Sorry but that’s besides the point. If improvements to coreutils are not published and upstreamed then the community loses out on potential improvements that trained personnel at a successful company make. Not being dependent on such utils is a different discussion and doesn’t solve the core issue.

      Yeah I’d like for them to use AGPL but even GPLv3 or it’s derivatives are fine as long as they emphasise FOSS

      • SavvyWolf@pawb.social
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 day ago

        What improvements are you thinking of? I can see that reasoning with something like the Linux kernel where there’s a lot of complex and integrated code, but ultimately individual coreutils commands are really simple. There’s very little you can do to extend something like ls… And if you do, you can just make your own superls command and not have to deal with any licensing restrictions.

        With regards to AGPL vs GPL, none of the coreutils programs have network connectivity, so I’m not sure what the network requirement actually adds?

        • Ferk@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          15 hours ago

          Personally, I don’t think the problem is the risk of companies not contributing back… I honestly wouldn’t mind if they don’t contribute at all and instead they just use the community-developed GPL software as-is, without making any changes to it.

          In my mind, the problem is that I cannot trust that a piece of non-copyleft software that’s provided by a company actually does what I expect it should do, and does not have extra bits doing things I do not want it to do. Like the changes Google does in their Chrome version of Chromium, for example.

          If, for example, MacOS / Microsoft Windows include a copy of OpenSSL with the OS, how can I be sure they are not adding their own sort of malicious spice into it? Can I trust that the keys generated with it will be truly secure? How can I audit it?

          At least with the GPL there’s some level of legal accountability in that any change that is not openly shared would be illegal. But with MIT there are no legal barriers against malicious code, it’s totally legal for companies to force feed me totally legal changes that I wouldn’t want and/or that I might not even notice they are there.

        • marauding_gibberish142@lemmy.dbzer0.comOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 day ago

          Again, it’s not about the actual programs being simple. Just because they are simple in usage doesn’t mean they should be encouraged to use a license that harms FOSS development. If we allow these “simple” utilities now, it sets the dangerous precedent for companies to push towards more software with such licenses and swipe FOSS advancements without contributing anything back. Corporations which do not contribute back to the FOSS community do not deserve to take anything from the community either.

          Unfortunately, I alone am powerless to implement such measures when a large group of software developers decide to not take this into account when writing software.

          I selected AGPL because I find it to be a little more strict compared to GPL. Any derivative of GPL is fine as long as it promotes open source development

  • why@lemmy.sdf.org
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago

    I worked on an oss library with an MIT license and my colleagues told me they with that instead of GPL was with GPL it basically forces anyone who uses the library to make everything in their project available.

    • marauding_gibberish142@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      10
      arrow-down
      1
      ·
      edit-2
      1 day ago

      Only if they make changes/improvements to the code. If it’s a library that is used then no, AFAIK you don’t need to. If everyone using GPL code had to make their entire project FOSS then TPLink and DLink wouldn’t have any market share. The only reason OpenWRT exists is because Linksys was forced to open up their code because they had illegally refrained from opensourcing their code, which was a great positive for the community

      • TMP_NKcYUEoM7kXg4qYe@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        13 hours ago

        If you link to GPL library, your software has to be GPL. You are confusing it with LGPL. Though you can bypass this by making the library its own standalone app. Like let’s say FFmpeg which is just a frontend for libAV libraries. (ignore that these libraries are actually LGPL, so you can link to them.)

      • ReversalHatchery@beehaw.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day ago

        I think it’s more complicated than use, like something about being allowed to dynamically link to it but not statically, or something like that.

    • Kogasa@programming.dev
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      edit-2
      1 day ago

      Yeah, specifically for something like coreutils I can’t see the malicious endgame that is suggested by others here. Is the fear that a proprietary version of cat or pwd or printf takes over the ecosystem and then traps users into a nonfree agreement? Or a proprietary coreutils superset that offers some new tool and does the same thing? Or a proprietary coreutils that generates profit for businesses without attribution to the developers? What would stop anyone from just writing their own proprietary set of tools to do the same thing now, even if uutils didn’t exist? Clearly not much, since uutils did exactly that (minus the proprietary bit).

      I personally don’t see a compelling reason to change to MIT, but I also don’t see the problem.

      • crystalwalrus@programming.dev
        link
        fedilink
        arrow-up
        6
        ·
        1 day ago

        What’s stopping people from doing that today is network effects. There are enough differences today between bsd coreutils and gnu coreutils that substituting one for the other doesn’t work out of the box.

        The chain of events that would cause a problem are: due to Ubuntu popularity rust MIT core utils overtakes gnu coreutils and people drop support for gnu coreutils, then a large and we’ll funded corporate entity could privately fork rust coreutils and lock people in.