From 7622f62935bacc8d040b0aa7fc118bc0b920f00a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Mar 2024 12:57:49 -0400 Subject: More file comments --- builtins/table.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'builtins/table.c') diff --git a/builtins/table.c b/builtins/table.c index be4444ac..03f3e6b3 100644 --- a/builtins/table.c +++ b/builtins/table.c @@ -1,6 +1,5 @@ - -// table.c - C Hash table implementation for SSS -// Copyright 2023 Bruce Hill +// table.c - C Hash table implementation +// Copyright 2024 Bruce Hill // Provided under the MIT license with the Commons Clause // See included LICENSE for details. -- cgit v1.2.3