Skip to content

Commit 2d224dc

Browse files
iwamatsuCyan4973
authored andcommitted
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 '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 <[email protected]>
1 parent e26dde3 commit 2d224dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/libzstd.pc.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Version: @VERSION@
1414
Libs: -L${libdir} -lzstd @LIBS_MT@
1515
Libs.private: @LIBS_PRIVATE@
1616
Cflags: -I${includedir} @LIBS_MT@
17+
License: BSD-3-Clause OR GPL-2.0-only

0 commit comments

Comments
 (0)