meson: Use correct SPDX identifier

This commit is contained in:
Rafał Dzięgiel
2021-08-28 08:28:40 +02:00
parent d2a03d40a3
commit 9a8655b0a2

View File

@@ -1,7 +1,7 @@
project('com.github.rafostar.Clapper', 'c', 'cpp', project('com.github.rafostar.Clapper', 'c', 'cpp',
version: '0.3.0', version: '0.3.0',
meson_version: '>= 0.50.0', meson_version: '>= 0.50.0',
license: 'GPL3', license: 'GPL-3.0-or-later',
default_options: [ default_options: [
'warning_level=1', 'warning_level=1',
'buildtype=debugoptimized' 'buildtype=debugoptimized'