From 6db7b23f0be85c8fc263cb8380cb9a3d495be75a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Aug 2013 08:42:13 +0000 Subject: -use GPLv3+ consistently --- src/util/bio.c | 2 +- src/util/common_allocation.c | 2 +- src/util/common_endian.c | 2 +- src/util/configuration.c | 2 +- src/util/container_bloomfilter.c | 2 +- src/util/container_heap.c | 2 +- src/util/container_meta_data.c | 2 +- src/util/container_multihashmap.c | 2 +- src/util/container_multihashmap32.c | 2 +- src/util/container_slist.c | 2 +- src/util/crypto_aes.c | 2 +- src/util/crypto_crc.c | 2 +- src/util/crypto_kdf.c | 2 +- src/util/crypto_random.c | 2 +- src/util/disk.h | 2 +- src/util/getopt.c | 2 +- src/util/getopt_helpers.c | 2 +- src/util/mq.c | 2 +- src/util/os_installation.c | 2 +- src/util/os_network.c | 2 +- src/util/os_priority.c | 2 +- src/util/peer.c | 2 +- src/util/perf_crypto_hash.c | 2 +- src/util/perf_malloc.c | 2 +- src/util/plugin.c | 2 +- src/util/program.c | 2 +- src/util/resolver.h | 2 +- src/util/server_mst.c | 2 +- src/util/server_nc.c | 2 +- src/util/server_tc.c | 2 +- src/util/service.c | 2 +- src/util/signal.c | 2 +- src/util/win.c | 2 +- src/util/winproc.c | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) (limited to 'src/util') diff --git a/src/util/bio.c b/src/util/bio.c index 34210535a..dd2a182b1 100644 --- a/src/util/bio.c +++ b/src/util/bio.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c index dfa65d579..a7f6d1c67 100644 --- a/src/util/common_allocation.c +++ b/src/util/common_allocation.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/common_endian.c b/src/util/common_endian.c index 117e575e4..3d69f99e3 100644 --- a/src/util/common_endian.c +++ b/src/util/common_endian.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/configuration.c b/src/util/configuration.c index 0c7078bda..0899ed7c9 100644 --- a/src/util/configuration.c +++ b/src/util/configuration.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/container_bloomfilter.c b/src/util/container_bloomfilter.c index c21342f59..825a45f55 100644 --- a/src/util/container_bloomfilter.c +++ b/src/util/container_bloomfilter.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/container_heap.c b/src/util/container_heap.c index e2a27002a..0f63f957d 100644 --- a/src/util/container_heap.c +++ b/src/util/container_heap.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/container_meta_data.c b/src/util/container_meta_data.c index a868e817d..34c06b162 100644 --- a/src/util/container_meta_data.c +++ b/src/util/container_meta_data.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/container_multihashmap.c b/src/util/container_multihashmap.c index a365e81d9..3950684d1 100644 --- a/src/util/container_multihashmap.c +++ b/src/util/container_multihashmap.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/container_multihashmap32.c b/src/util/container_multihashmap32.c index 471038b5e..8bfff0616 100644 --- a/src/util/container_multihashmap32.c +++ b/src/util/container_multihashmap32.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/container_slist.c b/src/util/container_slist.c index 6b5832583..10af916c3 100644 --- a/src/util/container_slist.c +++ b/src/util/container_slist.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/crypto_aes.c b/src/util/crypto_aes.c index 11b894f69..5e23208f4 100644 --- a/src/util/crypto_aes.c +++ b/src/util/crypto_aes.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/crypto_crc.c b/src/util/crypto_crc.c index ea50b636c..82ca59456 100644 --- a/src/util/crypto_crc.c +++ b/src/util/crypto_crc.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/crypto_kdf.c b/src/util/crypto_kdf.c index 0e7fbbbec..0c957b70c 100644 --- a/src/util/crypto_kdf.c +++ b/src/util/crypto_kdf.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/crypto_random.c b/src/util/crypto_random.c index ca0d7ccc0..935bbc3ea 100644 --- a/src/util/crypto_random.c +++ b/src/util/crypto_random.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/disk.h b/src/util/disk.h index 2c128745f..890281a93 100644 --- a/src/util/disk.h +++ b/src/util/disk.h @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/getopt.c b/src/util/getopt.c index 64e4341e6..936e3b1e3 100644 --- a/src/util/getopt.c +++ b/src/util/getopt.c @@ -11,7 +11,7 @@ Bugs can be reported to bug-glibc@prep.ai.mit.edu. This program 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 2, or (at your option) any +Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c index f0f96d0d9..349f9e477 100644 --- a/src/util/getopt_helpers.c +++ b/src/util/getopt_helpers.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/mq.c b/src/util/mq.c index c215de187..289ac1ade 100644 --- a/src/util/mq.c +++ b/src/util/mq.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/os_installation.c b/src/util/os_installation.c index 753ed448e..5085c0aa4 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/os_network.c b/src/util/os_network.c index b0490efab..b11f07157 100644 --- a/src/util/os_network.c +++ b/src/util/os_network.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/os_priority.c b/src/util/os_priority.c index b52e116a6..f25c3dec5 100644 --- a/src/util/os_priority.c +++ b/src/util/os_priority.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/peer.c b/src/util/peer.c index e33c27ff6..e58b96211 100644 --- a/src/util/peer.c +++ b/src/util/peer.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/perf_crypto_hash.c b/src/util/perf_crypto_hash.c index affd4a2d5..42b1270d9 100644 --- a/src/util/perf_crypto_hash.c +++ b/src/util/perf_crypto_hash.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/perf_malloc.c b/src/util/perf_malloc.c index f25529269..80594f365 100644 --- a/src/util/perf_malloc.c +++ b/src/util/perf_malloc.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/plugin.c b/src/util/plugin.c index 4e0385a09..b22976574 100644 --- a/src/util/plugin.c +++ b/src/util/plugin.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/program.c b/src/util/program.c index 5cd129b47..9d2e0a40d 100644 --- a/src/util/program.c +++ b/src/util/program.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/resolver.h b/src/util/resolver.h index b77c19926..c7eda0125 100644 --- a/src/util/resolver.h +++ b/src/util/resolver.h @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/server_mst.c b/src/util/server_mst.c index 9dd04f0fa..7eac75bed 100644 --- a/src/util/server_mst.c +++ b/src/util/server_mst.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/server_nc.c b/src/util/server_nc.c index 29fa6fbd9..37dd9d84c 100644 --- a/src/util/server_nc.c +++ b/src/util/server_nc.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/server_tc.c b/src/util/server_tc.c index f803af48c..f02d06d2c 100644 --- a/src/util/server_tc.c +++ b/src/util/server_tc.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/service.c b/src/util/service.c index ea92f7cea..836501d38 100644 --- a/src/util/service.c +++ b/src/util/service.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/signal.c b/src/util/signal.c index c3bb718bf..c3f5f023e 100644 --- a/src/util/signal.c +++ b/src/util/signal.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/win.c b/src/util/win.c index 5cbe5c672..88763c9b2 100644 --- a/src/util/win.c +++ b/src/util/win.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but diff --git a/src/util/winproc.c b/src/util/winproc.c index b75fc86db..69a6aa9ca 100644 --- a/src/util/winproc.c +++ b/src/util/winproc.c @@ -4,7 +4,7 @@ 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but -- cgit v1.2.3