mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 08:57:55 +00:00
Add explicit license info to core:text/regex
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
package regex_parser
|
||||
|
||||
/*
|
||||
(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
|
||||
Made available under Odin's BSD-3 license.
|
||||
|
||||
List of contributors:
|
||||
Feoramund: Initial implementation.
|
||||
*/
|
||||
|
||||
import "core:io"
|
||||
|
||||
write_node :: proc(w: io.Writer, node: Node) {
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
package regex_parser
|
||||
|
||||
/*
|
||||
(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
|
||||
Made available under Odin's BSD-3 license.
|
||||
|
||||
List of contributors:
|
||||
Feoramund: Initial implementation.
|
||||
*/
|
||||
|
||||
import "base:intrinsics"
|
||||
import "core:strconv"
|
||||
import "core:strings"
|
||||
|
||||
Reference in New Issue
Block a user