X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmkdir-p.c;h=f38dbc71f866b407c0e4d0fc72a20cd50d47464f;hb=cdfe647f8d29540cdfe90cef0fa568c5d2fd4481;hp=6f71ec84d5660288f14fe223a4c13bb29c631aa8;hpb=7a4d87fb5a3ad4c8a300940dc472749c6c84fa70;p=gnulib.git diff --git a/lib/mkdir-p.c b/lib/mkdir-p.c index 6f71ec84d..f38dbc71f 100644 --- a/lib/mkdir-p.c +++ b/lib/mkdir-p.c @@ -3,10 +3,10 @@ Copyright (C) 1990, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007 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 @@ -14,8 +14,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 . */ /* Written by Paul Eggert, David MacKenzie, and Jim Meyering. */