diff options
Diffstat (limited to 'src/lexer.c')
| -rw-r--r-- | src/lexer.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lexer.c b/src/lexer.c index 38ae558..86ed597 100644 --- a/src/lexer.c +++ b/src/lexer.c @@ -1,7 +1,14 @@ /* + * src/lexer.c + * + * HUSH lexical analysis module + * CISC 301 -- Operating Systems, Project 2 + * + * Copyright (C) 2025 Douglas B. Rumbaugh <dbrumbaugh@harrisburgu.edu> + * + * Distributed under the Modified BSD License * */ - #include "lexer.h" #include "config.h" |