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/parser.y | |
| parent | b35787f4f2cf24e61b82f1eec6a5ff5eed4ba70b (diff) | |
| download | ek-edeea202fb6297fc5ae749a91ac8f9fb67b59fae.tar.gz ek-edeea202fb6297fc5ae749a91ac8f9fb67b59fae.zip | |
update license stuff
Diffstat (limited to 'src/parser.y')
| -rw-r--r-- | src/parser.y | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser.y b/src/parser.y index 5d50fdd..a7a3e4a 100644 --- a/src/parser.y +++ b/src/parser.y @@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ +/* Copyright 2023 Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ + %{ /* TODO: clean up this mess and I guess fix location tracking, it works for the |
