]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
m4: relicense to GPL-2.0-or-later
authorDaniel Salzman <daniel.salzman@nic.cz>
Sat, 22 Mar 2025 06:30:51 +0000 (07:30 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Mon, 24 Mar 2025 08:53:50 +0000 (09:53 +0100)
m4/knot-code-coverage.m4
m4/knot-lib-version.m4
m4/knot-module.m4
m4/knot-sanitizer.m4
m4/knot-version.m4

index ae4f4169476d47d4ba31385a0112dfbd114343e2..430e1c45553ac4090869710d429060a8f7d385ff 100644 (file)
@@ -1,16 +1,6 @@
-# Copyright 2014 CZ.NIC, z.s.p.o.
-#
-# This program is free software: you can redistribute it and/or modify it 
-# under the terms of the GNU General Public License version 3, as published 
-# by the Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful, but 
-# WITHOUT ANY WARRANTY; without even the implied warranties of 
-# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR 
-# PURPOSE.  See the GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along 
-# with this program.  If not, see <https://www.gnu.org/licenses/>.
+# Copyright (C) CZ.NIC, z.s.p.o. and contributors
+# SPDX-License-Identifier: GPL-2.0-or-later
+# For more information, see <https://www.knot-dns.cz/>
 
 AC_DEFUN([AX_CODE_COVERAGE], [
        dnl Check for --enable-code-coverage
index 16279572f40a13eac9c4c6d8ff60c0fb6af7c2db..7ce10641c123c2764a89ddbddc2bbdb2bb5be470 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) CZ.NIC, z.s.p.o. and contributors
+# SPDX-License-Identifier: GPL-2.0-or-later
+# For more information, see <https://www.knot-dns.cz/>
+
 # KNOT_LIB_VERSION([library-name], [current], [revision], [age])
 # --------------------------------------------------------------
 # See https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
index 5893830cf19bcc937df2a5bad41bf4207fa50fd4..a28963a2973eb1a7aaefbe43c9f1c107a05f44a7 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) CZ.NIC, z.s.p.o. and contributors
+# SPDX-License-Identifier: GPL-2.0-or-later
+# For more information, see <https://www.knot-dns.cz/>
+
 # KNOT_MODULE([module-name], [default], [non-shareable])
 # ------------------------------------------------------
 # Set Knot DNS module building
index 439d441be02bfda023a3d0649a6df724c1cdd424..19c804b7c941cd5c3bfc7f37b1cb73eb8645a44d 100644 (file)
@@ -1,18 +1,7 @@
-# Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
-#
-# This program is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public License version 3, as published
-# by the Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranties of
-# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
-# PURPOSE.  See the GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program.  If not, see <https://www.gnu.org/licenses/>.
+# Copyright (C) CZ.NIC, z.s.p.o. and contributors
+# SPDX-License-Identifier: GPL-2.0-or-later
+# For more information, see <https://www.knot-dns.cz/>
 
-#
 # Processes --with-sanitizer, --with-fuzzer, and --with-oss-fuzz flags, checks
 # if the options are supported by the compiler, and sets the following
 # variables accordingly:
@@ -20,7 +9,6 @@
 # - sanitizer_CFLAGS  -fsanitize=...
 # - fuzzer_CLAGS      -fsanitize=...
 # - fuzzer_LDLAGS     -fsanitize=...
-#
 
 AC_DEFUN([AX_SANITIZER], [
 
index 79b6ffa6ad2711502d482e9394a27cbecb2a059f..32afc16c64dbb4eaaa47a488454af39973a35225 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) CZ.NIC, z.s.p.o. and contributors
+# SPDX-License-Identifier: GPL-2.0-or-later
+# For more information, see <https://www.knot-dns.cz/>
+
 ################################################################################
 # Knot DNS versions are as follows
 #