From 70830bd01902b7d312ec7cb495e06e6929df18f6 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Fri, 28 Jul 2023 13:07:47 -0500 Subject: [PATCH] meson: use SPDX license string --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f41bc27c..df895ba8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('sysprof', ['c', 'cpp'], - license: ['GPL3+', 'GPL2+'], + license: 'GPL-3.0-or-later OR GPL-2.0-or-later', version: '45.alpha', meson_version: '>=0.59.0', default_options: [ 'c_std=gnu17',