X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Futil%2Fspeedup.c;h=d323644803571220f809c6c0179463f6d8367578;hb=35e5be0b0b4c7aea5a56d6a62333ab3a964a2972;hp=c6a4cf67859bfaeaf9595ee85e41b875e3fa5509;hpb=cb1165ecfc5c89c22aa4a6fffb72e27e0bde43a3;p=oweals%2Fgnunet.git diff --git a/src/util/speedup.c b/src/util/speedup.c index c6a4cf678..d32364480 100644 --- a/src/util/speedup.c +++ b/src/util/speedup.c @@ -2,20 +2,18 @@ This file is part of GNUnet. Copyright (C) 2011-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., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, 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 . */ /** @@ -42,6 +40,7 @@ do_speedup (void *cls) { static long long current_offset; + (void) cls; speedup_task = NULL; current_offset += delta.rel_value_us; GNUNET_TIME_set_offset (current_offset);