X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fxmemcoll.c;h=393e6d50a4a80f892526fb64cb9aee3ffb949f24;hb=92b7799b42599486759eeee3396c23fb5c92fdec;hp=0e30aef1506718955baf1d423314f76e44abb2e7;hpb=5c7070eaa3051ed57fd67919ba59ca1892e21ccc;p=gnulib.git diff --git a/lib/xmemcoll.c b/lib/xmemcoll.c index 0e30aef15..393e6d50a 100644 --- a/lib/xmemcoll.c +++ b/lib/xmemcoll.c @@ -1,10 +1,11 @@ /* Locale-specific memory comparison. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + Copyright (C) 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,20 +13,13 @@ 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 . */ /* Contributed by Paul Eggert . */ -#if HAVE_CONFIG_H -# include -#endif +#include #include -#ifndef errno -extern int errno; -#endif - #include #include "gettext.h"