X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-memmem.c;h=2308bbb5438ea733e12b96b247d60ff441a7e84e;hb=c691d575093d83aa736bb5aaef947edf72c78f6a;hp=24ef8cc47e1a034342194f48567e88726c789871;hpb=ec03ca352064740b271b27e0be2b562b687b4554;p=gnulib.git diff --git a/tests/test-memmem.c b/tests/test-memmem.c index 24ef8cc47..2308bbb54 100644 --- a/tests/test-memmem.c +++ b/tests/test-memmem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Free Software Foundation + * Copyright (C) 2004, 2007 Free Software Foundation * Written by Simon Josefsson * * This program is free software; you can redistribute it and/or modify @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. */ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #if HAVE_CONFIG_H # include @@ -23,7 +23,6 @@ #include #include -#include "memmem.h" int main (int argc, char *argv[])