aboutsummaryrefslogtreecommitdiff
path: root/builtins/table.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-18 12:57:49 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-03-18 12:57:49 -0400
commit7622f62935bacc8d040b0aa7fc118bc0b920f00a (patch)
tree71e987a9338400d7005b42f89d7cddb81a3431a9 /builtins/table.c
parentced54c291906ae84fc5d51fd8140818139965277 (diff)
More file comments
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.