]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add License variable to pkg-config file
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 28 Apr 2025 09:03:33 +0000 (18:03 +0900)
committerYann Collet <Cyan4973@users.noreply.github.com>
Tue, 6 May 2025 19:16:28 +0000 (12:16 -0700)
The pkg-config file has License variable that allows you to set the license for
the software. This sets 'BSD-3-Clause OR GPL-2.0-only' to License.

Ref: https://github.com/pkgconf/pkgconf/blob/master/man/pc.5#L116
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
lib/libzstd.pc.in

index d7b6c8582201c545b4fc0bd9f6ede11bfd9e359e..2220a579733f6900aff9e0c680a988a634a1f5c3 100644 (file)
@@ -14,3 +14,4 @@ Version: @VERSION@
 Libs: -L${libdir} -lzstd @LIBS_MT@
 Libs.private: @LIBS_PRIVATE@
 Cflags: -I${includedir} @LIBS_MT@
+License: BSD-3-Clause OR GPL-2.0-only