Fix license in meson.build

- Make license here match LICENSE
- According to meson docs, it should not be an array
This commit is contained in:
Jakob Haufe 2026-01-22 08:33:20 +01:00
parent 3af4c5591e
commit dc3c7a0a11
No known key found for this signature in database
GPG key ID: 4CF2B218F54DAE3D

View file

@ -1,6 +1,6 @@
project('tio', 'c',
version : '3.9',
license : [ 'GPL-2'],
license : 'GPL-2.0-or-later',
meson_version : '>= 0.53.2',
default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]
)