about summary refs log tree commit diff
path: root/boot/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/lex.c')
-rw-r--r--boot/lex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/lex.c b/boot/lex.c
index f210abd..5b91187 100644
--- a/boot/lex.c
+++ b/boot/lex.c
@@ -1,6 +1,10 @@
 /*
  * simple advancing lexer
  * invoked until completion by parser.
+ *
+ * Copyright (c) 2025, Mel G. <mel@rnrd.eu>
+ *
+ * SPDX-License-Identifier: MPL-2.0
  */
 
 #define MAX_CHAR_BUFFER_SIZE 256