mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
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 <iwamatsu@nigauri.org>
This commit is contained in:
parent
e26dde3dcf
commit
2d224dc745
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue