X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemrchr.c;h=742a0c9bfb5213e33cd1f94d50c58d6a4c8af28b;hb=458c944ddbb41cd6ba34416db2867eb6f17bf61a;hp=358f61834b40626e40e50909fdf76c8b42997d38;hpb=8d8eda4eab3d2801251daf4eb31756c3595e2fc6;p=gnulib.git diff --git a/lib/memrchr.c b/lib/memrchr.c index 358f61834..742a0c9bf 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-2010 Free Software + Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2014 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se),