aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_util_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_util_lib.h')
-rw-r--r--src/include/gnunet_util_lib.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_util_lib.h b/src/include/gnunet_util_lib.h
index a9bd6c33f..e82e6caee 100644
--- a/src/include/gnunet_util_lib.h
+++ b/src/include/gnunet_util_lib.h
@@ -52,6 +52,14 @@ extern "C"
52 */ 52 */
53#define GNUNET_MIN_MESSAGE_SIZE sizeof (struct GNUNET_MessageHeader) 53#define GNUNET_MIN_MESSAGE_SIZE sizeof (struct GNUNET_MessageHeader)
54 54
55/**
56 * NOTE: You MUST adjust this URL to point to the location of a
57 * publicly accessible repository (or TGZ) containing the sources of
58 * THIS release. Otherwise, you are violating the Affero GPL if you make
59 * this service available to anyone but yourself.
60 */
61#define GNUNET_AGPL_URL "https://gnunet.org/git/gnunet.git#" PACKAGE_VERSION;
62
55 63
56#include "gnunet_crypto_lib.h" 64#include "gnunet_crypto_lib.h"
57#include "gnunet_bandwidth_lib.h" 65#include "gnunet_bandwidth_lib.h"