summaryrefslogtreecommitdiff
path: root/libc/string/memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/memchr.c')
-rw-r--r--libc/string/memchr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/memchr.c b/libc/string/memchr.c
index 22637cf3a..d4c845779 100644
--- a/libc/string/memchr.c
+++ b/libc/string/memchr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,93,96,97,99,2000,2003,2012 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
with help from Dan Sahlin (dan@sics.se) and