From 842cfee0f3eacbef5fa5f0dbd392a500ebad93ae Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 28 Oct 2025 14:38:25 +0000 Subject: 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. --- base/runtime/dynamic_map_internal.odin | 2 -- 1 file changed, 2 deletions(-) (limited to 'base/runtime') diff --git a/base/runtime/dynamic_map_internal.odin b/base/runtime/dynamic_map_internal.odin index e288d1f53..298b586f5 100644 --- a/base/runtime/dynamic_map_internal.odin +++ b/base/runtime/dynamic_map_internal.odin @@ -6,8 +6,6 @@ _ :: intrinsics // High performance, cache-friendly, open-addressed Robin Hood hashing hash map // data structure with various optimizations for Odin. // -// Copyright 2022 (c) Dale Weiler -// // The core of the hash map data structure is the Raw_Map struct which is a // type-erased representation of the map. This type-erased representation is // used in two ways: static and dynamic. When static type information is known, -- cgit v1.2.3