haproxytech / haproxy-lua-http

Simple Lua HTTP helper && client for use with HAProxy.
Apache License 2.0
56 stars 23 forks source link

http.lua still mentions GNU GPL instead of Apache #3

Closed TimWolla closed 4 years ago

TimWolla commented 4 years ago

https://github.com/haproxytech/haproxy-lua-http/blob/c82bf08ef41e1fbe4af7fd3b119510d3fcd144a6/http.lua#L14-L16 should be replaced with:

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

The “All Rights Reserved” within line 19 might also be misleading: https://github.com/haproxytech/haproxy-lua-http/blob/c82bf08ef41e1fbe4af7fd3b119510d3fcd144a6/http.lua#L19

anezirovic commented 4 years ago

Fixed in the latest commit, thanks!