X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-dirname.c;h=44898dd9850ecda98d6299e57dd60336eba53b03;hb=7006c85f7b688a390444f5c91e145b89f478c6ce;hp=4114b770248064a97e36f3d86eeb3f9d4610b29d;hpb=4f87874de0991adc35c4777dbc3542677ca8dec9;p=gnulib.git diff --git a/tests/test-dirname.c b/tests/test-dirname.c index 4114b7702..44898dd98 100644 --- a/tests/test-dirname.c +++ b/tests/test-dirname.c @@ -1,23 +1,20 @@ /* Test the gnulib dirname module. Copyright (C) 2005, 2006, 2007 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 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "dirname.h"