summaryrefslogtreecommitdiff
path: root/src/multibyte/mblen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multibyte/mblen.c')
-rw-r--r--src/multibyte/mblen.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/multibyte/mblen.c b/src/multibyte/mblen.c
index 96b47b12..a4304bf5 100644
--- a/src/multibyte/mblen.c
+++ b/src/multibyte/mblen.c
@@ -1,9 +1,3 @@
-/*
- * This code was written by Rich Felker in 2010; no copyright is claimed.
- * This code is in the public domain. Attribution is appreciated but
- * unnecessary.
- */
-
#include <stdlib.h>
int mblen(const char *s, size_t n)