From e6366c2d6bd5c6b80094ac4ad896fd72c0ffc575 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 15 Aug 2023 15:19:07 +0200 Subject: [PATCH] Meson: License file --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d8935db316..15c736abbb 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,8 @@ project( 'pdns', ['c', 'cpp'], version: run_command('builder-support' / 'gen-version', check: true).stdout().strip(), - # license_files: 'LICENSE', # TODO Meson 1.1.0 + license: 'GPLv2', + license_files: 'NOTICE', meson_version: '>= 1.2.1', default_options: [ 'buildtype=debugoptimized', -- 2.47.2