From 8818fc4218d3482a92f4bd646d5dced45728901a Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Sat, 13 May 2023 15:17:59 +0200 Subject: [PATCH] meson: add project's license definition --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 1d1ad6e..e86a525 100644 --- a/meson.build +++ b/meson.build @@ -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 = [