diff options
| author | 2021-07-21 23:28:05 -0400 | |
|---|---|---|
| committer | 2021-07-21 23:28:05 -0400 | |
| commit | 81030b5ae430f50af705411d697f0e7b710bfe85 (patch) | |
| tree | 7404d1d954574e890ca749e8a618e5537103887d /gb_string_test.c | |
| parent | add gb_string_test.c (diff) | |
copyright info and version bump
Diffstat (limited to '')
| -rw-r--r-- | gb_string_test.c | 6 |
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> |
