aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/bandwidth.c2
-rw-r--r--src/util/bio.c2
-rw-r--r--src/util/client.c2
-rw-r--r--src/util/common_allocation.c2
-rw-r--r--src/util/common_endian.c2
-rw-r--r--src/util/common_logging.c2
-rw-r--r--src/util/configuration.c2
-rw-r--r--src/util/configuration_loader.c2
-rw-r--r--src/util/container_bloomfilter.c2
-rw-r--r--src/util/container_heap.c2
-rw-r--r--src/util/container_meta_data.c2
-rw-r--r--src/util/container_multihashmap.c2
-rw-r--r--src/util/container_multihashmap32.c2
-rw-r--r--src/util/container_multipeermap.c2
-rw-r--r--src/util/container_multishortmap.c2
-rw-r--r--src/util/crypto_abe.c2
-rw-r--r--src/util/crypto_bug.c2
-rw-r--r--src/util/crypto_crc.c2
-rw-r--r--src/util/crypto_ecc.c2
-rw-r--r--src/util/crypto_ecc_dlog.c2
-rw-r--r--src/util/crypto_ecc_setup.c2
-rw-r--r--src/util/crypto_hash.c2
-rw-r--r--src/util/crypto_hash_file.c2
-rw-r--r--src/util/crypto_kdf.c2
-rw-r--r--src/util/crypto_mpi.c2
-rw-r--r--src/util/crypto_paillier.c2
-rw-r--r--src/util/crypto_random.c2
-rw-r--r--src/util/crypto_rsa.c2
-rw-r--r--src/util/crypto_symmetric.c2
-rw-r--r--src/util/disk.c2
-rw-r--r--src/util/disk.h2
-rw-r--r--src/util/getopt_helpers.c2
-rw-r--r--src/util/gnunet-config.c2
-rw-r--r--src/util/gnunet-ecc.c2
-rw-r--r--src/util/gnunet-helper-w32-console.c2
-rw-r--r--src/util/gnunet-helper-w32-console.h2
-rw-r--r--src/util/gnunet-resolver.c2
-rw-r--r--src/util/gnunet-scrypt.c2
-rw-r--r--src/util/gnunet-service-resolver.c2
-rw-r--r--src/util/gnunet-uri.c2
-rw-r--r--src/util/helper.c2
-rw-r--r--src/util/load.c2
-rw-r--r--src/util/mq.c2
-rw-r--r--src/util/mst.c2
-rw-r--r--src/util/nc.c2
-rw-r--r--src/util/network.c2
-rw-r--r--src/util/op.c2
-rw-r--r--src/util/os_installation.c2
-rw-r--r--src/util/os_network.c2
-rw-r--r--src/util/os_priority.c2
-rw-r--r--src/util/peer.c2
-rw-r--r--src/util/perf_crypto_asymmetric.c2
-rw-r--r--src/util/perf_crypto_ecc_dlog.c2
-rw-r--r--src/util/perf_crypto_hash.c2
-rw-r--r--src/util/perf_crypto_paillier.c2
-rw-r--r--src/util/perf_crypto_rsa.c2
-rw-r--r--src/util/perf_crypto_symmetric.c2
-rw-r--r--src/util/perf_malloc.c2
-rw-r--r--src/util/plugin.c2
-rw-r--r--src/util/program.c2
-rw-r--r--src/util/resolver.h2
-rw-r--r--src/util/resolver_api.c2
-rw-r--r--src/util/scheduler.c2
-rw-r--r--src/util/service.c2
-rw-r--r--src/util/signal.c2
-rw-r--r--src/util/socks.c2
-rw-r--r--src/util/speedup.c2
-rw-r--r--src/util/speedup.h2
-rw-r--r--src/util/strings.c2
-rw-r--r--src/util/test_bio.c2
-rw-r--r--src/util/test_client.c2
-rw-r--r--src/util/test_common_allocation.c2
-rw-r--r--src/util/test_common_endian.c2
-rw-r--r--src/util/test_common_logging.c2
-rw-r--r--src/util/test_common_logging_dummy.c2
-rw-r--r--src/util/test_common_logging_runtime_loglevels.c2
-rw-r--r--src/util/test_configuration.c2
-rw-r--r--src/util/test_container_bloomfilter.c2
-rw-r--r--src/util/test_container_dll.c2
-rw-r--r--src/util/test_container_heap.c2
-rw-r--r--src/util/test_container_meta_data.c2
-rw-r--r--src/util/test_container_multihashmap.c2
-rw-r--r--src/util/test_container_multihashmap32.c2
-rw-r--r--src/util/test_container_multipeermap.c2
-rw-r--r--src/util/test_crypto_crc.c2
-rw-r--r--src/util/test_crypto_ecc_dlog.c2
-rw-r--r--src/util/test_crypto_ecdh_eddsa.c2
-rw-r--r--src/util/test_crypto_ecdhe.c2
-rw-r--r--src/util/test_crypto_ecdsa.c2
-rw-r--r--src/util/test_crypto_eddsa.c2
-rw-r--r--src/util/test_crypto_hash.c2
-rw-r--r--src/util/test_crypto_hash_context.c2
-rw-r--r--src/util/test_crypto_paillier.c2
-rw-r--r--src/util/test_crypto_random.c2
-rw-r--r--src/util/test_crypto_rsa.c2
-rw-r--r--src/util/test_crypto_symmetric.c2
-rw-r--r--src/util/test_disk.c2
-rw-r--r--src/util/test_getopt.c2
-rw-r--r--src/util/test_mq.c2
-rw-r--r--src/util/test_os_network.c2
-rw-r--r--src/util/test_os_start_process.c2
-rw-r--r--src/util/test_peer.c2
-rw-r--r--src/util/test_plugin.c2
-rw-r--r--src/util/test_plugin_plug.c2
-rw-r--r--src/util/test_program.c2
-rw-r--r--src/util/test_resolver_api.c2
-rw-r--r--src/util/test_scheduler.c2
-rw-r--r--src/util/test_scheduler_delay.c2
-rw-r--r--src/util/test_service.c2
-rw-r--r--src/util/test_socks.c2
-rw-r--r--src/util/test_speedup.c2
-rw-r--r--src/util/test_strings.c2
-rw-r--r--src/util/test_strings_to_data.c2
-rw-r--r--src/util/test_time.c2
-rw-r--r--src/util/time.c2
-rw-r--r--src/util/win.c2
-rw-r--r--src/util/winproc.c2
117 files changed, 117 insertions, 117 deletions
diff --git a/src/util/bandwidth.c b/src/util/bandwidth.c
index 0571ebbe90..3d5ffb8a8e 100644
--- a/src/util/bandwidth.c
+++ b/src/util/bandwidth.c
@@ -3,7 +3,7 @@
Copyright (C) 2010, 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
+ 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.
diff --git a/src/util/bio.c b/src/util/bio.c
index cbc294e185..2c2f4980fa 100644
--- a/src/util/bio.c
+++ b/src/util/bio.c
@@ -3,7 +3,7 @@
Copyright (C) 2006, 2009, 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
+ 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.
diff --git a/src/util/client.c b/src/util/client.c
index 681b61ac46..18b4cbbc9f 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -3,7 +3,7 @@
Copyright (C) 2001-2016 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
+ 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.
diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c
index b3672e5e8f..dc428871ad 100644
--- a/src/util/common_allocation.c
+++ b/src/util/common_allocation.c
@@ -3,7 +3,7 @@
Copyright (C) 2001, 2002, 2003, 2005, 2006 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
+ 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.
diff --git a/src/util/common_endian.c b/src/util/common_endian.c
index 320cf3fa7c..6adef8b4ef 100644
--- a/src/util/common_endian.c
+++ b/src/util/common_endian.c
@@ -3,7 +3,7 @@
Copyright (C) 2001, 2002, 2003, 2004, 2006, 2012 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
+ 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.
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index cecdf45845..11f71ebadb 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -3,7 +3,7 @@
Copyright (C) 2006-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
+ 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.
diff --git a/src/util/configuration.c b/src/util/configuration.c
index ecc0990b56..a0196f4ca4 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -3,7 +3,7 @@
Copyright (C) 2006, 2007, 2008, 2009, 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
+ 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.
diff --git a/src/util/configuration_loader.c b/src/util/configuration_loader.c
index 1007c9e745..d65f5f9971 100644
--- a/src/util/configuration_loader.c
+++ b/src/util/configuration_loader.c
@@ -3,7 +3,7 @@
Copyright (C) 2006, 2007, 2008, 2009, 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
+ 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.
diff --git a/src/util/container_bloomfilter.c b/src/util/container_bloomfilter.c
index 244262aeec..c864f5a146 100644
--- a/src/util/container_bloomfilter.c
+++ b/src/util/container_bloomfilter.c
@@ -3,7 +3,7 @@
Copyright (C) 2001, 2002, 2003, 2004, 2006, 2008, 2011, 2012, 2018 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
+ 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.
diff --git a/src/util/container_heap.c b/src/util/container_heap.c
index 440c190f91..70c1e03925 100644
--- a/src/util/container_heap.c
+++ b/src/util/container_heap.c
@@ -3,7 +3,7 @@
Copyright (C) 2008, 2009 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
+ 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.
diff --git a/src/util/container_meta_data.c b/src/util/container_meta_data.c
index 7f83864cac..a7672be734 100644
--- a/src/util/container_meta_data.c
+++ b/src/util/container_meta_data.c
@@ -3,7 +3,7 @@
Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010 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
+ 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.
diff --git a/src/util/container_multihashmap.c b/src/util/container_multihashmap.c
index e09645914c..f9ae4b366e 100644
--- a/src/util/container_multihashmap.c
+++ b/src/util/container_multihashmap.c
@@ -3,7 +3,7 @@
Copyright (C) 2008, 2012 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
+ 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.
diff --git a/src/util/container_multihashmap32.c b/src/util/container_multihashmap32.c
index 4b37b1ef31..142d03f4c7 100644
--- a/src/util/container_multihashmap32.c
+++ b/src/util/container_multihashmap32.c
@@ -3,7 +3,7 @@
Copyright (C) 2008 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
+ 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.
diff --git a/src/util/container_multipeermap.c b/src/util/container_multipeermap.c
index bb5c61fd2d..3c65e7e29d 100644
--- a/src/util/container_multipeermap.c
+++ b/src/util/container_multipeermap.c
@@ -3,7 +3,7 @@
Copyright (C) 2008, 2012 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
+ 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.
diff --git a/src/util/container_multishortmap.c b/src/util/container_multishortmap.c
index 2b9171a855..45c3949531 100644
--- a/src/util/container_multishortmap.c
+++ b/src/util/container_multishortmap.c
@@ -3,7 +3,7 @@
Copyright (C) 2008, 2012 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
+ 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.
diff --git a/src/util/crypto_abe.c b/src/util/crypto_abe.c
index bb63e6d146..d3c3a19940 100644
--- a/src/util/crypto_abe.c
+++ b/src/util/crypto_abe.c
@@ -3,7 +3,7 @@
(and other contributing authors)
GNUnet is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
+ 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.
diff --git a/src/util/crypto_bug.c b/src/util/crypto_bug.c
index 011df65112..255f4ec24d 100644
--- a/src/util/crypto_bug.c
+++ b/src/util/crypto_bug.c
@@ -3,7 +3,7 @@
Copyright (C) 2018 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
+ 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.
diff --git a/src/util/crypto_crc.c b/src/util/crypto_crc.c
index e4af407536..12cb169e87 100644
--- a/src/util/crypto_crc.c
+++ b/src/util/crypto_crc.c
@@ -3,7 +3,7 @@
Copyright (C) 2001, 2002, 2003, 2004, 2006 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
+ 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.
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index 8db01009ad..4c838d4495 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -3,7 +3,7 @@
Copyright (C) 2012, 2013, 2015 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
+ 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.
diff --git a/src/util/crypto_ecc_dlog.c b/src/util/crypto_ecc_dlog.c
index 02cc608d73..1a2c670bdb 100644
--- a/src/util/crypto_ecc_dlog.c
+++ b/src/util/crypto_ecc_dlog.c
@@ -3,7 +3,7 @@
Copyright (C) 2012, 2013, 2015 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
+ 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.
diff --git a/src/util/crypto_ecc_setup.c b/src/util/crypto_ecc_setup.c
index 54ba375a82..feb34653cb 100644
--- a/src/util/crypto_ecc_setup.c
+++ b/src/util/crypto_ecc_setup.c
@@ -3,7 +3,7 @@
Copyright (C) 2012, 2013, 2015 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
+ 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.
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index b476a96cfb..dbc4c07a3e 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -3,7 +3,7 @@
Copyright (C) 2001-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
+ 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.
diff --git a/src/util/crypto_hash_file.c b/src/util/crypto_hash_file.c
index 89c05eb837..4da09ce081 100644
--- a/src/util/crypto_hash_file.c
+++ b/src/util/crypto_hash_file.c
@@ -3,7 +3,7 @@
Copyright (C) 2001-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
+ 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.
diff --git a/src/util/crypto_kdf.c b/src/util/crypto_kdf.c
index fb9d0a6bc1..fdc1348f1a 100644
--- a/src/util/crypto_kdf.c
+++ b/src/util/crypto_kdf.c
@@ -3,7 +3,7 @@
Copyright (C) 2010 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
+ 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.
diff --git a/src/util/crypto_mpi.c b/src/util/crypto_mpi.c
index b6d4bfdf46..793c7aea71 100644
--- a/src/util/crypto_mpi.c
+++ b/src/util/crypto_mpi.c
@@ -3,7 +3,7 @@
Copyright (C) 2012, 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
+ 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.
diff --git a/src/util/crypto_paillier.c b/src/util/crypto_paillier.c
index ccadcfb22b..c9e777b374 100644
--- a/src/util/crypto_paillier.c
+++ b/src/util/crypto_paillier.c
@@ -3,7 +3,7 @@
Copyright (C) 2014 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
+ 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.
diff --git a/src/util/crypto_random.c b/src/util/crypto_random.c
index d3200d2bb5..1ed82170ef 100644
--- a/src/util/crypto_random.c
+++ b/src/util/crypto_random.c
@@ -3,7 +3,7 @@
(and other contributing authors)
GNUnet is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
+ 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.
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c
index 192b011e2d..67dfec57b9 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -3,7 +3,7 @@
Copyright (C) 2014,2016 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
+ 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.
diff --git a/src/util/crypto_symmetric.c b/src/util/crypto_symmetric.c
index eceb3b0ea9..0862c3af7a 100644
--- a/src/util/crypto_symmetric.c
+++ b/src/util/crypto_symmetric.c
@@ -3,7 +3,7 @@
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 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
+ 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.
diff --git a/src/util/disk.c b/src/util/disk.c
index 6b07831732..151f65662d 100644
--- a/src/util/disk.c
+++ b/src/util/disk.c
@@ -3,7 +3,7 @@
Copyright (C) 2001--2013, 2016, 2018 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
+ 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.
diff --git a/src/util/disk.h b/src/util/disk.h
index bd84ee54e1..a6f563e24f 100644
--- a/src/util/disk.h
+++ b/src/util/disk.h
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c
index 2158eb1774..f3b7d0b020 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -3,7 +3,7 @@
Copyright (C) 2006, 2011 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
+ 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.
diff --git a/src/util/gnunet-config.c b/src/util/gnunet-config.c
index 51e7d516a7..81e09fdbf8 100644
--- a/src/util/gnunet-config.c
+++ b/src/util/gnunet-config.c
@@ -3,7 +3,7 @@
Copyright (C) 2012 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
+ 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.
diff --git a/src/util/gnunet-ecc.c b/src/util/gnunet-ecc.c
index b335681898..8c5a72742a 100644
--- a/src/util/gnunet-ecc.c
+++ b/src/util/gnunet-ecc.c
@@ -3,7 +3,7 @@
Copyright (C) 2012, 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
+ 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.
diff --git a/src/util/gnunet-helper-w32-console.c b/src/util/gnunet-helper-w32-console.c
index c95361a8e0..360c6ac676 100644
--- a/src/util/gnunet-helper-w32-console.c
+++ b/src/util/gnunet-helper-w32-console.c
@@ -3,7 +3,7 @@
Copyright (C) 2014 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
+ 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.
diff --git a/src/util/gnunet-helper-w32-console.h b/src/util/gnunet-helper-w32-console.h
index 33713d0adf..c854ec059a 100644
--- a/src/util/gnunet-helper-w32-console.h
+++ b/src/util/gnunet-helper-w32-console.h
@@ -3,7 +3,7 @@
Copyright (C) 2014 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
+ 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.
diff --git a/src/util/gnunet-resolver.c b/src/util/gnunet-resolver.c
index 95ede47065..873a181469 100644
--- a/src/util/gnunet-resolver.c
+++ b/src/util/gnunet-resolver.c
@@ -3,7 +3,7 @@
Copyright (C) 2010 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
+ 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.
diff --git a/src/util/gnunet-scrypt.c b/src/util/gnunet-scrypt.c
index 62dd668f26..12899a8bba 100644
--- a/src/util/gnunet-scrypt.c
+++ b/src/util/gnunet-scrypt.c
@@ -3,7 +3,7 @@
Copyright (C) 2014 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
+ 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.
diff --git a/src/util/gnunet-service-resolver.c b/src/util/gnunet-service-resolver.c
index 6c48476197..cd40728362 100644
--- a/src/util/gnunet-service-resolver.c
+++ b/src/util/gnunet-service-resolver.c
@@ -3,7 +3,7 @@
Copyright (C) 2007-2016 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
+ 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.
diff --git a/src/util/gnunet-uri.c b/src/util/gnunet-uri.c
index 5426d78ec6..e5c17b0226 100644
--- a/src/util/gnunet-uri.c
+++ b/src/util/gnunet-uri.c
@@ -3,7 +3,7 @@
Copyright (C) 2012 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
+ 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.
diff --git a/src/util/helper.c b/src/util/helper.c
index 7e003cfa97..7b32c1b063 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -3,7 +3,7 @@
Copyright (C) 2011, 2012 Christian Grothoff
GNUnet is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
+ 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.
diff --git a/src/util/load.c b/src/util/load.c
index 6c51194233..1891b8971f 100644
--- a/src/util/load.c
+++ b/src/util/load.c
@@ -3,7 +3,7 @@
Copyright (C) 2010, 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
+ 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.
diff --git a/src/util/mq.c b/src/util/mq.c
index dec9711a3c..ad9437708b 100644
--- a/src/util/mq.c
+++ b/src/util/mq.c
@@ -3,7 +3,7 @@
Copyright (C) 2012-2017 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
+ 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.
diff --git a/src/util/mst.c b/src/util/mst.c
index c358389c32..48434f3eaf 100644
--- a/src/util/mst.c
+++ b/src/util/mst.c
@@ -3,7 +3,7 @@
Copyright (C) 2010, 2016, 2017 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
+ 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.
diff --git a/src/util/nc.c b/src/util/nc.c
index 431738d6d8..2866a09fb1 100644
--- a/src/util/nc.c
+++ b/src/util/nc.c
@@ -3,7 +3,7 @@
Copyright (C) 2010, 2016 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
+ 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.
diff --git a/src/util/network.c b/src/util/network.c
index 9684ab511b..b4e5a11396 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -3,7 +3,7 @@
Copyright (C) 2009-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
+ 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.
diff --git a/src/util/op.c b/src/util/op.c
index 8901e377f9..33283a21a5 100644
--- a/src/util/op.c
+++ b/src/util/op.c
@@ -3,7 +3,7 @@
Copyright (C) 2016 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
+ 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.
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 4cc3470248..537b46f187 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -3,7 +3,7 @@
Copyright (C) 2006-2018 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
+ 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.
diff --git a/src/util/os_network.c b/src/util/os_network.c
index effb3f5736..753836832d 100644
--- a/src/util/os_network.c
+++ b/src/util/os_network.c
@@ -3,7 +3,7 @@
Copyright (C) 2004, 2005, 2006, 2015 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
+ 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.
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 9a83e059da..5e34d3b262 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -3,7 +3,7 @@
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2011 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
+ 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.
diff --git a/src/util/peer.c b/src/util/peer.c
index 47610c7074..168811cd7f 100644
--- a/src/util/peer.c
+++ b/src/util/peer.c
@@ -3,7 +3,7 @@
Copyright (C) 2006, 2008, 2009 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
+ 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.
diff --git a/src/util/perf_crypto_asymmetric.c b/src/util/perf_crypto_asymmetric.c
index 64a435a3b8..6c3db48fc3 100644
--- a/src/util/perf_crypto_asymmetric.c
+++ b/src/util/perf_crypto_asymmetric.c
@@ -3,7 +3,7 @@
Copyright (C) 2015 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
+ 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.
diff --git a/src/util/perf_crypto_ecc_dlog.c b/src/util/perf_crypto_ecc_dlog.c
index 49dbc544cb..3772bc6e2b 100644
--- a/src/util/perf_crypto_ecc_dlog.c
+++ b/src/util/perf_crypto_ecc_dlog.c
@@ -3,7 +3,7 @@
Copyright (C) 2015 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
+ 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.
diff --git a/src/util/perf_crypto_hash.c b/src/util/perf_crypto_hash.c
index 13145743f3..7dd4cf5441 100644
--- a/src/util/perf_crypto_hash.c
+++ b/src/util/perf_crypto_hash.c
@@ -3,7 +3,7 @@
Copyright (C) 2002, 2003, 2004, 2006 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
+ 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.
diff --git a/src/util/perf_crypto_paillier.c b/src/util/perf_crypto_paillier.c
index 50ea32086d..5167ee93c6 100644
--- a/src/util/perf_crypto_paillier.c
+++ b/src/util/perf_crypto_paillier.c
@@ -3,7 +3,7 @@
Copyright (C) 2014 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
+ 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.
diff --git a/src/util/perf_crypto_rsa.c b/src/util/perf_crypto_rsa.c
index e00eda6a6f..03676dfd2f 100644
--- a/src/util/perf_crypto_rsa.c
+++ b/src/util/perf_crypto_rsa.c
@@ -3,7 +3,7 @@
Copyright (C) 2014 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
+ 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.
diff --git a/src/util/perf_crypto_symmetric.c b/src/util/perf_crypto_symmetric.c
index c1c7c5b566..af88fc27b8 100644
--- a/src/util/perf_crypto_symmetric.c
+++ b/src/util/perf_crypto_symmetric.c
@@ -3,7 +3,7 @@
Copyright (C) 2002, 2003, 2004, 2006 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
+ 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.
diff --git a/src/util/perf_malloc.c b/src/util/perf_malloc.c
index 6277ba2275..1f1744f504 100644
--- a/src/util/perf_malloc.c
+++ b/src/util/perf_malloc.c
@@ -3,7 +3,7 @@
Copyright (C) 2012 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
+ 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.
diff --git a/src/util/plugin.c b/src/util/plugin.c
index eede9c93d5..1a05b02869 100644
--- a/src/util/plugin.c
+++ b/src/util/plugin.c
@@ -3,7 +3,7 @@
Copyright (C) 2002-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
+ 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.
diff --git a/src/util/program.c b/src/util/program.c
index 32adac20ff..23e43b91e2 100644
--- a/src/util/program.c
+++ b/src/util/program.c
@@ -3,7 +3,7 @@
Copyright (C) 2009-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
+ 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.
diff --git a/src/util/resolver.h b/src/util/resolver.h
index d58860f35e..bb1ad35321 100644
--- a/src/util/resolver.h
+++ b/src/util/resolver.h
@@ -3,7 +3,7 @@
Copyright (C) 2009, 2012 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
+ 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.
diff --git a/src/util/resolver_api.c b/src/util/resolver_api.c
index a0d8008453..26939a8326 100644
--- a/src/util/resolver_api.c
+++ b/src/util/resolver_api.c
@@ -3,7 +3,7 @@
Copyright (C) 2009-2018 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
+ 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.
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index be94a66789..f83c52dec5 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -3,7 +3,7 @@
Copyright (C) 2009-2017 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
+ 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.
diff --git a/src/util/service.c b/src/util/service.c
index 568ed2aae2..f355beb79d 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -3,7 +3,7 @@
Copyright (C) 2016 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
+ 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.
diff --git a/src/util/signal.c b/src/util/signal.c
index caf3c40b90..acaca08f29 100644
--- a/src/util/signal.c
+++ b/src/util/signal.c
@@ -3,7 +3,7 @@
Copyright (C) 2001, 2002, 2006 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
+ 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.
diff --git a/src/util/socks.c b/src/util/socks.c
index 12b9a28513..ad44996281 100644
--- a/src/util/socks.c
+++ b/src/util/socks.c
@@ -3,7 +3,7 @@
Copyright (C) 2009-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
+ 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.
diff --git a/src/util/speedup.c b/src/util/speedup.c
index 6e99d53239..95187f378a 100644
--- a/src/util/speedup.c
+++ b/src/util/speedup.c
@@ -3,7 +3,7 @@
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
+ 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.
diff --git a/src/util/speedup.h b/src/util/speedup.h
index 71b7a6de9b..cf27a9d0e5 100644
--- a/src/util/speedup.h
+++ b/src/util/speedup.h
@@ -3,7 +3,7 @@
Copyright (C) 2009 -- 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
+ 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.
diff --git a/src/util/strings.c b/src/util/strings.c
index e2f37c8ad7..a7cbeddb08 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -3,7 +3,7 @@
Copyright (C) 2005-2017 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
+ 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.
diff --git a/src/util/test_bio.c b/src/util/test_bio.c
index 84bbbcadd8..65d10b6abc 100644
--- a/src/util/test_bio.c
+++ b/src/util/test_bio.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_client.c b/src/util/test_client.c
index 73a376e2b7..d1951ebedf 100644
--- a/src/util/test_client.c
+++ b/src/util/test_client.c
@@ -3,7 +3,7 @@
Copyright (C) 2009, 2016 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
+ 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.
diff --git a/src/util/test_common_allocation.c b/src/util/test_common_allocation.c
index e377331fe2..40eab4181d 100644
--- a/src/util/test_common_allocation.c
+++ b/src/util/test_common_allocation.c
@@ -3,7 +3,7 @@
Copyright (C) 2001, 2002, 2003, 2005, 2006, 2017 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
+ 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.
diff --git a/src/util/test_common_endian.c b/src/util/test_common_endian.c
index 8c3031e2c7..658e199aac 100644
--- a/src/util/test_common_endian.c
+++ b/src/util/test_common_endian.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_common_logging.c b/src/util/test_common_logging.c
index 2925eeb372..cd35dab4ee 100644
--- a/src/util/test_common_logging.c
+++ b/src/util/test_common_logging.c
@@ -3,7 +3,7 @@
Copyright (C) 2008 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
+ 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.
diff --git a/src/util/test_common_logging_dummy.c b/src/util/test_common_logging_dummy.c
index 430e7891b4..6445faf839 100644
--- a/src/util/test_common_logging_dummy.c
+++ b/src/util/test_common_logging_dummy.c
@@ -3,7 +3,7 @@
Copyright (C) 2008-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
+ 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.
diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c
index 818dddc176..459d996e41 100644
--- a/src/util/test_common_logging_runtime_loglevels.c
+++ b/src/util/test_common_logging_runtime_loglevels.c
@@ -3,7 +3,7 @@
Copyright (C) 2011 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
+ 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.
diff --git a/src/util/test_configuration.c b/src/util/test_configuration.c
index bd6455bea5..a6cf852d32 100644
--- a/src/util/test_configuration.c
+++ b/src/util/test_configuration.c
@@ -3,7 +3,7 @@
Copyright (C) 2003, 2004, 2005, 2006, 2007 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
+ 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.
diff --git a/src/util/test_container_bloomfilter.c b/src/util/test_container_bloomfilter.c
index 4916e2cd08..e7b4499a5b 100644
--- a/src/util/test_container_bloomfilter.c
+++ b/src/util/test_container_bloomfilter.c
@@ -3,7 +3,7 @@
Copyright (C) 2004, 2009 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
+ 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.
diff --git a/src/util/test_container_dll.c b/src/util/test_container_dll.c
index 0fc5021d3b..ef33d9f58d 100644
--- a/src/util/test_container_dll.c
+++ b/src/util/test_container_dll.c
@@ -3,7 +3,7 @@
Copyright (C) 2017 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
+ 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.
diff --git a/src/util/test_container_heap.c b/src/util/test_container_heap.c
index ceb59907a2..5734ff5dcb 100644
--- a/src/util/test_container_heap.c
+++ b/src/util/test_container_heap.c
@@ -3,7 +3,7 @@
Copyright (C) 2008 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
+ 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.
diff --git a/src/util/test_container_meta_data.c b/src/util/test_container_meta_data.c
index 1008c9891c..cc8e9c4fe7 100644
--- a/src/util/test_container_meta_data.c
+++ b/src/util/test_container_meta_data.c
@@ -3,7 +3,7 @@
Copyright (C) 2003, 2004, 2006, 2009, 2010 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
+ 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.
diff --git a/src/util/test_container_multihashmap.c b/src/util/test_container_multihashmap.c
index 92c5783922..34480a4339 100644
--- a/src/util/test_container_multihashmap.c
+++ b/src/util/test_container_multihashmap.c
@@ -3,7 +3,7 @@
Copyright (C) 2008 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
+ 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.
diff --git a/src/util/test_container_multihashmap32.c b/src/util/test_container_multihashmap32.c
index c094f4c565..e68d8e0867 100644
--- a/src/util/test_container_multihashmap32.c
+++ b/src/util/test_container_multihashmap32.c
@@ -3,7 +3,7 @@
Copyright (C) 2008 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
+ 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.
diff --git a/src/util/test_container_multipeermap.c b/src/util/test_container_multipeermap.c
index 500dff98a0..976df657a4 100644
--- a/src/util/test_container_multipeermap.c
+++ b/src/util/test_container_multipeermap.c
@@ -3,7 +3,7 @@
Copyright (C) 2008, 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
+ 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.
diff --git a/src/util/test_crypto_crc.c b/src/util/test_crypto_crc.c
index 7b7dfc3591..79fa3b24fd 100644
--- a/src/util/test_crypto_crc.c
+++ b/src/util/test_crypto_crc.c
@@ -3,7 +3,7 @@
Copyright (C) 2001, 2002, 2003, 2004, 2006 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
+ 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.
diff --git a/src/util/test_crypto_ecc_dlog.c b/src/util/test_crypto_ecc_dlog.c
index 10ed0ee386..ef19fba660 100644
--- a/src/util/test_crypto_ecc_dlog.c
+++ b/src/util/test_crypto_ecc_dlog.c
@@ -3,7 +3,7 @@
Copyright (C) 2015 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
+ 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.
diff --git a/src/util/test_crypto_ecdh_eddsa.c b/src/util/test_crypto_ecdh_eddsa.c
index 1c1c083080..9f6d868d43 100644
--- a/src/util/test_crypto_ecdh_eddsa.c
+++ b/src/util/test_crypto_ecdh_eddsa.c
@@ -3,7 +3,7 @@
Copyright (C) 2002-2015 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
+ 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.
diff --git a/src/util/test_crypto_ecdhe.c b/src/util/test_crypto_ecdhe.c
index aa9f9c9484..d6af98a997 100644
--- a/src/util/test_crypto_ecdhe.c
+++ b/src/util/test_crypto_ecdhe.c
@@ -3,7 +3,7 @@
Copyright (C) 2002-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
+ 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.
diff --git a/src/util/test_crypto_ecdsa.c b/src/util/test_crypto_ecdsa.c
index 827112ff5a..147123646d 100644
--- a/src/util/test_crypto_ecdsa.c
+++ b/src/util/test_crypto_ecdsa.c
@@ -3,7 +3,7 @@
Copyright (C) 2002-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
+ 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.
diff --git a/src/util/test_crypto_eddsa.c b/src/util/test_crypto_eddsa.c
index 9df9a42fc6..1b420d7914 100644
--- a/src/util/test_crypto_eddsa.c
+++ b/src/util/test_crypto_eddsa.c
@@ -3,7 +3,7 @@
Copyright (C) 2002-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
+ 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.
diff --git a/src/util/test_crypto_hash.c b/src/util/test_crypto_hash.c
index 3d1245a53e..a2bf987002 100644
--- a/src/util/test_crypto_hash.c
+++ b/src/util/test_crypto_hash.c
@@ -3,7 +3,7 @@
Copyright (C) 2002, 2003, 2004, 2006, 2009 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
+ 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.
diff --git a/src/util/test_crypto_hash_context.c b/src/util/test_crypto_hash_context.c
index 4739e46faf..2b27065e2c 100644
--- a/src/util/test_crypto_hash_context.c
+++ b/src/util/test_crypto_hash_context.c
@@ -3,7 +3,7 @@
Copyright (C) 2014 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
+ 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.
diff --git a/src/util/test_crypto_paillier.c b/src/util/test_crypto_paillier.c
index 4569a77d3a..c6d595ff4a 100644
--- a/src/util/test_crypto_paillier.c
+++ b/src/util/test_crypto_paillier.c
@@ -3,7 +3,7 @@
Copyright (C) 2014 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
+ 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.
diff --git a/src/util/test_crypto_random.c b/src/util/test_crypto_random.c
index 4c051f7056..7b3bb28d23 100644
--- a/src/util/test_crypto_random.c
+++ b/src/util/test_crypto_random.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_crypto_rsa.c b/src/util/test_crypto_rsa.c
index 522767bbb3..f79aba17bd 100644
--- a/src/util/test_crypto_rsa.c
+++ b/src/util/test_crypto_rsa.c
@@ -3,7 +3,7 @@
Copyright (C) 2014,2015 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
+ 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.
diff --git a/src/util/test_crypto_symmetric.c b/src/util/test_crypto_symmetric.c
index 462a4ee596..8157895a37 100644
--- a/src/util/test_crypto_symmetric.c
+++ b/src/util/test_crypto_symmetric.c
@@ -3,7 +3,7 @@
Copyright (C) 2002, 2003, 2004, 2006 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
+ 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.
diff --git a/src/util/test_disk.c b/src/util/test_disk.c
index 2de5d1844a..ea85fcc6cb 100644
--- a/src/util/test_disk.c
+++ b/src/util/test_disk.c
@@ -3,7 +3,7 @@
Copyright (C) 2001, 2002, 2003, 2005, 2006, 2009 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
+ 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.
diff --git a/src/util/test_getopt.c b/src/util/test_getopt.c
index eb08e7ae82..eafbf38d21 100644
--- a/src/util/test_getopt.c
+++ b/src/util/test_getopt.c
@@ -3,7 +3,7 @@
Copyright (C) 2003, 2004, 2005, 2006, 2009 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
+ 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.
diff --git a/src/util/test_mq.c b/src/util/test_mq.c
index aef65293bf..669268d518 100644
--- a/src/util/test_mq.c
+++ b/src/util/test_mq.c
@@ -3,7 +3,7 @@
Copyright (C) 2012, 2018 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
+ 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.
diff --git a/src/util/test_os_network.c b/src/util/test_os_network.c
index e4c3ff3b26..bd5371e60c 100644
--- a/src/util/test_os_network.c
+++ b/src/util/test_os_network.c
@@ -3,7 +3,7 @@
Copyright (C) 2003, 2004, 2005, 2006, 2009 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
+ 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.
diff --git a/src/util/test_os_start_process.c b/src/util/test_os_start_process.c
index 0d4b8ee4fe..ee18fadc32 100644
--- a/src/util/test_os_start_process.c
+++ b/src/util/test_os_start_process.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_peer.c b/src/util/test_peer.c
index b92e904ae5..630adfb5b5 100644
--- a/src/util/test_peer.c
+++ b/src/util/test_peer.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_plugin.c b/src/util/test_plugin.c
index 8cfa27694b..3df5863f34 100644
--- a/src/util/test_plugin.c
+++ b/src/util/test_plugin.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_plugin_plug.c b/src/util/test_plugin_plug.c
index 5179a3788c..8ec39ba30d 100644
--- a/src/util/test_plugin_plug.c
+++ b/src/util/test_plugin_plug.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_program.c b/src/util/test_program.c
index b3db43d109..5aeacc76ea 100644
--- a/src/util/test_program.c
+++ b/src/util/test_program.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_resolver_api.c b/src/util/test_resolver_api.c
index 8d88eadc0f..b6c9703be8 100644
--- a/src/util/test_resolver_api.c
+++ b/src/util/test_resolver_api.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_scheduler.c b/src/util/test_scheduler.c
index 19a2992adc..8f7771b5b2 100644
--- a/src/util/test_scheduler.c
+++ b/src/util/test_scheduler.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_scheduler_delay.c b/src/util/test_scheduler_delay.c
index 45ca9b2986..ac0d708e1c 100644
--- a/src/util/test_scheduler_delay.c
+++ b/src/util/test_scheduler_delay.c
@@ -3,7 +3,7 @@
Copyright (C) 2001-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
+ 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.
diff --git a/src/util/test_service.c b/src/util/test_service.c
index 9ae884f04f..ef0fa7561a 100644
--- a/src/util/test_service.c
+++ b/src/util/test_service.c
@@ -3,7 +3,7 @@
Copyright (C) 2009, 2013, 2016 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
+ 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.
diff --git a/src/util/test_socks.c b/src/util/test_socks.c
index abe6b5126f..977b0e2620 100644
--- a/src/util/test_socks.c
+++ b/src/util/test_socks.c
@@ -3,7 +3,7 @@
Copyright (C) 2015, 2016 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
+ 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.
diff --git a/src/util/test_speedup.c b/src/util/test_speedup.c
index d0e635f754..bf49fb9ce5 100644
--- a/src/util/test_speedup.c
+++ b/src/util/test_speedup.c
@@ -3,7 +3,7 @@
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
+ 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.
diff --git a/src/util/test_strings.c b/src/util/test_strings.c
index 0bfb149769..f263159f91 100644
--- a/src/util/test_strings.c
+++ b/src/util/test_strings.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_strings_to_data.c b/src/util/test_strings_to_data.c
index f7fb99f1dd..5fbc538028 100644
--- a/src/util/test_strings_to_data.c
+++ b/src/util/test_strings_to_data.c
@@ -3,7 +3,7 @@
Copyright (C) 2009 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
+ 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.
diff --git a/src/util/test_time.c b/src/util/test_time.c
index b4ee3bfd75..b030e9c431 100644
--- a/src/util/test_time.c
+++ b/src/util/test_time.c
@@ -3,7 +3,7 @@
Copyright (C) 2001-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
+ 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.
diff --git a/src/util/time.c b/src/util/time.c
index 7b0d11d77d..037e31f51e 100644
--- a/src/util/time.c
+++ b/src/util/time.c
@@ -3,7 +3,7 @@
Copyright (C) 2001-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
+ 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.
diff --git a/src/util/win.c b/src/util/win.c
index 0d9fbbf74d..2340e4db60 100644
--- a/src/util/win.c
+++ b/src/util/win.c
@@ -3,7 +3,7 @@
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 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
+ 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.
diff --git a/src/util/winproc.c b/src/util/winproc.c
index 49727a5ba4..1f63dcbafe 100644
--- a/src/util/winproc.c
+++ b/src/util/winproc.c
@@ -3,7 +3,7 @@
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 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
+ 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.