X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffchownat.c;h=a1d5e60f21fb363c695f70d42bd3f0e9b9bc8654;hb=4f9d80b9d8004f0fcedf3525e268abaa24b8b4a9;hp=382ed7bc140aef4c581aabf45d000ffba466b532;hpb=242003f6553e03889f917462948dbb1a9fd83342;p=gnulib.git diff --git a/lib/fchownat.c b/lib/fchownat.c index 382ed7bc1..a1d5e60f2 100644 --- a/lib/fchownat.c +++ b/lib/fchownat.c @@ -4,12 +4,12 @@ when the buggy fchownat-with-AT_SYMLINK_NOFOLLOW operates on a symlink, it mistakenly affects the symlink referent, rather than the symlink itself. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 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 @@ -17,8 +17,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 Jim Meyering */