summaryrefslogtreecommitdiff
path: root/src/resolve/dns_type-to-name.awk
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-27 13:37:10 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-28 09:55:35 +0100
commit9ee03516df30e068c22a9d86beaf4875b320170e (patch)
treec872f33ed8918571c91eac5405d83fce9290529d /src/resolve/dns_type-to-name.awk
parentcb1f01a5f80663b2b2975f753ba578bb20349c62 (diff)
downloadsystemd-9ee03516df30e068c22a9d86beaf4875b320170e.tar.gz
tree-wide: add spdx header on all scripts and helpers
Even though many of those scripts are very simple, it is easier to include the header than to try to say whether each of those files is trivial enough not to require one.
Diffstat (limited to 'src/resolve/dns_type-to-name.awk')
-rw-r--r--src/resolve/dns_type-to-name.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resolve/dns_type-to-name.awk b/src/resolve/dns_type-to-name.awk
index badb1824b5..2d9794b761 100644
--- a/src/resolve/dns_type-to-name.awk
+++ b/src/resolve/dns_type-to-name.awk
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
BEGIN{
print "const char *dns_type_to_string(int type) {\n\tswitch(type) {"
}