aboutsummaryrefslogtreecommitdiffstats
path: root/gb_string_test.c
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2021-07-21 23:28:05 -0400
committerGravatar Peter McGoron 2021-07-21 23:28:05 -0400
commit81030b5ae430f50af705411d697f0e7b710bfe85 (patch)
tree7404d1d954574e890ca749e8a618e5537103887d /gb_string_test.c
parentadd gb_string_test.c (diff)
copyright info and version bump
Diffstat (limited to '')
-rw-r--r--gb_string_test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gb_string_test.c b/gb_string_test.c
index 43ea494..d326abc 100644
--- a/gb_string_test.c
+++ b/gb_string_test.c
@@ -1,3 +1,9 @@
+/*
+ This software is in the public domain. Where that dedication is not
+ recognized, you are granted a perpetual, irrevocable license to copy,
+ distribute, and modify this file as you see fit.
+*/
+
#define GB_STRING_IMPLEMENTATION
#include <stdarg.h>
#include <stdlib.h>