meson: add project's license definition

This commit is contained in:
Yegor Yefremov 2023-05-13 15:17:59 +02:00 committed by Michael Webster
parent f4282ea7de
commit 8818fc4218

View File

@ -1,6 +1,7 @@
project(
'timeshift', 'vala', 'c',
version: '22.11.2',
license : 'GPL-2.0-or-later',
default_options: ['c_std=c99', 'build.c_std=c99'])
dependencies = [