diff options
| author | Chloe M. <chloe@aptel.org> | 2026-08-23 06:26:16 +0000 |
|---|---|---|
| committer | Chloe M. <chloe@aptel.org> | 2026-08-23 06:26:16 +0000 |
| commit | e433d7730dfd6fce091c534122f04b3e07fc0e77 (patch) | |
| tree | be6592ddfaef36316ab50169987af6896b4a6b91 /core/lexer.c | |
| parent | 4f3f4cb26d9eee09aebdd37765208943e9ef6214 (diff) | |
core: lexer: Add copyright
Signed-off-by: Chloe M. <chloe@aptel.org>
Diffstat (limited to 'core/lexer.c')
| -rw-r--r-- | core/lexer.c | 5 |
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> |
