meson: Set license to MIT

This commit is contained in:
Kenny Levinsen 2020-08-22 21:36:15 +02:00
parent f5bc8ab12b
commit ff44c56ef9

View file

@ -2,6 +2,7 @@ project(
'seatd', 'seatd',
'c', 'c',
version: '0.1', version: '0.1',
license: 'MIT',
meson_version: '>=0.53.0', meson_version: '>=0.53.0',
default_options: [ default_options: [
'c_std=c11', 'c_std=c11',