]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: License file
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 15 Aug 2023 13:19:07 +0000 (15:19 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:37 +0000 (13:28 +0100)
meson.build

index d8935db316f739d1b495aa40264613973f53c7dc..15c736abbb2544b45c517df07fafbc925364ac2b 100644 (file)
@@ -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',