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

    Btw for me persona problem of this replacement is only license switching from strong copy left to permissive, I don’t really like this trend it smells really bad from what corps actuality like more nowadays as fear as fire gpl.I don’t know who exactly staying behind rust coreutils but devs just ignore all request about GPL or responding very cold or find any other stupid excuse like they don’t wanna deal with it. At least they could give their direct point of their views and their motivation about it.but still will not support MIT licence as for main tools for importan core of system

    • chaos@beehaw.org
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      13 hours ago

      Maybe I’m missing something, but I’m not sure what the worst case scenario is… like, is some company going to get rich off of their proprietary cp and sudo implementation that they forked off of an open one?

      • tabular@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        11 hours ago

        It’s one thing when a company gets the benefits of people’s contributions and doesn’t give back (in the form of source code when they build upon it and at the time they offer binary files). If a company wants to do the work themselves… well now they don’t have too.

        GPL promoters typically value software freedom, and may believe it’s generally bad for society when software is proprietary. I don’t know what coreutlis does but I doubt there’s a thoughtful reason to choose MIT license for a clone.

    • lol@discuss.tchncs.de
      link
      fedilink
      arrow-up
      5
      arrow-down
      16
      ·
      edit-2
      14 hours ago

      for me persona problem of this replacement is only license switching from strong copy left to permissive

      Why does it matter to you? If the developers are fine with the license and how the code they write can be used under it, that’s their prerogative. You don’t lose anything if some company also uses those programs.

      I don’t know who exactly staying behind rust coreutils but devs just ignore all request about GPL

      What are you expecting them to say? “That’s the license we chose for this thing we’re allowing you to use for free. Use it or don’t, we don’t care”? They have no obligation to justify themselves to you.

      will not support MIT licence as for main tools for importan core of system

      What do you mean by support? Would be be donating money to the developers if the license was different? The developers don’t get anything from you using their code.

      • Axum@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        15
        ·
        edit-2
        8 hours ago

        I understand the sentiment.

        The move to a permissive license opens the door for these tools to possibly become closed source one day.

      • Obin@feddit.org
        link
        fedilink
        arrow-up
        4
        ·
        11 hours ago

        Why does it matter to you? If the developers are fine with the license and how the code they write can be used under it, that’s their prerogative.

        That’s a bit short-sighted. On the level of the individual project you are right, it’s the dev’s choice. And I think permissive licenses also have a place with security critical software like crypto libraries, where everyone benefits from secure libraries being used as much as possible, even in proprietary software.

        But on an ecosystem level, this trend to permissive licensing is very worrying, because if it reaches a critical mass, it opens us up to EEE scenarios. Android is already bad enough, only made bearable by Google having to release much of the source code. Imagine what it would be like today if Google had succeeded with their Fuchsia efforts. So we should at least be wary and give a little pushback to this trend. It’s valid to question if everything under the sun has to be rewritten and if it does, why does it have to be permissive licensing? What’s the end goal?