Unlicens the code and add SPDX identifier to files

This commit is contained in:
2024-09-18 16:28:53 -06:00
parent 51eab78878
commit 1436be3c10
18 changed files with 56 additions and 16 deletions

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense
package generator
import (

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense
// Package test contains helpers for testing parsers.
package test