]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Specify GPL-2.0-only
authornotthewave <74874782+notthewave@users.noreply.github.com>
Wed, 1 Sep 2021 10:03:12 +0000 (12:03 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 1 Sep 2021 12:04:31 +0000 (13:04 +0100)
meson.build

index 43f18b2164d6c10d6102913bcc29cf5fc9fda53b..b15ab8324c35c0e20178d34a20d20022555be6b5 100644 (file)
@@ -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',