aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-07 23:11:14 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-07 23:11:14 +0000
commitc2d9d1e64c9801122caaa6b429fc67706db5c9d7 (patch)
tree3056fa70885b3876ee6cf9f5dcf4144d085602e8 /src/fragmentation
parentc0ea0d12ca3fd2d3ca424d8b28532cf800d0683b (diff)
downloadgnunet-c2d9d1e64c9801122caaa6b429fc67706db5c9d7.tar.gz
gnunet-c2d9d1e64c9801122caaa6b429fc67706db5c9d7.zip
-bringing copyright tags up to FSF standard
Diffstat (limited to 'src/fragmentation')
-rw-r--r--src/fragmentation/defragmentation.c4
-rw-r--r--src/fragmentation/fragmentation.c2
-rw-r--r--src/fragmentation/fragmentation.h2
-rw-r--r--src/fragmentation/test_fragmentation.c2
4 files changed, 5 insertions, 5 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,
diff --git a/src/fragmentation/fragmentation.c b/src/fragmentation/fragmentation.c
index a72bda4ce..930fffcc6 100644
--- a/src/fragmentation/fragmentation.c
+++ b/src/fragmentation/fragmentation.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 (C) 2009-2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2009-2013 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
diff --git a/src/fragmentation/fragmentation.h b/src/fragmentation/fragmentation.h
index 2f3ea67bb..1976e3d6a 100644
--- a/src/fragmentation/fragmentation.h
+++ b/src/fragmentation/fragmentation.h
@@ -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
diff --git a/src/fragmentation/test_fragmentation.c b/src/fragmentation/test_fragmentation.c
index 50779c98b..b55ec58bf 100644
--- a/src/fragmentation/test_fragmentation.c
+++ b/src/fragmentation/test_fragmentation.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 (C) 2004, 2009 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2004, 2009 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