mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
fix a license definition
spdx prohibits + sign and requires full definition
This commit is contained in:
parent
0f0cafde6f
commit
3714f98bbc
1 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue