X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemrchr.c;h=d7144d0482355869f2ec6b962964ad85c58d1985;hb=d4d84c1d916f5bff3bb72be92e9d1383a25077c1;hp=f113e2ab66720ca08bd10062ee051daa8bd72347;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/memrchr.c b/lib/memrchr.c index f113e2ab6..d7144d048 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-2011 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se),