about summary refs log tree commit diff
path: root/boot/parse.c
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-06-30 03:02:59 +0200
committerMel <mel@rnrd.eu>2025-06-30 03:02:59 +0200
commit0737d287c29b404700bfaa07625177eb443dfab2 (patch)
tree07e40cde11f25c3a6280e9031728e324d6f19658 /boot/parse.c
parent1e2b456f08a5d00c8cbe290fb7974818e8f17b46 (diff)
downloadcatskill-0737d287c29b404700bfaa07625177eb443dfab2.tar.zst
catskill-0737d287c29b404700bfaa07625177eb443dfab2.zip
License project files under MPL-2.0
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/parse.c')
-rw-r--r--boot/parse.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/parse.c b/boot/parse.c
index 976bc4b..6aa61f7 100644
--- a/boot/parse.c
+++ b/boot/parse.c
@@ -1,6 +1,10 @@
 /*
  * very simple handwritten recursive descent
  * parser for a catskill source file.
+ *
+ * Copyright (c) 2025, Mel G. <mel@rnrd.eu>
+ *
+ * SPDX-License-Identifier: MPL-2.0
  */
 
 #define PARSER_LOOKAHEAD 2