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/common.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot/common.c') diff --git a/boot/common.c b/boot/common.c index 318edf7..22ee50a 100644 --- a/boot/common.c +++ b/boot/common.c @@ -2,6 +2,10 @@ * a small library of types, functions and macros that * are used throughout the bootstrap compiler. * allocation done purely statically. + * + * Copyright (c) 2025, Mel G. + * + * SPDX-License-Identifier: MPL-2.0 */ #include -- cgit 1.4.1