From 04fb8bcebcabdf1f8cbbb1d9070a6ca02932a770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Bal=C3=A1=C5=BEik?= Date: Tue, 8 Jul 2025 15:31:54 +0200 Subject: [PATCH] Remove leftover references to contrib/dlz/ The DLZ modules have been moved to a separate Git repository in commit a6cce753e2b1096c4db64555d2aee096ba8236ae. Remove leftover references to the contrib/dlz/ directory from the main BIND 9 repository. --- .reuse/dep5 | 8 -------- contrib/README | 5 ----- 2 files changed, 13 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 21f639cc38..f882b03481 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -159,14 +159,6 @@ License: permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. -# -# DLZ Modules -# -Files: contrib/dlz/modules/*/testing/* -Copyright: Internet Systems Consortium, Inc. ("ISC") - Stichting NLnet, Netherlands -License: ISC and MPL-2.0 - # # Stuff that's basically uncopyrightable (configuration, generated files), # use CC0-1.0 for clarity that we don't care diff --git a/contrib/README b/contrib/README index 84b2762160..8bf5a1369f 100644 --- a/contrib/README +++ b/contrib/README @@ -20,11 +20,6 @@ be fixed as time permits. Assorted useful scripts, including 'zone-edit' which enables editing of a dynamic zone, and others. - - dlz/modules - - Dynamically linkable DLZ modules have been moved into a separate - repository located at https://gitlab.isc.org/isc-projects/dlz-modules. - - gitchangelog/ QA utility to produce changelog and release notes from git log.