From 9a8655b0a282a76a5e1fdb1bfd65814596b93dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Sat, 28 Aug 2021 08:28:40 +0200 Subject: [PATCH] meson: Use correct SPDX identifier --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index babb56ac..5e706f90 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('com.github.rafostar.Clapper', 'c', 'cpp', version: '0.3.0', meson_version: '>= 0.50.0', - license: 'GPL3', + license: 'GPL-3.0-or-later', default_options: [ 'warning_level=1', 'buildtype=debugoptimized'