summaryrefslogtreecommitdiff
path: root/src/basic/arphrd-to-name.awk
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/arphrd-to-name.awk')
-rw-r--r--src/basic/arphrd-to-name.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/arphrd-to-name.awk b/src/basic/arphrd-to-name.awk
index db1c739abb..d25a4e9bcb 100644
--- a/src/basic/arphrd-to-name.awk
+++ b/src/basic/arphrd-to-name.awk
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
BEGIN{
print "const char *arphrd_to_name(int id) {"
print " switch(id) {"