diff options
Diffstat (limited to 'boot/parse.c')
| -rw-r--r-- | boot/parse.c | 4 |
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 |
