X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcoll.c;h=9d0c434c22d6dd582b6c09243665724ba3327d2c;hb=cdfe647f8d29540cdfe90cef0fa568c5d2fd4481;hp=457d1104a93c9093d67875e123fcff1a850b7273;hpb=ce36c16dc8f476249a9825079f96efabe03b0cf5;p=gnulib.git diff --git a/lib/memcoll.c b/lib/memcoll.c index 457d1104a..9d0c434c2 100644 --- a/lib/memcoll.c +++ b/lib/memcoll.c @@ -1,10 +1,11 @@ /* Locale-specific memory comparison. - Copyright (C) 1999, 2002, 2003, 2004 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + Copyright (C) 1999, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + + 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,14 +13,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 . */ /* Contributed by Paul Eggert . */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "memcoll.h"