core: Add missing copyright headers

Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
2026-05-23 03:00:43 -04:00
parent 7ca4580893
commit 32635789dc
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2026, Chloe M.
* Provided under the BSD-3 clause
*/
#include <errno.h>
#include <stdbool.h>
#include "cescal/lexer.h"
+5
View File
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2026, Chloe M.
* Provided under the BSD-3 clause
*/
#include <stdint.h>
#include <stddef.h>
#include <fcntl.h>