X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=blobdiff_plain;f=lib%2Fmemrchr.c;fp=lib%2Fmemrchr.c;h=742a0c9bfb5213e33cd1f94d50c58d6a4c8af28b;hp=5a023e0638a1cebd90aac82420ce32af836d8ac4;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hpb=a8a1dc286152661e640f0839e3ccd79e0898db6d diff --git a/lib/memrchr.c b/lib/memrchr.c index 5a023e063..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-2013 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),