X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffpending.c;h=9250d6af9d43a0ef70b33bb55f5e2bd4a167074e;hb=2c18ba6d7d4466fb2f312c16e3b3f2b280bf5b58;hp=4b982ba4f4a9aebd018af042f451574cd9c2da9c;hpb=3d9dacd0b6e872d8caa7fd2c757767b3288d80c3;p=gnulib.git diff --git a/lib/fpending.c b/lib/fpending.c index 4b982ba4f..9250d6af9 100644 --- a/lib/fpending.c +++ b/lib/fpending.c @@ -1,10 +1,10 @@ /* fpending.c -- return the number of pending output bytes on a stream Copyright (C) 2000, 2004, 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 @@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Written by Jim Meyering. */