]> git.lizzy.rs Git - linenoise.git/blobdiff - stringbuf.c
stringbuf: clarify license
[linenoise.git] / stringbuf.c
index f83c1b8d54fee7c3964ad68a208c7f0f68db1905..382f8064959e3e4cc105d3ece4a756a0a88f701c 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * resizable string buffer
+ *
+ * (c) 2017-2020 Steve Bennett <steveb@workware.net.au>
+ *
+ * See utf8.c for licence details.
+ */
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>