From edeea202fb6297fc5ae749a91ac8f9fb67b59fae Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 1 May 2023 22:14:52 +0300 Subject: update license stuff --- src/parser.y | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/parser.y') 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 -- cgit v1.3