Tests for module 'vasprintf'.
[gnulib.git] / tests / test-memmem.c
index 24ef8cc..2308bbb 100644 (file)
@@ -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 <config.h>
@@ -23,7 +23,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#include "memmem.h"
 
 int
 main (int argc, char *argv[])