aboutsummaryrefslogtreecommitdiff
path: root/core/thread
diff options
context:
space:
mode:
Diffstat (limited to 'core/thread')
-rw-r--r--core/thread/thread_pool.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/thread/thread_pool.odin b/core/thread/thread_pool.odin
index 15b3a28d2..d7a03d04c 100644
--- a/core/thread/thread_pool.odin
+++ b/core/thread/thread_pool.odin
@@ -3,7 +3,7 @@ package thread
/*
thread.Pool
Copyright 2022 eisbehr
- Made available under Odin's BSD-3 license.
+ Made available under Odin's license.
*/
import "base:intrinsics"