From: Benjamin Gilbert Date: Sun, 15 Jun 2025 02:47:54 +0000 (-0700) Subject: meson: use SPDX expression for license X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4409%2Fhead;p=thirdparty%2Fzstd.git meson: use SPDX expression for license This is the format recommended by Meson documentation. --- diff --git a/build/meson/meson.build b/build/meson/meson.build index 5c35478d5..bae4d2501 100644 --- a/build/meson/meson.build +++ b/build/meson/meson.build @@ -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.