If you want to give anyone permission to use your code for any purpose, use the MIT License instead of the Eclipse Public License (EPL). The EPL has restrictions that make sense for Clojure Core but not for most libraries.
Read in full here:
This thread was posted by one of our members via one of our news source trackers.
2 Likes
I actually quite prefer the modern Apache licenses over MIT for such a ‘basic default’ license, it has the overall similar ‘abilities’ as MIT, but also a few more safety things for the authors and users without constraining use.
2 Likes
MIT is the most permissive. It could have problem for having derivative works to become closed source. Apache 2.0 should prevent this.
2 Likes