Add explicit license info to core:text/regex

This commit is contained in:
Feoramund
2024-08-04 19:18:16 -04:00
parent e17fc8272b
commit 14858309f0
11 changed files with 88 additions and 0 deletions
@@ -1,5 +1,13 @@
package regex_vm
/*
(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
Made available under Odin's BSD-3 license.
List of contributors:
Feoramund: Initial implementation.
*/
Opcode_Iterator :: struct {
code: Program,
pc: int,
@@ -1,5 +1,13 @@
package regex_vm
/*
(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
Made available under Odin's BSD-3 license.
List of contributors:
Feoramund: Initial implementation.
*/
import "base:intrinsics"
@require import "core:io"
import "core:slice"