• Dagamant@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    24 hours ago

    I feel like this repo is bait. The license is bad and violates the TOS but if they can convince a judge that it’s legally binding then they already have over a hundred targets who have forked it. They really messed up by including the shoutcast source and some Dolby code, although the Dolby stuff is questionable.

    • JohnEdwa@sopuli.xyz
      link
      fedilink
      arrow-up
      14
      ·
      edit-2
      20 hours ago

      If you set your pages and repositories to be viewed publicly, you grant each User of GitHub a nonexclusive, worldwide license to use, display, and perform Your Content through the GitHub Service and to reproduce Your Content solely on GitHub as permitted through GitHub’s functionality (for example, through forking). You may grant further rights if you adopt a license. If you are uploading Content you did not create or own, you are responsible for ensuring that the Content you upload is licensed under terms that grant these permissions to other GitHub Users. -https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#5-license-grant-to-other-users

      License can’t really revoke that.

      • JustEnoughDucks@feddit.nl
        link
        fedilink
        arrow-up
        2
        ·
        10 hours ago

        True, but the same judge who would say that this means Github’s AI tools can harvest and regurgitate code that you upload as its own would have a good chance of ruling that the Winamp BS license is valid and the forkers have to fork over money.

        But there is the fact that the company is based in Brussels and their license apparently breaks Belgian law 😂

  • pmk@lemmy.sdf.org
    link
    fedilink
    arrow-up
    4
    ·
    24 hours ago

    gnuplot surprisingly also has a strange license, containing “Permission to modify the software is granted, but not the right to distribute the complete modified source code.”

    • Baleine@jlai.lu
      link
      fedilink
      arrow-up
      1
      ·
      10 hours ago

      You left out the end: "Modifications are to

      • be distributed as patches to the released version. Permission to
      • distribute binaries produced by compiling modified sources is granted,
      • provided you"
  • sweng@programming.dev
    link
    fedilink
    arrow-up
    6
    arrow-down
    7
    ·
    24 hours ago

    I feel most people are fundamentally misunderstanding what forking means.

    Generally, forking means making a copy and modifying it.

    Github, however, seems to define “fork” as just making a copy.

    So, in fact there is no “TOS violation”. The license forbids making a copy and modifying it, while github requires that you allow making copies. There is no conflict between the two.

    Even if it were, just having a license that contradicts the github TOS is not a TOS violation (unless that is separately mentioned somewhere).

    • BrikoX@lemmy.zip
      link
      fedilink
      English
      arrow-up
      10
      arrow-down
      1
      ·
      23 hours ago

      You have to make a fork aka copy and modify to contribute via pull requests. The license is fundamentally broken.

      • sweng@programming.dev
        link
        fedilink
        arrow-up
        2
        arrow-down
        3
        ·
        23 hours ago

        Yes, but that has nothing to do with Github TOS. It does not require you to accept or even allow pull requests.

        • chebra@mstdn.io
          link
          fedilink
          arrow-up
          5
          arrow-down
          2
          ·
          23 hours ago

          @sweng @BrikoX No, the TOS “just” says that by making the repo public you are granting all github users the right to fork it. So that right has already been granted.

          • sweng@programming.dev
            link
            fedilink
            arrow-up
            4
            ·
            22 hours ago

            The TOS actually does not say you are granting users permissions to fork in the usually understood sense. The TOS gives you permission to copy, which Github calls “forking” even though it isn’t.

            • chebra@mstdn.io
              link
              fedilink
              arrow-up
              5
              arrow-down
              1
              ·
              22 hours ago

              @sweng

              > you agree to allow others to view and “fork” your repositories

              How did you come to the conclusion that this does not grant the permissions to fork? It’s literally in the sentence. Where else did you find the definition of “forking”, if not here? This is what Github defines in the TOS, this is the label on the button in github UI, so clearly this is also what winamp means when they forbid “forking” and that means it’s against the TOS. There is no other “forking”.

              • sweng@programming.dev
                link
                fedilink
                arrow-up
                3
                ·
                edit-2
                22 hours ago

                I got it from the TOS:

                By setting your repositories to be viewed publicly, you agree to allow others to view and “fork” your repositories (this means that others may make their own copies of Content from your repositories in repositories they control).

                They explicitly define it as making copies. There is no mention of being allowed to modify said copy. Also note the quotes around “fork”, since it differs from the usual definition.

                E.g. wikpedia (https://en.m.wikipedia.org/wiki/Fork_(software_development) defines it thusly:

                In software engineering, a project fork happens when developers take a copy of source code from one software package and start independent development on it, creating a distinct and separate piece of software.

                (Emphasis mine)

                • chebra@mstdn.io
                  link
                  fedilink
                  arrow-up
                  1
                  arrow-down
                  2
                  ·
                  22 hours ago

                  @sweng But what else would “forking” mean? As you said “in the usual sense”. This is the usual sense - making a copy of the repo on github = forking.

        • BrikoX@lemmy.zip
          link
          fedilink
          English
          arrow-up
          2
          ·
          23 hours ago

          I’m not sure if it’s spelled out in the ToS, but there is no way to prevent pull requests on public repos, it’s a functional requirement.

          • chebra@mstdn.io
            link
            fedilink
            arrow-up
            4
            arrow-down
            2
            ·
            23 hours ago

            @BrikoX @sweng

            It’s in the linked issue, spelled out alright:

            > By setting your repositories to be viewed publicly, you agree to allow others to view and “fork” your repositories (this means that others may make their own copies of Content from your repositories in repositories they control).