X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffchmodat.c;h=935bdcbca1680714dd03e8b2d99d030244b495e9;hb=87b039263152f63b9f799e486fb76bb45b3f6820;hp=62327f83e76ed6570487f9f07c94289dee2be388;hpb=e91d82928b7f3c5902602be10275fc2824ae8657;p=gnulib.git diff --git a/lib/fchmodat.c b/lib/fchmodat.c index 62327f83e..935bdcbca 100644 --- a/lib/fchmodat.c +++ b/lib/fchmodat.c @@ -1,10 +1,10 @@ /* Change the protections of file relative to an open directory. 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 Jim Meyering */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "openat.h" #include "dirname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */