build: fix meson project license

This commit is contained in:
Christian Hergert
2023-07-28 17:42:44 -07:00
parent 6082d5f277
commit 31f25b155a

View File

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