X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fareadlink.h;h=8720ed9a6191993eed7c404aa6aebaa387c0e73d;hb=29dd8b5548ce047ce51ff9a73d6c4b50c9886771;hp=e2baa6b31f1f40f1b9424aa73af83c63a1d058d9;hpb=39756f7a0ec9b7028ec1d95929213fd93f391e1d;p=gnulib.git diff --git a/lib/areadlink.h b/lib/areadlink.h index e2baa6b31..8720ed9a6 100644 --- a/lib/areadlink.h +++ b/lib/areadlink.h @@ -2,10 +2,10 @@ Copyright (C) 2001, 2003, 2004, 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 @@ -13,12 +13,11 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Written by Jim Meyering */ #include +extern char *areadlink (char const *filename); extern char *areadlink_with_size (char const *filename, size_t size_hint);