From 219aaf173c59569f7628fd0af523394283d2455e Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 26 Aug 2024 22:30:14 +0100 Subject: [PATCH] Correct Meson licence information --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1aac8f7..ebd3128 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( meson_version : '>=1.3', default_options : 'default_library=both', version : '0.1.5', - license : 'BSD-3-Clause OR LGPL-2.1-or-later', + license : 'BSD-2-Clause OR LGPL-2.1-or-later', license_files : ['LICENSE-BSD.txt', 'LICENSE-LGPL.txt'], )