mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:40:00 -04:00
[9.20] fix: ci: Remove reuse annotations for unused m4 libtool files
The files in question are no longer included in the git tree and distributed with the code. Remove the reuse annotations as they caused issues with reuse 6.0.0, as multiline annotation for SPDX-FileCopyrightText breaks the parsing. Backport of MR !11056 Merge branch 'backport-nicki/reuse-remove-m4-annotations-9.20' into 'bind-9.20' See merge request isc-projects/bind9!11057
This commit is contained in:
commit
8909bb1fdc
1 changed files with 0 additions and 12 deletions
12
REUSE.toml
12
REUSE.toml
|
|
@ -146,18 +146,6 @@ precedence = "aggregate"
|
|||
SPDX-FileCopyrightText = "Internet Systems Consortium, Inc. (\"ISC\")"
|
||||
SPDX-License-Identifier = "MPL-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = [
|
||||
"m4/libtool.m4",
|
||||
"m4/ltoptions.m4",
|
||||
"m4/ltsugar.m4",
|
||||
"m4/ltversion.m4",
|
||||
"m4/ltversion.m4",
|
||||
"m4/lt~obsolete.m4"
|
||||
]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "Free Software Foundation, Inc.\n This file is free software; the Free Software Foundation gives unlimited\n permission to copy and/or distribute it, with or without modifications, as long\n as this notice is preserved."
|
||||
|
||||
[[annotations]]
|
||||
path = [
|
||||
"contrib/dlz/modules/**/testing/**"
|
||||
|
|
|
|||
Loading…
Reference in a new issue