X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-memmem.c;h=65980c26c678f4c48b26cf7c732d004b975afa41;hb=661445a1c0cf9197442b7d25270d4fbdcd14fb5a;hp=24ef8cc47e1a034342194f48567e88726c789871;hpb=ec03ca352064740b271b27e0be2b562b687b4554;p=gnulib.git diff --git a/tests/test-memmem.c b/tests/test-memmem.c index 24ef8cc47..65980c26c 100644 --- a/tests/test-memmem.c +++ b/tests/test-memmem.c @@ -1,11 +1,11 @@ /* - * 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 + * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,17 +13,12 @@ * GNU General Public License for more details. * * 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. */ + * along with this program. If not, see . */ -#if HAVE_CONFIG_H -# include -#endif +#include #include #include -#include "memmem.h" int main (int argc, char *argv[])