X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsafe-write.c;h=bf72dd4d5710860ec72ec2ec7c50a5ee6f1f0588;hb=dc555c6b2a03b1ee7daa62b3dca1defc4a8bb749;hp=4c375a6ca1905cde59f23f95d03a94b6d9865862;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/safe-write.c b/lib/safe-write.c index 4c375a6ca..bf72dd4d5 100644 --- a/lib/safe-write.c +++ b/lib/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-2014 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"