about summary refs log tree commit diff
path: root/boot/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/common.c')
-rw-r--r--boot/common.c4
1 files changed, 4 insertions, 0 deletions
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. <mel@rnrd.eu>
+ *
+ * SPDX-License-Identifier: MPL-2.0
  */
 
 #include <stdarg.h>