• Supermariofan67
      link
      fedilink
      arrow-up
      52
      ·
      5 days ago

      Winamp published their code as “open source”. Problem is…

      1. It wasn’t open source, it was proprietary but you can see the source code.
      2. Their custom license didn’t even allow forks, which is against GitHub TOS
      3. The codebase apparently contains proprietary code from third parties that they don’t have the right to relicense.
      4. The codebase apparently contains GPL code from third parties that they probably didn’t have the right to make proprietary in the first place
      • superglue@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 days ago

        On top of that, when told about the proprietary code, they deleted it from the repository thinking that was just the end if it. So they didn’t have any idea how git works either.

      • theshatterstone54@feddit.uk
        link
        fedilink
        arrow-up
        3
        ·
        4 days ago

        Wait, there’s GPL code there as well???

        I’d heard of all the others but this ome kinda snuck under the radar with all the larger issues at play here

        • Supermariofan67
          link
          fedilink
          arrow-up
          3
          ·
          3 days ago

          The article on theregister stated

          Also inside the uploaded source code was some GPL 2 source code, which renders the not-very-open WCL moot.

    • TranquilTurbulence@lemmy.zip
      link
      fedilink
      arrow-up
      10
      ·
      5 days ago

      Winamp source code was published on github, but the license said you can’t fork or share the code. Such a license isn’t compatible with github, which is all about forking and sharing.