Remix.run Logo
mixologic 4 hours ago

Take a look at the original json.org license and all the problems that the "not for evil" clause they added to it had caused.

Ultimately though, if you put a non free license on your libraries, somebody will cry foul, fork it, and evil will still happen.

dontdoxxme 4 hours ago | parent | next [-]

Some background in https://gist.github.com/kemitchell/fdc179d60dc88f0c9b76e5d38...

Basically you end up with something not legally enforceable. And will someone actually doing evil care about your license?

PunchyHamster 4 hours ago | parent [-]

They would if they could get sued. But it's unlikely, so they won't.

Best cure is to use GPL, any evil company would not be able to handle *having* to give back anything to project they used /s

pabs3 4 hours ago | parent [-]

GPL mandates giving forward to users, not giving back to the project. It is also commonly violated.

TheCraiggers 4 hours ago | parent | prev [-]

Well then you just use some copyleft language to ensure the same license (or something you deem compatible) is used.

Just because you can fork something doesn't always mean you're able to just change the license.