aboutsummaryrefslogtreecommitdiff
path: root/builtins/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/table.c')
-rw-r--r--builtins/table.c5
1 files changed, 2 insertions, 3 deletions
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.