meson: use SPDX license string

This commit is contained in:
Tristan Partin
2023-07-28 13:07:47 -05:00
parent afe71d7562
commit 70830bd019

View File

@ -1,5 +1,5 @@
project('sysprof', ['c', 'cpp'],
license: ['GPL3+', 'GPL2+'],
license: 'GPL-3.0-or-later OR GPL-2.0-or-later',
version: '45.alpha',
meson_version: '>=0.59.0',
default_options: [ 'c_std=gnu17',