haproxytech/haproxy-lua-oauth

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.

Good catch. It should be Apache v2. I will change update the Lua file.

Fixed in commit b220099

xens commented

Awesome thanks !