X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fmemrchr.c;h=4ad82bba1b50232cc6c1d6821d325215b72169ce;hb=4aa85f09e755fc827cd5ab6225f20c83cd42245d;hp=98b6080213d9441487b62914184890f37d4650c7;hpb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;p=debian%2Ftar diff --git a/gnu/memrchr.c b/gnu/memrchr.c index 98b60802..4ad82bba 100644 --- a/gnu/memrchr.c +++ b/gnu/memrchr.c @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* 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-2014 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se),