comparison lib/memchr.c @ 2718:5994c6f939c5

update copyright date
author Jim Meyering <jim@meyering.net>
date Sun, 09 Jul 2000 07:22:43 +0000
parents 8cdab9bb7678
children 807294ed0f4f
comparison
equal deleted inserted replaced
2717:8ba490f08aea 2718:5994c6f939c5
1 /* Copyright (C) 1991, 1993, 1997, 1999 Free Software Foundation, Inc. 1 /* Copyright (C) 1991, 1993, 1997, 1999, 2000 Free Software Foundation, Inc.
2 Based on strlen implementation by Torbjorn Granlund (tege@sics.se), 2 Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
3 with help from Dan Sahlin (dan@sics.se) and 3 with help from Dan Sahlin (dan@sics.se) and
4 commentary by Jim Blandy (jimb@ai.mit.edu); 4 commentary by Jim Blandy (jimb@ai.mit.edu);
5 adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), 5 adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
6 and implemented by Roland McGrath (roland@ai.mit.edu). 6 and implemented by Roland McGrath (roland@ai.mit.edu).