License?
evnu opened this issue · 2 comments
I cannot find information on this project's license. Could you maybe add a LICENSE file? I guess the license would be the same as for esqlite (Apache 2.0)?
The mix.exs files specifies that this project is licensed under the MIT license (see https://github.com/mmmries/sqlitex/blob/2380496f80dd5648900db66c13b6b868462345f2/mix.exs#L48).
I'm not very familiar with licensing issues, so please let me know if it is wrong to license this as MIT when the upstream library is Apache 2.0.
Sorry, I did not realize that the mix file already mentions the license. I am kind of used to finding a LICENSE file in a repository and I missed to check mix.exs.
I don't think that the project needs to have the same license as the upstream project (at least as it is not a fork), so I think there is no issue here.
Thank you for responding so fast!