Add missing SPDX headers
This commit is contained in:
parent
56536b04f6
commit
13d83e70ad
2
naive.go
2
naive.go
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Unlicense
|
||||||
|
|
||||||
package gigaparsec
|
package gigaparsec
|
||||||
|
|
||||||
func Bind2Naïve[In, Out, T, T2 any](
|
func Bind2Naïve[In, Out, T, T2 any](
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Unlicense
|
||||||
|
|
||||||
package gigaparsec_test
|
package gigaparsec_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user