add mmap_file
[libjh.git] / string.c
index 21ff3a7..c91e6d2 100644 (file)
--- a/string.c
+++ b/string.c
@@ -1,3 +1,6 @@
+// Copyright (2013) Jann Horn <jann@thejh.net>
+// This code is licensed under the AGPLv3.
+
 #include <string.h>
 
 HEADER #define streq(a,b) (!strcmp((a),(b)))