fix a license definition

spdx prohibits + sign and requires full definition
This commit is contained in:
Alexander Epaneshnikov 2021-02-05 02:19:38 +03:00
commit 3714f98bbc
No known key found for this signature in database
GPG key ID: 1736C918F59A5673

View file

@ -1,6 +1,6 @@
project('espeakup', 'c',
version : '0.82',
license : 'GPL-3.0+',
version : '0.81',
license : 'GPL-3.0-or-later',
default_options : ['buildtype=debugoptimized', 'c_std=gnu11', 'warning_level=3'])
cc = meson.get_compiler('c')