From: notthewave <74874782+notthewave@users.noreply.github.com> Date: Wed, 1 Sep 2021 10:03:12 +0000 (+0200) Subject: Specify GPL-2.0-only X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=8c2542d7a39aa0afb25f4661a02318967e164de1;p=proto%2Flabwc.git Specify GPL-2.0-only --- 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',