• lol@discuss.tchncs.de
    link
    fedilink
    arrow-up
    6
    arrow-down
    20
    ·
    edit-2
    2 days 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
      18
      ·
      edit-2
      2 days ago

      I understand the sentiment.

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

      • lol@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        arrow-down
        2
        ·
        edit-2
        11 hours ago

        Why is that a problem if the developers are apparently fine with it?

        Everyone can still use the open source version/fork. It could only become a problem if distributions for some reason decided to use that closed source version, which doesn’t make any sense.

        I fail to see a worst case scenario here beyond companies being able to profit from the software as well.

      • custard_swollower@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        You know that you can change license of software that you own copyright to? You can take GPL code and change it to something else, but you can’t un-GPL existing released code. It’s the same thing with MIT.

        The only people bound by the license are people who use it because it is licensed to them.

        The difference is that organisation may develop MIT software without publishing their code.

    • Obin@feddit.org
      link
      fedilink
      arrow-up
      6
      ·
      2 days 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?