X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fmkdir.c;h=5a0c4b03347d40ce56553148cf0dec88e9ac150c;hb=39bc7a80b6719b1c7d0f8fb1b01380649cb8e358;hp=c3ecc721e0559b4d9d7f099916adb43bd00d756b;hpb=0c363304f645105a776fac77223e218e7b8f41e0;p=gnulib.git diff --git a/lib/mkdir.c b/lib/mkdir.c index c3ecc721e..5a0c4b033 100644 --- a/lib/mkdir.c +++ b/lib/mkdir.c @@ -1,7 +1,7 @@ /* On some systems, mkdir ("foo/", 0700) fails because of the trailing slash. On those systems, this wrapper removes the trailing slash. - Copyright (C) 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 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 @@ -15,7 +15,7 @@ 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. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* written by Jim Meyering */