X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fmemrchr.c;fp=lib%2Fmemrchr.c;h=e6212e5c4f8ba9b06cf2f54865cccc51370b26a6;hb=20fcfc81ece044b8b0a6768ec6cf47be4e22a2e6;hp=5a023e0638a1cebd90aac82420ce32af836d8ac4;hpb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;p=debian%2Fgzip diff --git a/lib/memrchr.c b/lib/memrchr.c index 5a023e0..e6212e5 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-2016 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se),