]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
meson: use SPDX expression for license 4409/head
authorBenjamin Gilbert <bgilbert@backtick.net>
Sun, 15 Jun 2025 02:47:54 +0000 (19:47 -0700)
committerBenjamin Gilbert <bgilbert@backtick.net>
Sun, 15 Jun 2025 02:48:40 +0000 (19:48 -0700)
This is the format recommended by Meson documentation.

build/meson/meson.build

index 5c35478d5467ad45ec3771f30c82722ce8df32da..bae4d250112f8e22d0d359c7f78d34bf785dff78 100644 (file)
@@ -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.