-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License issue should be noticed when you copy code from lilien1010/lua-resty-maxminddb #25
Comments
If the license protocol is not followed, and this project is used in your company product or service , which will lead a legal issue. |
Sorry, English is not my native language, this is translated via google. I once searched the library about openresty+maxminddb from the Internet, including https://github.com/lilien1010/lua-resty-maxminddb that you open sourced, but it can’t meet my requirements (return only area information), and memory leak. The following is the part of the code I have copied from you (if any omissions, please point out), I am very sorry for the trouble caused by my infringement. lua-resty-maxminddb/lib/resty/maxminddb.lua Lines 3 to 10 in cb02183
lua-resty-maxminddb/lib/resty/maxminddb.lua Lines 23 to 113 in d98b71a
lua-resty-maxminddb/lib/resty/maxminddb.lua Lines 155 to 157 in d98b71a
lua-resty-maxminddb/lib/resty/maxminddb.lua Lines 312 to 327 in d98b71a
https://github.com/lilien1010/lua-resty-maxminddb/blob/master/resty/maxminddb.lua#L208 vs https://github.com/anjia0532/lua-resty-maxminddb/blob/master/lib/resty/maxminddb.lua#L349 https://github.com/lilien1010/lua-resty-maxminddb/blob/master/README.md#bug-reports vs https://github.com/anjia0532/lua-resty-maxminddb/blob/master/README.md#bug-reports Measures taken in this regard:
The following is the original Chinese
|
I am not being criticism your better library for openresty community, just want you know that obey of open source licence will help the community go far and safe. please reference https://github.com/apache/apisix/blob/master/LICENSE |
@anjia0532 great ! |
when I checked your source code, I see a better code style with more fretures, I really liked it.
but also I am very familiar with your project while some source code is I think copied from my project
https://github.com/lilien1010/lua-resty-maxminddb
which is already licensed with Apache LISENCE.Eg:
there is a comment like
https://www.maxmind.com/en/geoip2-databases you should download the mmdb file from maxmind
is exactly from my project lua-resty-maxminddbAccording to the former opensource LISENCE is already Apache lisenced, BSD lisence is not acceptable.
The text was updated successfully, but these errors were encountered: