X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fmemrchr.c;h=8f2edeb3e4fa3adc6d65d82680a0278553136831;hb=0aa49ea72a8764e3065ebbfc55459232ca8fb021;hp=f113e2ab66720ca08bd10062ee051daa8bd72347;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/memrchr.c b/lib/memrchr.c index f113e2ab6..8f2edeb3e 100644 --- a/lib/memrchr.c +++ b/lib/memrchr.c @@ -1,6 +1,6 @@ /* memrchr -- find the last occurrence of a byte in a memory block - Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2009 Free Software + Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2012 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se),