Merge pull request #4409 from bgilbert/meson-license

meson: use SPDX expression for license
This commit is contained in:
Yann Collet
2025-06-16 10:54:43 -07:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@
project('zstd', project('zstd',
['c', 'cpp'], ['c', 'cpp'],
license: ['BSD', 'GPLv2'], license: 'BSD-3-Clause OR GPL-2.0-only',
default_options : [ default_options : [
# There shouldn't be any need to force a C standard convention for zstd # There shouldn't be any need to force a C standard convention for zstd
# but in case one would want that anyway, this can be done here. # but in case one would want that anyway, this can be done here.