From: Fred Morcos Date: Tue, 15 Aug 2023 13:19:07 +0000 (+0200) Subject: Meson: License file X-Git-Tag: rec-5.1.0-alpha1~80^2~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6366c2d6bd5c6b80094ac4ad896fd72c0ffc575;p=thirdparty%2Fpdns.git Meson: License file --- 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',