diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2022-02-03 09:21:04 -0800 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-02-03 12:45:40 -0500 |
commit | 5ad9e7783854de9844572c00b0d5829ecc4cbb0a (patch) | |
tree | d05e43af9acb5d9e3d221dee50affad98a6ebaab /mesonbuild/mesonlib | |
parent | 2e2ca5a877ce8569e9daf78c3a5b32a423531d97 (diff) | |
download | meson-5ad9e7783854de9844572c00b0d5829ecc4cbb0a.zip meson-5ad9e7783854de9844572c00b0d5829ecc4cbb0a.tar.gz meson-5ad9e7783854de9844572c00b0d5829ecc4cbb0a.tar.bz2 |
docs: strongly recommend the use of SPDX instead of array of license
The array of licenses is not clear, where and SPDX expression using AND
and OR is very clear, take for example this: `['Apache', 'GPLv2']`. What
does that mean? Any Apache license you like and GPLv2? Using a valid
SPDX license identifier however makes it extremely clear what is meant:
`'Apache-2.0 OR GPL-2.0-only'`. It is very clear that you mean, "this is
Apache 2.0, however, you can use as GPL-2.0 for the purpose of linking
it into your GPL-2.0 project".
Diffstat (limited to 'mesonbuild/mesonlib')
0 files changed, 0 insertions, 0 deletions