about summary refs log tree commit diff
path: root/COPYING
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-26 18:10:39 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-26 18:10:39 +0200
commit6592bdb9126326dee00f5e0d90b1cbb393f90096 (patch)
tree4da9149689e9ba1661349000f0a2cd4555c81a51 /COPYING
parent699c322aead6dead80f1605ca46ad3abbda02435 (diff)
downloadmblaze-6592bdb9126326dee00f5e0d90b1cbb393f90096.tar.gz
mblaze-6592bdb9126326dee00f5e0d90b1cbb393f90096.tar.xz
mblaze-6592bdb9126326dee00f5e0d90b1cbb393f90096.zip
import musl memmem
Diffstat (limited to 'COPYING')
-rw-r--r--COPYING3
1 files changed, 2 insertions, 1 deletions
diff --git a/COPYING b/COPYING
index a17412d..d0ec9b0 100644
--- a/COPYING
+++ b/COPYING
@@ -6,4 +6,5 @@ has waived all copyright and related or neighboring rights to this work.
 http://creativecommons.org/publicdomain/zero/1.0/
 
 
-The file mystrverscmp.c is MIT-licensed and based on code by Rich Felker.
+The files mystrverscmp.c and mymemmem.c
+are MIT-licensed and were written by Rich Felker.