forked from ariadne/pkgconf
pkg: add SPDX license assertion to pkgconf builtin
parent
1389aa05ba
commit
0e05308f9c
|
@ -965,6 +965,7 @@ static pkgconf_pkg_t pkgconf_virtual = {
|
|||
.description = "virtual package defining pkgconf API version supported",
|
||||
.url = PACKAGE_BUGREPORT,
|
||||
.version = PACKAGE_VERSION,
|
||||
.license = "ISC",
|
||||
.flags = PKGCONF_PKG_PROPF_STATIC,
|
||||
.vars = {
|
||||
.head = &(pkgconf_node_t){
|
||||
|
|
Loading…
Reference in New Issue