summaryrefslogtreecommitdiffstats
path: root/src/basic/af-to-name.awk
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/af-to-name.awk')
-rw-r--r--src/basic/af-to-name.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/af-to-name.awk b/src/basic/af-to-name.awk
index 18d0a89728..b9cfbb7e37 100644
--- a/src/basic/af-to-name.awk
+++ b/src/basic/af-to-name.awk
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
BEGIN{
print "static const char* const af_names[] = { "
}