mirror of
https://github.com/facebook/zstd.git
synced 2025-10-04 00:02:33 -04:00
meson: use SPDX expression for license
This is the format recommended by Meson documentation.
This commit is contained in:
parent
5e6bdf5e3d
commit
57bd0eb6a7
@ -10,7 +10,7 @@
|
||||
|
||||
project('zstd',
|
||||
['c', 'cpp'],
|
||||
license: ['BSD', 'GPLv2'],
|
||||
license: 'BSD-3-Clause OR GPL-2.0-only',
|
||||
default_options : [
|
||||
# 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user