LICENSE: http_ext: fix GPL license version
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 28 Feb 2024 10:25:31 +0000 (11:25 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Wed, 28 Feb 2024 14:13:35 +0000 (15:13 +0100)
commit60edfabc7b0fede810ed5fe414fff95f7d6b0944
tree5a0583e7363426bc4b9fd1e339537f900d7a2102
parente9261fff2925aa3f489d82e6fae73d57cfbcdbc4
LICENSE: http_ext: fix GPL license version

This is a followup of the previous commit: GH user @songliumeng initially
reported an issue with the GPL license version for event_hdl source file
which was fixed by the previous commit. It turns out the same mistake was
made in http_ext source file: due to a mixup between LGPL and GPL, GPL
version '2.1' was referenced instead of '2'.

Again, clarify that this is indeed GPL by making use of the banner
provided in doc/gpl.txt

This should be backported in 2.8 with b2bb925 ("MINOR: proxy/http_ext:
introduce proxy forwarded option")
src/http_ext.c