aboutsummaryrefslogtreecommitdiff
path: root/core/text/regex
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-10-28 14:38:25 +0000
committergingerBill <gingerBill@users.noreply.github.com>2025-10-28 14:38:25 +0000
commit842cfee0f3eacbef5fa5f0dbd392a500ebad93ae (patch)
tree8400e8366c4f4456a52ab4f5519922038695890a /core/text/regex
parentd390ae2f97fbfe7fd582574e6db923d6992e9c6a (diff)
Change Odin's LICENSE to zlib from BSD 3-clause
This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
Diffstat (limited to 'core/text/regex')
-rw-r--r--core/text/regex/common/common.odin2
-rw-r--r--core/text/regex/common/debugging.odin2
-rw-r--r--core/text/regex/compiler/compiler.odin2
-rw-r--r--core/text/regex/compiler/debugging.odin2
-rw-r--r--core/text/regex/optimizer/optimizer.odin2
-rw-r--r--core/text/regex/parser/debugging.odin2
-rw-r--r--core/text/regex/parser/parser.odin2
-rw-r--r--core/text/regex/regex.odin2
-rw-r--r--core/text/regex/tokenizer/tokenizer.odin2
-rw-r--r--core/text/regex/virtual_machine/util.odin2
-rw-r--r--core/text/regex/virtual_machine/virtual_machine.odin2
11 files changed, 11 insertions, 11 deletions
diff --git a/core/text/regex/common/common.odin b/core/text/regex/common/common.odin
index 0abd48e4b..24b44833f 100644
--- a/core/text/regex/common/common.odin
+++ b/core/text/regex/common/common.odin
@@ -3,7 +3,7 @@ package regex_common
/*
(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/common/debugging.odin b/core/text/regex/common/debugging.odin
index 0e4161a92..1a241e136 100644
--- a/core/text/regex/common/debugging.odin
+++ b/core/text/regex/common/debugging.odin
@@ -2,7 +2,7 @@ package regex_common
/*
(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/compiler/compiler.odin b/core/text/regex/compiler/compiler.odin
index 2f0f183e9..dbfe3fe1c 100644
--- a/core/text/regex/compiler/compiler.odin
+++ b/core/text/regex/compiler/compiler.odin
@@ -2,7 +2,7 @@ package regex_compiler
/*
(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/compiler/debugging.odin b/core/text/regex/compiler/debugging.odin
index 142cb8839..864049451 100644
--- a/core/text/regex/compiler/debugging.odin
+++ b/core/text/regex/compiler/debugging.odin
@@ -2,7 +2,7 @@ package regex_compiler
/*
(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/optimizer/optimizer.odin b/core/text/regex/optimizer/optimizer.odin
index e23cc1bc5..93d7e6eef 100644
--- a/core/text/regex/optimizer/optimizer.odin
+++ b/core/text/regex/optimizer/optimizer.odin
@@ -2,7 +2,7 @@ package regex_optimizer
/*
(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/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.
diff --git a/core/text/regex/regex.odin b/core/text/regex/regex.odin
index bff82c407..c22371f3f 100644
--- a/core/text/regex/regex.odin
+++ b/core/text/regex/regex.odin
@@ -2,7 +2,7 @@ package regex
/*
(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/tokenizer/tokenizer.odin b/core/text/regex/tokenizer/tokenizer.odin
index 556423a07..6ce34324e 100644
--- a/core/text/regex/tokenizer/tokenizer.odin
+++ b/core/text/regex/tokenizer/tokenizer.odin
@@ -3,7 +3,7 @@ package regex_tokenizer
/*
(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/virtual_machine/util.odin b/core/text/regex/virtual_machine/util.odin
index 79c781e4a..3809ca98a 100644
--- a/core/text/regex/virtual_machine/util.odin
+++ b/core/text/regex/virtual_machine/util.odin
@@ -2,7 +2,7 @@ package regex_vm
/*
(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/virtual_machine/virtual_machine.odin b/core/text/regex/virtual_machine/virtual_machine.odin
index c292b0e99..169d8132d 100644
--- a/core/text/regex/virtual_machine/virtual_machine.odin
+++ b/core/text/regex/virtual_machine/virtual_machine.odin
@@ -2,7 +2,7 @@ package regex_vm
/*
(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.