From 8c2542d7a39aa0afb25f4661a02318967e164de1 Mon Sep 17 00:00:00 2001 From: notthewave <74874782+notthewave@users.noreply.github.com> Date: Wed, 1 Sep 2021 12:03:12 +0200 Subject: [PATCH] Specify GPL-2.0-only --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 43f18b21..b15ab832 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'labwc', 'c', version: '0.3.0', - license: 'GPL-2', + license: 'GPL-2.0-only', default_options: [ 'c_std=c11', 'warning_level=2', -- 2.52.0