mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
BUG/MINOR: limits: fix license type in limits.h
Need to use LGPL-2.1-or-later in headers since our hedaers default to LGPL.
This commit is contained in:
parent
3be58fc720
commit
9302869c95
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Handlers for process resources limits.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later.
|
||||
* SPDX-License-Identifier: LGPL-2.1-or-later.
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue