From 4d8b47e3afaafbd7c59434bfb60c59ebf51e81ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org> Date: Fri, 7 Feb 2025 16:51:26 +0100 Subject: [PATCH] meson-build: Use SPDX license expression See https://mesonbuild.com/Reference-manual_functions.html#project_license --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 65f5d9c..3237a5b 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'libxfce4util', 'c', version : '4.20.0-dev', - license : 'GPL-2', + license : 'GPL-2.0-or-later', meson_version : '>= 0.54.0', default_options : ['c_std=gnu11', 'buildtype=debugoptimized', 'warning_level=2'] ) -- GitLab