aboutsummaryrefslogtreecommitdiff
path: root/core/sys
diff options
context:
space:
mode:
Diffstat (limited to 'core/sys')
-rw-r--r--core/sys/freebsd/syscalls.odin2
-rw-r--r--core/sys/freebsd/types.odin2
-rw-r--r--core/sys/info/doc.odin2
3 files changed, 3 insertions, 3 deletions
diff --git a/core/sys/freebsd/syscalls.odin b/core/sys/freebsd/syscalls.odin
index 96fd9ac3f..452914eea 100644
--- a/core/sys/freebsd/syscalls.odin
+++ b/core/sys/freebsd/syscalls.odin
@@ -2,7 +2,7 @@ package sys_freebsd
/*
(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/sys/freebsd/types.odin b/core/sys/freebsd/types.odin
index 37e8abf68..c6b13ef91 100644
--- a/core/sys/freebsd/types.odin
+++ b/core/sys/freebsd/types.odin
@@ -2,7 +2,7 @@ package sys_freebsd
/*
(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/sys/info/doc.odin b/core/sys/info/doc.odin
index 7859b4e60..10ad7a127 100644
--- a/core/sys/info/doc.odin
+++ b/core/sys/info/doc.odin
@@ -81,7 +81,7 @@ package sysinfo
/*
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.