diff options
Diffstat (limited to 'core/slice')
| -rw-r--r-- | core/slice/heap/heap.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/slice/heap/heap.odin b/core/slice/heap/heap.odin index dd088f250..de6dfb43b 100644 --- a/core/slice/heap/heap.odin +++ b/core/slice/heap/heap.odin @@ -3,7 +3,7 @@ package heap /* Copyright 2022 Dale Weiler <weilercdale@gmail.com>. - Made available under Odin's BSD-3 license. + Made available under Odin's license. List of contributors: Dale Weiler: Initial implementation |