ykdojo / editdojo

(I'm no longer working on this - currently working on https://github.com/ykdojo/defaang)
https://www.csdojo.io/edit
MIT License
333 stars 98 forks source link

Figure out what license we should use for this project #3

Closed ykdojo closed 5 years ago

ykdojo commented 5 years ago

This is my first open source project, so I don't know. MIT? Apache? Or something else?

salehciq commented 5 years ago

I like the MIT license, as far as I know, it's the most open one, but I haven't done much research on the subject. There's this resource to compare licenses.

vvyomjjain commented 5 years ago

If we want a simple and open licensing scenario then MIT is good. Otherwise, you can go with apache.

ulissesferreira commented 5 years ago

Get some legal advice on this. Because you want to be permissive but at the same time you gotta ask yourself if it's ok for someone to take your source and profit off of it. If you don't mind so go for the MIT one.

ykdojo commented 5 years ago

Okay, I landed on the MIT license for this. Perhaps I should get more legal advice on this at some point. Meanwhile, I think MIT's good for this project.

Some reference materials: https://opensource.guide/legal/#which-open-source-license-is-appropriate-for-my-project https://opensource.org/licenses/MIT https://simple.wikipedia.org/wiki/MIT_License https://softwareengineering.stackexchange.com/questions/178486/what-exactly-does-the-condition-in-the-mit-license-imply/178493#178493