diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-28 14:38:25 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-28 14:38:25 +0000 |
| commit | 842cfee0f3eacbef5fa5f0dbd392a500ebad93ae (patch) | |
| tree | 8400e8366c4f4456a52ab4f5519922038695890a /tests | |
| parent | d390ae2f97fbfe7fd582574e6db923d6992e9c6a (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 'tests')
| -rw-r--r-- | tests/core/compress/test_core_compress.odin | 6 | ||||
| -rw-r--r-- | tests/core/crypto/test_core_crypto.odin | 2 | ||||
| -rw-r--r-- | tests/core/image/test_core_image.odin | 2 | ||||
| -rw-r--r-- | tests/core/math/big/generate_tests.py | 2 | ||||
| -rw-r--r-- | tests/core/net/test_core_net.odin | 2 | ||||
| -rw-r--r-- | tests/core/net/test_core_net_freebsd.odin | 2 |
6 files changed, 10 insertions, 6 deletions
diff --git a/tests/core/compress/test_core_compress.odin b/tests/core/compress/test_core_compress.odin index 1f3481f35..f7a8b5a74 100644 --- a/tests/core/compress/test_core_compress.odin +++ b/tests/core/compress/test_core_compress.odin @@ -1,8 +1,12 @@ + + + + package test_core_compress /* Copyright 2021 Jeroen van Rijn <nom@duclavier.com>. - Made available under Odin's BSD-3 license. + Made available under Odin's license. List of contributors: Jeroen van Rijn: Initial implementation. diff --git a/tests/core/crypto/test_core_crypto.odin b/tests/core/crypto/test_core_crypto.odin index b3eb6e041..984f61bd8 100644 --- a/tests/core/crypto/test_core_crypto.odin +++ b/tests/core/crypto/test_core_crypto.odin @@ -2,7 +2,7 @@ package test_core_crypto /* Copyright 2021 zhibog - Made available under the BSD-3 license. + Made available under Odin's license. List of contributors: zhibog, dotbmp: Initial implementation. diff --git a/tests/core/image/test_core_image.odin b/tests/core/image/test_core_image.odin index 3293b80fa..46790bc8c 100644 --- a/tests/core/image/test_core_image.odin +++ b/tests/core/image/test_core_image.odin @@ -1,6 +1,6 @@ /* Copyright 2021-2024 Jeroen van Rijn <nom@duclavier.com>. - Made available under Odin's BSD-3 license. + Made available under Odin's license. List of contributors: Jeroen van Rijn: Initial implementation. diff --git a/tests/core/math/big/generate_tests.py b/tests/core/math/big/generate_tests.py index a0c5a5b84..032d7ef38 100644 --- a/tests/core/math/big/generate_tests.py +++ b/tests/core/math/big/generate_tests.py @@ -1,6 +1,6 @@ # # Copyright 2021 Jeroen van Rijn <nom@duclavier.com>. -# Made available under Odin's BSD-3 license. +# Made available under Odin's license. # # A BigInt implementation in Odin. # For the theoretical underpinnings, see Knuth's The Art of Computer Programming, Volume 2, section 4.3. diff --git a/tests/core/net/test_core_net.odin b/tests/core/net/test_core_net.odin index 0d57bd94a..ec45744f3 100644 --- a/tests/core/net/test_core_net.odin +++ b/tests/core/net/test_core_net.odin @@ -1,7 +1,7 @@ /* Copyright 2021 Jeroen van Rijn <nom@duclavier.com>. Copyright 2024 Feoramund <rune@swevencraft.org>. - Made available under Odin's BSD-3 license. + Made available under Odin's license. List of contributors: Jeroen van Rijn: Initial implementation. diff --git a/tests/core/net/test_core_net_freebsd.odin b/tests/core/net/test_core_net_freebsd.odin index 590db7de0..46feadc3f 100644 --- a/tests/core/net/test_core_net_freebsd.odin +++ b/tests/core/net/test_core_net_freebsd.odin @@ -1,7 +1,7 @@ /* Copyright 2021 Jeroen van Rijn <nom@duclavier.com>. Copyright 2024 Feoramund <rune@swevencraft.org>. - Made available under Odin's BSD-3 license. + Made available under Odin's license. List of contributors: Jeroen van Rijn: Initial implementation. |