I was curious what the Linux people think about Microsoft and any bad practices that most people should know about already?

  • BaumGeist@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    17 days ago

    I couldn’t find any primary source on OpenSSH’s licenses, but wikipedia says “BSD, ISC, Public Domain.”

    Both BSD and ISC explicitly grant permissions to modify the software (and redistribute the modified software), and Public Domain means no rights reserved whatsoever, so the mailing list user’s points aren’t relevant to any of the Four Freedoms (aka the Sacred Texts).

    Without access to the source email: it looks like it’s a debate about using copyleft licensing instead of BSD/ISC, which is sometimes considered the Fifth Freedom. If you want an argument about that, I’m happy to do so (later), but it isn’t a valid reason for saying some piece of software fails to meet the definition of Free Software.

    • scratchandgame@lemmy.ml
      link
      fedilink
      Tiếng Việt
      arrow-up
      1
      ·
      17 days ago

      (A)GPL restrict the modification of the software. I’m sharing an example how that restriction works.

        • scratchandgame@lemmy.ml
          link
          fedilink
          Tiếng Việt
          arrow-up
          2
          ·
          16 days ago

          It requires any modifications to be under GPL.

          And it also requires anything that incorporate GPL codes also be under GPL.

          And the code must be published to the copyright holder as far as I know.

          How it harms the end user are described.

          • BaumGeist@lemmy.ml
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            16 days ago

            While I’m not gonna argue the merits of GPL—it is technically restricting modification, even if there is no practical difference for those only interested in adding/removing functionality—I disagree with the assessment that using the GPL causes harm to the users.

            The reasoning seems to be that a 3rd party’s refusal to use the software because of the license, and suvsequent use of a shittier product is somehow the (hypothetical GPL-using) OpenSSH dev’s fault.

            The problem is that accepting the premise that the devs are responsible for what people who choose to not use their software do entails that they are then responsible for everyone who uses any type of software tangentially related to OpenSSH’s functionality. It also means that it’s their fault for whatever consequences of using the licenses they currently do, which inevitably drive some people away for various reasons. It also means any potential license (or even lack thereof) is open to the same criticism.