• haui
    link
    fedilink
    93 months ago

    I fully agree. It should be mandated either by law or at least by license.

    • @[email protected]
      link
      fedilink
      English
      53 months ago

      It sort of is by license. Not directly but if you’re using one of the more restrictive licenses like GPL 3, it often doesn’t pass legal review due to many of the copy left provisions.

      Most companies simply find a similar library that has a more permissive license. A handful will contact the dev and buy a license.

      As much as the MIT license has made code more accessible, its permissiveness is the main reason I don’t use it for my own software, unless I really don’t care for it.

      • haui
        link
        fedilink
        1
        edit-2
        3 months ago

        Thanks for mentioning this. It was really helpful.

        Can you see why I want a more bespoke license which still allows for distribution, change and all that but also asks for you to donate part of your revenue (if you make any, that is) to foss projects?

        Because that would streamline the process and would probably find a lot of adopters which would lead to it getting accepted. Probably even more than agpl because you can still make stuff closed source (if we leave the „need to use same license“ out) but you need to pay anyway.

        I‘m getting a lot of hate for this btw. People are really unhappy with this idea because for some reason „free“ for them means free beer it seems.

        Edit: someone mentioned percentage of employees wages who work on foss projects be factored in which I think is great

        • @[email protected]
          link
          fedilink
          English
          33 months ago

          I don’t think we need more licenses. OSS license proliferation is bad as it is. IMO, people should do their best to stick with the major licenses: GPL, AGPL, MIT, or Creative Commons if it doesn’t fit the above.

          The problem with a tax that you’ve proposed is that it would be nearly impossible to enforce. How would you know which companies are pulling your library?

          What I’ve been doing is adding the Commons Clause to my license and that I think helps. I don’t write wildly popular software so I don’t really see people donating or asking to purchase a license.

          I personally like the Mozilla model where they donate to various open source projects from a common fund. I’d like to see more stuff like that.

          • haui
            link
            fedilink
            03 months ago

            Yeah, the mozilla model seems quite interesting.

            After tons of troll messages I‘m now at the point where I will just make everything agpl so nobody can use my stuff if its not the same license and be done with it. I will also make every software I fork agpl if possible which will be a fest.