summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe M. <chloe@aptel.org>2026-08-23 06:26:16 +0000
committerChloe M. <chloe@aptel.org>2026-08-23 06:26:16 +0000
commite433d7730dfd6fce091c534122f04b3e07fc0e77 (patch)
treebe6592ddfaef36316ab50169987af6896b4a6b91
parent4f3f4cb26d9eee09aebdd37765208943e9ef6214 (diff)
core: lexer: Add copyright
Signed-off-by: Chloe M. <chloe@aptel.org>
-rw-r--r--core/lexer.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/lexer.c b/core/lexer.c
index e93c629..72aa942 100644
--- a/core/lexer.c
+++ b/core/lexer.c
@@ -1,3 +1,8 @@
+/*
+ * Copyright (c) 2026, Apollo Telephone Laboratories.
+ * Provided under the BSD-3 clause.
+ */
+
#include <ctype.h>
#include <stdbool.h>
#include <stdlib.h>