From 0737d287c29b404700bfaa07625177eb443dfab2 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 30 Jun 2025 03:02:59 +0200 Subject: License project files under MPL-2.0 Signed-off-by: Mel --- boot/parse.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot/parse.c') 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. + * + * SPDX-License-Identifier: MPL-2.0 */ #define PARSER_LOOKAHEAD 2 -- cgit 1.4.1