frontend: Add copyright header to lexer.h

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-03-21 09:45:21 -04:00
parent e1fb2256d3
commit e49c6327a6

View File

@@ -1,3 +1,13 @@
/*
* Copyright (c) 2026, Mirocom Laboratories
* Provided under the BSD-3 clause
*
* Abstract:
* This file implements the lexer.
* Author:
* Ian M. Moffett <ian@mirocom.org>
*/
#ifndef FRONTEND_LEXER_H
#define FRONTEND_LEXER_H 1