aboutsummaryrefslogtreecommitdiff
path: root/core/text/regex/parser
diff options
context:
space:
mode:
Diffstat (limited to 'core/text/regex/parser')
-rw-r--r--core/text/regex/parser/debugging.odin2
-rw-r--r--core/text/regex/parser/parser.odin2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/text/regex/parser/debugging.odin b/core/text/regex/parser/debugging.odin
index e060f58c2..f910db796 100644
--- a/core/text/regex/parser/debugging.odin
+++ b/core/text/regex/parser/debugging.odin
@@ -2,7 +2,7 @@ package regex_parser
/*
(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
- Made available under Odin's BSD-3 license.
+ Made available under Odin's license.
List of contributors:
Feoramund: Initial implementation.
diff --git a/core/text/regex/parser/parser.odin b/core/text/regex/parser/parser.odin
index 038d4cb85..38561a077 100644
--- a/core/text/regex/parser/parser.odin
+++ b/core/text/regex/parser/parser.odin
@@ -2,7 +2,7 @@ package regex_parser
/*
(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
- Made available under Odin's BSD-3 license.
+ Made available under Odin's license.
List of contributors:
Feoramund: Initial implementation.