summaryrefslogtreecommitdiff
path: root/lib/memchr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-18 15:13:51 +0000
committerJim Meyering <jim@meyering.net>1997-02-18 15:13:51 +0000
commit35ec0a08b56ce4ac7d28e6df5b85fd0f443fd2ec (patch)
treed61581ed0fc0f2cc555d6f29da5ad6cea84a5bf1 /lib/memchr.c
parent1b1bca8a638f96e87ca03391000eba450193ae1a (diff)
downloadcoreutils-35ec0a08b56ce4ac7d28e6df5b85fd0f443fd2ec.tar.xz
.
Diffstat (limited to 'lib/memchr.c')
-rw-r--r--lib/memchr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/memchr.c b/lib/memchr.c
index 444824894..fd57586b9 100644
--- a/lib/memchr.c
+++ b/lib/memchr.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 1991, 1993 Free Software Foundation, Inc.
- Based on strlen implemention by Torbjorn Granlund (tege@sics.se),
+/* Copyright (C) 1991, 1993, 1997 Free Software Foundation, Inc.
+ Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
with help from Dan Sahlin (dan@sics.se) and
commentary by Jim Blandy (jimb@ai.mit.edu);
adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),