X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnulib%2Fsafe-write.c;h=a2c3b4df1d11c8f2b1628b9f09cbbf29dd6bdd9e;hb=9b5cad4e0a168522f22bf66d35b28aaeb1cc93e0;hp=4c375a6ca1905cde59f23f95d03a94b6d9865862;hpb=94a044f90357edefa6f4ae9f0b1d5885b0e34aee;p=debian%2Famanda diff --git a/gnulib/safe-write.c b/gnulib/safe-write.c index 4c375a6..a2c3b4d 100644 --- a/gnulib/safe-write.c +++ b/gnulib/safe-write.c @@ -1,10 +1,10 @@ /* An interface to write that retries after interrupts. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2009-2010 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 . */ #define SAFE_WRITE #include "safe-read.c"