aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation/defragmentation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fragmentation/defragmentation.c')
-rw-r--r--src/fragmentation/defragmentation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fragmentation/defragmentation.c b/src/fragmentation/defragmentation.c
index e3cf2298b..3ef36dfdf 100644
--- a/src/fragmentation/defragmentation.c
+++ b/src/fragmentation/defragmentation.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 (C) 2009, 2011 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2009, 2011 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -275,7 +275,7 @@ send_ack (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
275 275
276/** 276/**
277 * This function is from the GNU Scientific Library, linear/fit.c, 277 * This function is from the GNU Scientific Library, linear/fit.c,
278 * (C) 2000 Brian Gough 278 * Copyright (C) 2000 Brian Gough
279 */ 279 */
280static void 280static void
281gsl_fit_mul (const double *x, const size_t xstride, const double *y, 281gsl_fit_mul (const double *x, const size_t xstride, const double *y,