File 6673-inet_dns-add-license-header-to-configuration-file.patch of Package erlang
From 3cf1a7caadd72d9e03bf4e5bc138a013597b4690 Mon Sep 17 00:00:00 2001
From: Alexander Clouter <alex@digriz.org.uk>
Date: Tue, 2 Sep 2025 11:05:20 +0200
Subject: [PATCH 3/5] inet_dns: add license header to configuration file
---
.../inet_res_SUITE_data/otptest/knot_inc.conf | 20 +++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/lib/kernel/test/inet_res_SUITE_data/otptest/knot_inc.conf b/lib/kernel/test/inet_res_SUITE_data/otptest/knot_inc.conf
index 41b3ac7c04..418fd3ac0f 100644
--- a/lib/kernel/test/inet_res_SUITE_data/otptest/knot_inc.conf
+++ b/lib/kernel/test/inet_res_SUITE_data/otptest/knot_inc.conf
@@ -1,3 +1,23 @@
+## %CopyrightBegin%
+##
+## SPDX-License-Identifier: Apache-2.0
+##
+## Copyright 2023-2025 Alexander Clouter <alex@digriz.org.uk>.
+##
+## Licensed under the Apache License, Version 2.0 (the "License");
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+##
+## %CopyrightEnd%
+
key:
- id: testkey
algorithm: hmac-sha256
--
2.51.0