I’m uncertain if the GPLv3 [1], or something from Creative Commons [3], like the CC-BY-SA [2] license, would be appropriate for open source hardware. I’ve come across the CERN-OHL-S [4], which appears interesting, but I’ve never encountered it in the wild, so I’m wary of it’s apparent obscurity.

References
  1. Type: Webpage. Title: “GNU General Public License”. Publisher: “GNU Operating System”. Accessed: 2025-09-04T21:29Z. URI: https://www.gnu.org/licenses/gpl-3.0.en.html.
  2. Type: Webpage. Title: “Attribution-ShareAlike 4.0 International”. Publisher: “Creative Commons”. Accessed: 2025-09-04T21:30Z. URI: https://creativecommons.org/licenses/by-sa/4.0/deed.en.
  3. Type: Webpage. Title: “About CC Licenses”. Publisher: “Creative Commons”. Accessed: 2025-04-09T21:31Z. URI: https://creativecommons.org/share-your-work/cclicenses/.
  4. Type: Text. Title: “CERN Open Hardware Licence Version 2 - Strongly Reciprocal”. Publisher: “CERN”. Accessed: 2025-04-09T21:33Z. URI: https://gitlab.com/ohwr/project/cernohl/-/wikis/uploads/819d71bea3458f71fba6cf4fb0f2de6b/cern_ohl_s_v2.txt.
  • Blue_Morpho@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    5 days ago

    It’s open for anyone who wants to play fair, but prevents large corporations from profiting off of your work.

    It was just explained to me by many on Lemmy that not just GPL but the actual definition of Open Source requires that you allow large corporations to profit off your work.

    I was extremely surprised to find that out. For decades I thought only the BSD license allowed corporations to profit from your work. It turns out that you can’t even technically call your product Open Source if you don’t allow corporations to exploit your work.

    I thought it was crazy but I was dogpiled with links showing I was wrong.

    • vala@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      3 days ago

      You may find a better answer in the distinction between “profit” and “exploit”.

      Does GPL allow a corporation to profit off your work? Yes it does.

      Does it allow them to exploit your work? In my opinion, no.

      Compared to something like MIT which in my opinion lets them both profit and exploit you.

      Disclaimer: I’m not a lawyer by any means, just a GPL advocate.

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

        Imo profit without compensation is exploitation. If you are paid a salary and the owner sells your burger for more, that’s profit. If you make a burger and the owner sells it for profit without paying you anything, that’s exploitation.

        As I just found out, as bizarre as it seems, the definition of OpenSource requires that your work can be exploited by large corporations.

        The Lemmy users in the thread were angry with a developer because he didn’t want his program exploited by Google/Microsoft/whomever.

    • lilith267@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      5
      ·
      5 days ago

      Where are you hearing this?? The FSF has an entire licence dedicated to limiting commercial use of your software (the a-gpl), gpl-3 is also much more limiting which us why linus doesnt use it for the kernal, but few would call gpl-3 not open source. Open source means people can modify and redistribute your code, theres nothing preventing you from saying “This code is free (as in beer and freedom). Keep it that way)”

      • pReya@discuss.tchncs.de
        link
        fedilink
        arrow-up
        7
        ·
        5 days ago

        The reason for the creation of AGPL is not “limiting” commercial use. It’s there, so that a company commercially using your AGPL project is also required to publish its changes under AGPL, even if the only way they “distribute” the software is as a Application Service Procider (SaaS company). Because under regular GPL, this case wasn’t covered, so big companies could use your code, modify it, offer it as a SaaS product and NOT publish their changes unter a free license.

        AGPL specifically exists, so the rules around commercial SaaS use are clear – so I’d argue it’s the opposite of “limiting commercial use”.

        See: https://yairudi.com/understanding-asp-loophole/

        • lilith267@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          1
          ·
          5 days ago

          Sorry yea bad wording on my part, I was intending “limiting” to refer to stopping companys from profiting off of your work without limits (controbuting back to the comminity)

      • Blue_Morpho@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        4 days ago

        It was in this thread here:

        https://lemmy.dbzer0.com/comment/21153303

        A company was calling their product Open Source because they published the source code and allowed anyone to modify it. But they didn’t want Google taking their work for free. Lemmy users called them scammers/open source washers because they didn’t want their work exploited by large corporations.

        I still find it weird that Open Source defenders are adamant that you must allow large corporations to exploit your work or you are a fraud. I had no idea.

    • Scrubbles@poptalk.scrubbles.tech
      link
      fedilink
      English
      arrow-up
      5
      ·
      5 days ago

      Personally I don’t subscribe to that. I’m sure Linus and Torvalds disagree, but I don’t care. I remember reading about the corejs developer begging people to donate because he couldn’t afford food, meanwhile react, angular, and thus every major company depended on it. Story happens too often. I wish we could be completely open, but it just gets exploited

    • communism@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      5 days ago

      That’s part of what FOSS people mean by free/libre. The user (which may be a company) is not restricted in what they do with the software and source code. If it’s copyleft, then the only restriction is share-alike/that it remains libre and open. So that includes the right to make a profit.

      There are non-FOSS licences you can use if you only want non-commercial use, or want to apply various restrictions whilst still keeping things foss-like (in the sense that most people can e.g. fork it and generally do what they want with it, but in some scenarios/to some users it will not be foss), but they aren’t considered FOSS.