Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • 1
    Re your last paragraph: you cannot patent algorithms in many parts of the world (e.g. Europe), and copyright doesn't protect the algorithm but only the actual code as written, so it only avoid people copy&pasting your code not people actually reimplementing the algorithm with different code. Commented May 24, 2016 at 14:59
  • 6
    One famous is Douglas Crockford's JSON license: json.org/license.html "The Software shall be used for Good, not Evil". Commented May 24, 2016 at 15:17
  • 8
    "Then this algorithm is used to build trucks that drive on their own. Still ethical." - Actually...if the self-driving trucks force human truck drivers out of work and into poverty as a side-effect, there's a case to be made that creating self-driving trucks is not ethical. So yes, it's an incredibly vague standard. Commented May 25, 2016 at 2:44
  • It's frustrating that JSLint is constantly held up as why ethical licenses are bad. It's like if someone wrote a law that said "don't be a criminal" and everyone was like "See, you cant use laws to stop criminal behaviour because you can't define criminal". You can, but only if you try ;-) Counterintuitively though, JSLint actually provides some strong evidence that such a license could work. Even though most people speculated that it was unenforcable, IBM still explicitly sought permission to use the software for evil before using it - the fear of possible enforcement was enough. Commented Aug 10, 2018 at 8:43
  • @ChristopherJ What does your comment have to do with my answer? I didn't mention JSLint at all. Commented Aug 10, 2018 at 17:20