aboutsummaryrefslogtreecommitdiff
path: root/core/image
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/image
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/image')
-rw-r--r--core/image/common.odin2
-rw-r--r--core/image/png/png.odin2
-rw-r--r--core/image/qoi/qoi.odin2
-rw-r--r--core/image/tga/tga.odin2
4 files changed, 4 insertions, 4 deletions
diff --git a/core/image/common.odin b/core/image/common.odin
index 11212953e..1d51afb1c 100644
--- a/core/image/common.odin
+++ b/core/image/common.odin
@@ -2,7 +2,7 @@ package image
/*
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, optimization.
diff --git a/core/image/png/png.odin b/core/image/png/png.odin
index 4e67700f2..1a7240bad 100644
--- a/core/image/png/png.odin
+++ b/core/image/png/png.odin
@@ -3,7 +3,7 @@ package png
/*
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/core/image/qoi/qoi.odin b/core/image/qoi/qoi.odin
index a2b38a7a6..f633fe9b6 100644
--- a/core/image/qoi/qoi.odin
+++ b/core/image/qoi/qoi.odin
@@ -5,7 +5,7 @@ package qoi
/*
Copyright 2022 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/core/image/tga/tga.odin b/core/image/tga/tga.odin
index ad939e7ff..260720bb4 100644
--- a/core/image/tga/tga.odin
+++ b/core/image/tga/tga.odin
@@ -3,7 +3,7 @@ package tga
/*
Copyright 2022 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.