licence inconsistency ?
xens opened this issue · 3 comments
xens commented
I saw that you switched the licence from GPLv2 to the Apache License 2.0 recently https://github.com/haproxytech/haproxy-lua-jwt/blob/master/LICENSE. But your code there https://github.com/haproxytech/haproxy-lua-jwt/blob/master/lib/jwtverify.lua still references GPLv2, so I'm wondering which one I should use for my work based on this repo not void one or the other.
NickMRamirez commented
Good catch. It should be Apache v2. I will change update the Lua file.
NickMRamirez commented
Fixed in commit b220099
xens commented
Awesome thanks !