2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

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.
This commit is contained in:
Štěpán Balážik 2025-07-08 15:31:54 +02:00
parent 0dcb95391f
commit 04fb8bcebc
2 changed files with 0 additions and 13 deletions

View File

@ -159,14 +159,6 @@ License:
permission to copy and/or distribute it, with or without modifications, as long permission to copy and/or distribute it, with or without modifications, as long
as this notice is preserved. 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), # Stuff that's basically uncopyrightable (configuration, generated files),
# use CC0-1.0 for clarity that we don't care # use CC0-1.0 for clarity that we don't care

View File

@ -20,11 +20,6 @@ be fixed as time permits.
Assorted useful scripts, including 'zone-edit' Assorted useful scripts, including 'zone-edit'
which enables editing of a dynamic zone, and others. 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/ - gitchangelog/
QA utility to produce changelog and release notes from git log. QA utility to produce changelog and release notes from git log.