X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=lib%2Fmemchr.c;h=9e20780a02c259b7908b8942f93451f7f01463b3;hp=2253d2d651cd2b97993309f2cb00428041082c21;hb=b9e9ad65ccf6c1fbf989852c5adbb0f840f9c58b;hpb=35fe2bcefd8a70601e4ad779427d8866d8154dea diff --git a/lib/memchr.c b/lib/memchr.c index 2253d2d6..9e20780a 100644 --- a/lib/memchr.c +++ b/lib/memchr.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2006, 2008 - Free Software Foundation, Inc. +/* Copyright (C) 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2006, + 2008, 2009 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se), with help from Dan Sahlin (dan@sics.se) and