From 31f25b155a0f999b94dc6319750d8642a09b840a Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 28 Jul 2023 17:42:44 -0700 Subject: [PATCH] build: fix meson project license --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ac03c744..cd0269d2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('sysprof', 'c', 'cpp', - license: 'GPL-3.0-or-later OR GPL-2.0-or-later', + license: 'GPL-3.0-or-later', version: '45.alpha', meson_version: '>=0.62.0', default_options: [ 'c_std=gnu17',