X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fconversation%2Fgnunet-helper-audio-record-gst.c;h=fbba7da393f2bee903a0ca132dc2ce9ccfe364b3;hb=1eb0a7b0bcc365263e11ba03def10d51976ff32a;hp=78693918ba3dedf59872dc49bd8a2d8fab0e82f2;hpb=c2d9d1e64c9801122caaa6b429fc67706db5c9d7;p=oweals%2Fgnunet.git diff --git a/src/conversation/gnunet-helper-audio-record-gst.c b/src/conversation/gnunet-helper-audio-record-gst.c index 78693918b..fbba7da39 100644 --- a/src/conversation/gnunet-helper-audio-record-gst.c +++ b/src/conversation/gnunet-helper-audio-record-gst.c @@ -1,21 +1,19 @@ /* This file is part of GNUnet. - Copyright (C) 2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2013 GNUnet e.V. - GNUnet 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 3, or (at your - option) any later version. + GNUnet is free software: you can redistribute it and/or modify it + under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, + or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ /** * @file conversation/gnunet-helper-audio-record-gst.c @@ -352,9 +350,12 @@ main (int argc, char **argv) { if (-1 == ret) GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Failed to write %u bytes at offset %u (total %u) in phase %d: %s\n", - (unsigned int) to_send - offset, (unsigned int) offset, - (unsigned int) (to_send + offset), phase, strerror (errno)); + "Failed to write %u bytes at offset %u (total %u) in phase %d: %s\n", + (unsigned int) (to_send - offset), + (unsigned int) offset, + (unsigned int) (to_send + offset), + phase, + strerror (errno)); abort_send = 1; break; }