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/lex.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot/lex.c') 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. + * + * SPDX-License-Identifier: MPL-2.0 */ #define MAX_CHAR_BUFFER_SIZE 256 -- cgit 1.4.1