X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fmemrchr.c;h=8f2edeb3e4fa3adc6d65d82680a0278553136831;hb=150ce1bef700d6a3e56861c3a316da64be93d880;hp=d7144d0482355869f2ec6b962964ad85c58d1985;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/memrchr.c b/lib/memrchr.c index d7144d048..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-2011 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),