Add missing SPDX headers

This commit is contained in:
Brandon Dyck 2024-10-17 16:02:29 -06:00
parent 56536b04f6
commit 13d83e70ad
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense
package gigaparsec
func Bind2Naïve[In, Out, T, T2 any](

View File

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