Skip to content

Commit 5491c4b

Browse files
iwamatsupcmoore
authored andcommitted
build: 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 <[email protected]> Acked-by: Tom Hromatka <[email protected]> [PM: tweaked subj, line wrapping in description] Signed-off-by: Paul Moore <[email protected]>
1 parent c375ae5 commit 5491c4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libseccomp.pc.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ URL: https://github.com/seccomp/libseccomp
3030
Version: @PACKAGE_VERSION@
3131
Cflags: -I${includedir}
3232
Libs: -L${libdir} -lseccomp
33+
License: LGPL-2.1-only

0 commit comments

Comments
 (0)