libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 2b2a8dff1d07a97c3ff6139c98829152cc064e03
parent 983aa85d5179cdc260db00149e82d1579b03ec2f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 28 Dec 2021 11:58:32 +0300

configure: clarified license message

Users tend to read "LGPLv2.1+ only" as "LGPLv2.1 only" because
"+" and "only" used together are confusing.

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -3468,7 +3468,7 @@ AC_MSG_NOTICE([GNU libmicrohttpd ${PACKAGE_VERSION} Configuration Summary: AS_IF([test "x$enable_https" = "xyes"], [AC_MSG_NOTICE([HTTPS subsystem configuration: - License : LGPLv2.1+ only + License : LGPL version 2.1 or any later version ])], [AC_MSG_NOTICE([ License : LGPLv2.1+ or eCos