From ce4eeaddeebf0c566df4f25fe01be35f980c4332 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Wed, 30 Apr 2025 17:36:05 +0900 Subject: [PATCH] Add License variable to pkg-config file The pkg-config file has License variable that allows you to set the license for the software. This sets 'LGPL-2.1-only' as defined in SPDX to License. Ref: https://github.com/pkgconf/pkgconf/blob/master/man/pc.5#L116 Signed-off-by: Nobuhiro Iwamatsu --- libseccomp.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libseccomp.pc.in b/libseccomp.pc.in index c9b4d43f..51d798db 100644 --- a/libseccomp.pc.in +++ b/libseccomp.pc.in @@ -30,3 +30,4 @@ URL: https://github.com/seccomp/libseccomp Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lseccomp +License: LGPL-2.1-only