X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ftmpdir.c;h=f5982ed55996d26a6998ee48708dcf80a43b65af;hb=b6d87f536521a59758453d8dbd071e7cd6efc39d;hp=d29a00578996e8903785cb13e69f5027e08d0352;hpb=81a77bddc1480a21aa73bf3a257de3c33964aef2;p=gnulib.git diff --git a/lib/tmpdir.c b/lib/tmpdir.c index d29a00578..f5982ed55 100644 --- a/lib/tmpdir.c +++ b/lib/tmpdir.c @@ -1,10 +1,10 @@ /* Copyright (C) 1999, 2001-2002, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. - 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,8 +12,7 @@ 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 . */ /* Extracted from sysdeps/posix/tempname.c. */