X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxasprintf.c;h=1808b70182bec9ded4aac34168f29767fa8690f1;hb=c9451e3bdc651a742f06b46a450497e59bb5e006;hp=df8fd7e39e1095ff0bb44b0f7d7d93960aa6fad0;hpb=0f2c51f68bf088cd445a9625d19ed5d381aa0f80;p=gnulib.git diff --git a/lib/xasprintf.c b/lib/xasprintf.c index df8fd7e39..1808b7018 100644 --- a/lib/xasprintf.c +++ b/lib/xasprintf.c @@ -1,23 +1,21 @@ /* vasprintf and asprintf with out-of-memory checking. - Copyright (C) 1999, 2002-2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002-2004, 2006, 2009-2013 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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 /* Specification. */ #include "xvasprintf.h"