From 6ffd8467af7c6138196930116fecf27fca9b8604 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 01:45:31 -0400 Subject: Update file header comments --- src/stdlib/tables.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/stdlib/tables.c') diff --git a/src/stdlib/tables.c b/src/stdlib/tables.c index fabdad4f..974e3542 100644 --- a/src/stdlib/tables.c +++ b/src/stdlib/tables.c @@ -1,8 +1,3 @@ -// table.c - C Hash table implementation -// Copyright 2024 Bruce Hill -// Provided under the MIT license with the Commons Clause -// See included LICENSE for details. - // Hash table (aka Dictionary) Implementation // Hash keys and values are stored *by value* // The hash insertion/lookup implementation is based on Lua's tables, -- cgit v1.2.3