diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-01 22:14:52 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-01 22:14:52 +0300 |
| commit | edeea202fb6297fc5ae749a91ac8f9fb67b59fae (patch) | |
| tree | 01ed39a91664d3fff485de42d44647f4e4b7c24c /src/lexer.l | |
| parent | b35787f4f2cf24e61b82f1eec6a5ff5eed4ba70b (diff) | |
| download | ek-edeea202fb6297fc5ae749a91ac8f9fb67b59fae.tar.gz ek-edeea202fb6297fc5ae749a91ac8f9fb67b59fae.zip | |
update license stuff
Diffstat (limited to 'src/lexer.l')
| -rw-r--r-- | src/lexer.l | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lexer.l b/src/lexer.l index 8fc10cc..c855287 100644 --- a/src/lexer.l +++ b/src/lexer.l @@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ +/* Copyright 2023 Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ + %option reentrant noyywrap nounput noinput nodefault %{ #define FROM_LEXER |
