X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-crc.c;h=19b66daf3a017e338c59904a5c19dc98c94ab9cb;hb=aae58b6f7bd0f7c2f38e05eb005b76c164c5c1f7;hp=72bb25db1007d0c3314b7f6dcac5de3ba9c1dc56;hpb=4f87874de0991adc35c4777dbc3542677ca8dec9;p=gnulib.git diff --git a/tests/test-crc.c b/tests/test-crc.c index 72bb25db1..19b66daf3 100644 --- a/tests/test-crc.c +++ b/tests/test-crc.c @@ -1,10 +1,10 @@ /* - * Copyright (C) 2005, 2006, 2007 Free Software Foundation + * Copyright (C) 2005, 2006, 2007, 2010 Free Software Foundation, Inc. * - * 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 @@ -12,15 +12,11 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. */ + * along with this program. If not, see . */ /* Written by Simon Josefsson. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "crc.h"