aboutsummaryrefslogtreecommitdiff
path: root/core/image
diff options
context:
space:
mode:
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.