]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove license header files from _common test files
authorNicki Křížek <nicki@isc.org>
Mon, 30 Mar 2026 15:53:08 +0000 (17:53 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 31 Mar 2026 13:14:33 +0000 (15:14 +0200)
These are either config file or zone file snippets. Their license is
declared in REUSE.toml.

bin/tests/system/_common/controls.conf.in
bin/tests/system/_common/rndc.conf
bin/tests/system/_common/rndc.key
bin/tests/system/_common/root.hint
bin/tests/system/_common/root.hint.blackhole
bin/tests/system/_common/trusted.conf.j2

index 1db9286eba2c8b8dcea9be402b59e5d3f2971055..429a2d32bef13a46225b61b08e825feed64140eb 100644 (file)
@@ -1,16 +1,3 @@
-/*
- * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
- *
- * SPDX-License-Identifier: MPL-2.0
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0.  If a copy of the MPL was not distributed with this
- * file, you can obtain one at https://mozilla.org/MPL/2.0/.
- *
- * See the COPYRIGHT file distributed with this work for additional
- * information regarding copyright ownership.
- */
-
 key rndc_key {
        secret "1234abcd8765";
        algorithm @DEFAULT_HMAC@;
index 26420d5c6a4a41f53ecd9a1994e613c6bfcf79c3..92254faf3f883b109fb369c3ca4956d2f87fc379 100644 (file)
@@ -1,16 +1,3 @@
-/*
- * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
- *
- * SPDX-License-Identifier: MPL-2.0
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0.  If a copy of the MPL was not distributed with this
- * file, you can obtain one at https://mozilla.org/MPL/2.0/.
- *
- * See the COPYRIGHT file distributed with this work for additional
- * information regarding copyright ownership.
- */
-
 options {
        default-key     "rndc_key";
 };
index 3ef41c30f516d127b560fdbf342f573b76a67c40..5a42382142284eb627b1a4181ee9ef1011c4b99d 100644 (file)
@@ -1,14 +1,3 @@
-/*
- * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, you can obtain one at https://mozilla.org/MPL/2.0/.
- *
- * See the COPYRIGHT file distributed with this work for additional
- * information regarding copyright ownership.
- */
-
 key rndc_key {
        secret "1234abcd8765";
        algorithm hmac-sha256;
index e0f186c2f8697922d9fbc175b8d5c85e2bf96ad2..753aa036841dd3343a6a79cb7649b9779e045fde 100644 (file)
@@ -1,14 +1,3 @@
-; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-;
-; SPDX-License-Identifier: MPL-2.0
-;
-; This Source Code Form is subject to the terms of the Mozilla Public
-; License, v. 2.0.  If a copy of the MPL was not distributed with this
-; file, you can obtain one at https://mozilla.org/MPL/2.0/.
-;
-; See the COPYRIGHT file distributed with this work for additional
-; information regarding copyright ownership.
-
 $TTL 999999
 .                       IN NS  a.root-servers.nil.
 a.root-servers.nil.     IN A   10.53.0.1
index d90ac898567436a2a1a1de6fc50145057c837ad0..5a7ec4836284997f546e6b06929a9bfb54d1c369 100644 (file)
@@ -1,14 +1,3 @@
-; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-;
-; SPDX-License-Identifier: MPL-2.0
-;
-; This Source Code Form is subject to the terms of the Mozilla Public
-; License, v. 2.0.  If a copy of the MPL was not distributed with this
-; file, you can obtain one at https://mozilla.org/MPL/2.0/.
-;
-; See the COPYRIGHT file distributed with this work for additional
-; information regarding copyright ownership.
-
 $TTL 999999
 .                       IN NS  ns99.root-servers.nil.
 ns99.root-servers.nil.  IN A   10.53.0.99
index fef3a774e7e090921c3584742ad7fdc431dbf8ed..1c6af49c843d0ebf0092e7e453f57363d3a578e3 100644 (file)
@@ -1,16 +1,3 @@
-/*
- * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
- *
- * SPDX-License-Identifier: MPL-2.0
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0.  If a copy of the MPL was not distributed with this
- * file, you can obtain one at https://mozilla.org/MPL/2.0/.
- *
- * See the COPYRIGHT file distributed with this work for additional
- * information regarding copyright ownership.
- */
-
 trust-anchors {
 {% for ta in trust_anchors %}
        "@ta.domain@" @ta.type@ @ta.contents@;