• 0^2
    link
    fedilink
    93 days ago

    GPLv3 to prevent commercial use without payment otherwise whatever.

    • @[email protected]
      link
      fedilink
      123 days ago

      AGPL is better to force companies. I used to be a “Whatever” MIT guy, but I’m fed up with leeches that don’t participate or contribute, and now all my projects are in the “Fuck you” AGPL license.

        • @[email protected]
          link
          fedilink
          6
          edit-2
          3 days ago

          It’s a mix of AI, the realization that some companies are leeches, and that the purpose of the GPL is to give freedom back to the users. It became important to me for some reason.

          I switched from “I don’t care if you use it” to “I don’t care if you can’t use it due to the license, because you abused the system and I’m fed up now.”

  • patrick
    link
    fedilink
    English
    63 days ago

    I chose FSL-MIT for my latest project that I plan to run as a service: https://fsl.software/

    It’s not technically OSS, but it is exactly what I want from a license. Users can do anything they want except make money off it themselves, but 2 years after release the software converts to MIT so you can make money off an old version of the software if you wanted. Basically I as the dev/maintainer get a 2 year lead on selling it as SaaS, and if you want to make money off of the latest versions we need to negotiate a different license agreement.

    I think it’s a good balance between being open source but also ensuring that development actually has a viable funding route.