mirror of
https://github.com/tukaani-project/xz.git
synced 2026-01-26 16:09:30 +00:00
The "License" property is a pkgconf extension. See pc(5). pkg-config 0.29.2 (2017) ignores unrecognized properties so this commit shouldn't create compatibility issues. pkgconf provides bomtool which uses the "License" property to generate a software bill of materials. In pkgconf.git there is spdxtool for the same task but with different output format. The pkgconf extensions "Copyright" and "Maintainer" would also be used by bomtool and spdxtool, but I don't want to add those properties at least for now. Co-authored-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Closes: https://github.com/tukaani-project/xz/pull/178