GitCode, a git-hosting website operated Chongqing Open-Source Co-Creation Technology Co Ltd and with technical support from CSDN and Huawei Cloud.

It is being reported that many users’ repository are being cloned and re-hosted on GitCode without explicit authorization.

There is also a thread on Ycombinator (archived link)

  • Kayn@dormi.zone
    link
    fedilink
    English
    arrow-up
    31
    arrow-down
    2
    ·
    3 days ago

    I’m noticing this misconception in a lot of places.

    Just because something is on GitHub, doesn’t mean it’s open source.

    • maxinstuff@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      3
      ·
      3 days ago

      I get what your saying, in that open source projects normally have a licence that applies to how it’s used - but this has always been open to abuse.

      Nothing has ever stopped things like this happening - see how industry has taken advantage of open source for decades (often productising things as their own in the process).

      • Kayn@dormi.zone
        link
        fedilink
        English
        arrow-up
        9
        ·
        3 days ago

        The industry takes advantage of open source projects that have permissive licenses. This is an important distinction.

        If you didn’t release your code with a permissive license (or even with a license at all), you have rights that protect you and your code. The only issue is that copyright infringement can often be hard to prove if you didn’t plan ahead for it.

    • Maggoty@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      5
      ·
      3 days ago

      Obviously it functionally very much is. If you wanted to keep it closed source you’d host it on your own servers or even keep it offline.

      • Kayn@dormi.zone
        link
        fedilink
        English
        arrow-up
        5
        ·
        3 days ago

        No, this is not correct at all! You keep limiting yourself to the terms “open source” and “closed source”.

        Any code you create, you own by copyright. Even if it is public on GitHub, you’re still the lone copyright owner and no one is legally allowed to do with it what isn’t allowed by a license.

        Projects on GitHub without an open source license are only “functionally open source” to the same extent that pirated games are “functionally free”.

        • Maggoty@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          1
          ·
          3 days ago

          If you want to use piracy language then this is privateering. It would be piracy except for the fact that they’ve got the backing and protection of a major country.

        • hark@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          4
          ·
          3 days ago

          Copyright is an arbitrary concept. If a country decides to ignore it, then they can do what they want with a publicly-visible resource.

        • Maggoty@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          2
          ·
          3 days ago

          Oh I get the theoretical difference. I’m talking about functional difference. Good luck taking China to patent court.

              • JackbyDev@programming.dev
                link
                fedilink
                English
                arrow-up
                1
                ·
                3 days ago

                If someone infringes on a copyright that doesn’t mean the work isn’t copyrighted. You can’t just say things that are source available are open source. Even if someone is infringing on the rights holders they’re still only source available.

                  • JackbyDev@programming.dev
                    link
                    fedilink
                    English
                    arrow-up
                    1
                    ·
                    2 days ago

                    You’re being obtuse. I get the point you’re trying to make – you’ve been heard. I’m just saying those aren’t the terms you should be using to make it. Open source has a very distinct definition and it has to do with the licenses covering the code. It has nothing to do with whether different countries have differing laws. Code cannot be open source in one country and not open source in another because the definition has nothing to do with countries. In fact, that would specifically not be open source because it gives rights to some and not others.