aboutsummaryrefslogtreecommitdiff
path: root/src/lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer.l')
-rw-r--r--src/lexer.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lexer.l b/src/lexer.l
index 8fc10cc..c855287 100644
--- a/src/lexer.l
+++ b/src/lexer.l
@@ -1,3 +1,6 @@
+/* SPDX-License-Identifier: copyleft-next-0.3.1 */
+/* Copyright 2023 Kim Kuparinen < kimi.h.kuparinen@gmail.com > */
+
%option reentrant noyywrap nounput noinput nodefault
%{
#define FROM_LEXER