LICENSE: event_hdl: fix GPL license version
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 28 Feb 2024 10:22:49 +0000 (11:22 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Wed, 28 Feb 2024 14:13:27 +0000 (15:13 +0100)
commite9261fff2925aa3f489d82e6fae73d57cfbcdbc4
tree313f88a9a96bf62f25065bc951937901c5d6d443
parentbb7af8b2f169647286cfefe516c07d6d3a1fe156
LICENSE: event_hdl: fix GPL license version

As spotted by user @songliumeng in GH #2463, there was a mixup between
LGPL and GPL in event_hdl source file: GPL version '2.1' was referenced
instead of '2'. 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 68e692d ("MINOR: event_hdl: add
event handler base api")
src/event_hdl.c