A [vcpkg manifest][0] file can specify an expression compatible with SPDX for its license value. A couple quick examples of what it can look like below:
LGPL-2.1-only AND BSD-2-Clause
GPL-2.0-or-later WITH Bison-exception-2.2
Our engine itself is BSD-2-Clause, but we are also potentially subject to clauses stated in the other licenses stated there-in.
[0]^: https://learn.microsoft.com/en-us/vcpkg/reference/vcpkg-json#license
[1]^: https://spdx.org/licenses/
A [vcpkg manifest][0] file can specify an expression compatible with SPDX for its
licensevalue. A couple quick examples of what it can look like below:LGPL-2.1-only AND BSD-2-ClauseGPL-2.0-or-later WITH Bison-exception-2.2Our engine itself is BSD-2-Clause, but we are also potentially subject to clauses stated in the other licenses stated there-in.
[0]^: https://learn.microsoft.com/en-us/vcpkg/reference/vcpkg-json#license
[1]^: https://spdx.org/licenses/