X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ftmpfile-safer.c;h=eec401a40876621784d7b39cf1292bf4946e7c65;hb=1146b210ba48607a5a29ea516a5cda3d5afa6542;hp=74ab959140e2e12f2e29428afcc5c328a07f1723;hpb=111cf856170ccb69de8a3232814cd28e2ba22ffa;p=gnulib.git diff --git a/lib/tmpfile-safer.c b/lib/tmpfile-safer.c index 74ab95914..eec401a40 100644 --- a/lib/tmpfile-safer.c +++ b/lib/tmpfile-safer.c @@ -1,10 +1,10 @@ /* Invoke tmpfile, but avoid some glitches. Copyright (C) 2006 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,14 +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 Eric Blake, based on ideas from Paul Eggert. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "stdio-safer.h"