diff options
| author | Chloe M. <chloe@mirocom.org> | 2026-05-23 03:00:43 -0400 |
|---|---|---|
| committer | Chloe M. <chloe@mirocom.org> | 2026-05-23 03:00:43 -0400 |
| commit | 32635789dca1c35224ce6e320a03db23e56d380f (patch) | |
| tree | 96a1da60e5856abe42673955e320f26ed5b4e5c8 /core | |
| parent | 7ca45808939579b427f32641b0dcb9cb585b8e80 (diff) | |
core: Add missing copyright headers
Signed-off-by: Chloe M. <chloe@mirocom.org>
Diffstat (limited to 'core')
| -rw-r--r-- | core/lexer.c | 5 | ||||
| -rw-r--r-- | core/state.c | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/core/lexer.c b/core/lexer.c index d6e5e66..a11a630 100644 --- a/core/lexer.c +++ b/core/lexer.c @@ -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" diff --git a/core/state.c b/core/state.c index 912508c..dce1316 100644 --- a/core/state.c +++ b/core/state.c @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2026, Chloe M. + * Provided under the BSD-3 clause + */ + #include <stdint.h> #include <stddef.h> #include <fcntl.h> |
