Skip to content

Commit ce4eead

Browse files
committed
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]>
1 parent c375ae5 commit ce4eead

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)