diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-06 22:01:49 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-06 22:01:49 +0300 |
| commit | f98ec211bf60858b43b87ae125a5e13be9b41ee5 (patch) | |
| tree | 19d0ed60598842beb1c65cb6520b99008c812db3 | |
| parent | 3ec625e98879733ecd84f9c4ba54157bd66427e8 (diff) | |
| download | ek-f98ec211bf60858b43b87ae125a5e13be9b41ee5.tar.gz ek-f98ec211bf60858b43b87ae125a5e13be9b41ee5.zip | |
generated files probably shouldn't have licenses
| -rw-r--r-- | gen/gen_lexer.c | 2 | ||||
| -rw-r--r-- | gen/gen_lexer.h | 2 | ||||
| -rw-r--r-- | gen/gen_parser.c | 2 | ||||
| -rw-r--r-- | gen/gen_parser.h | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/gen/gen_lexer.c b/gen/gen_lexer.c index 55b19e0..14d7899 100644 --- a/gen/gen_lexer.c +++ b/gen/gen_lexer.c @@ -1,5 +1,3 @@ -/* SPDX-License-Identifier: copyleft-next-0.3.1 */ - #line 2 "gen/gen_lexer.c" #line 4 "gen/gen_lexer.c" diff --git a/gen/gen_lexer.h b/gen/gen_lexer.h index 159164e..5d2c6d9 100644 --- a/gen/gen_lexer.h +++ b/gen/gen_lexer.h @@ -1,5 +1,3 @@ -/* SPDX-License-Identifier: copyleft-next-0.3.1 */ - #ifndef yyHEADER_H #define yyHEADER_H 1 #define yyIN_HEADER 1 diff --git a/gen/gen_parser.c b/gen/gen_parser.c index 834d6c0..1657ddb 100644 --- a/gen/gen_parser.c +++ b/gen/gen_parser.c @@ -1,5 +1,3 @@ -/* SPDX-License-Identifier: copyleft-next-0.3.1 */ - /* A Bison parser, made by GNU Bison 3.8.2. */ /* Bison implementation for Yacc-like parsers in C diff --git a/gen/gen_parser.h b/gen/gen_parser.h index 54b5fe5..38a4d29 100644 --- a/gen/gen_parser.h +++ b/gen/gen_parser.h @@ -1,5 +1,3 @@ -/* SPDX-License-Identifier: copyleft-next-0.3.1 */ - /* A Bison parser, made by GNU Bison 3.8.2. */ /* Bison interface for Yacc-like parsers in C |
