X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffull-read.c;h=fb7212bbec811e51b1cdbbb32c6432091b32fac9;hb=e8e63d1b31bca6c82713cba490b21a861abb24b5;hp=1dc3e3775640fedb5754208bcbf682434b93b823;hpb=520b0796c9f6f92b4b370de77fb1da06162f4d57;p=gnulib.git diff --git a/lib/full-read.c b/lib/full-read.c index 1dc3e3775..fb7212bbe 100644 --- a/lib/full-read.c +++ b/lib/full-read.c @@ -1,10 +1,10 @@ /* An interface to read that retries after partial reads and interrupts. Copyright (C) 2002, 2003 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,8 +12,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program. If not, see . */ #define FULL_READ #include "full-write.c"