summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--toxcore/DHT.c2
-rw-r--r--toxcore/DHT.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a100f344..2b7f3a2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
2# Process this file with autoconf to produce a configure script. 2# Process this file with autoconf to produce a configure script.
3 3
4AC_PREREQ([2.65]) 4AC_PREREQ([2.65])
5AC_INIT([tox], [0.0.0], [https://tox.im]) 5AC_INIT([tox], [0.0.0])
6AC_CONFIG_AUX_DIR(configure_aux) 6AC_CONFIG_AUX_DIR(configure_aux)
7AC_CONFIG_SRCDIR([toxcore/net_crypto.c]) 7AC_CONFIG_SRCDIR([toxcore/net_crypto.c])
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])
diff --git a/toxcore/DHT.c b/toxcore/DHT.c
index 2236fe61..82c40136 100644
--- a/toxcore/DHT.c
+++ b/toxcore/DHT.c
@@ -1,6 +1,6 @@
1/* DHT.c 1/* DHT.c
2 * 2 *
3 * An implementation of the DHT as seen in http://wiki.tox.im/index.php/DHT 3 * An implementation of the DHT as seen in docs/updates/DHT.md
4 * 4 *
5 * Copyright (C) 2013 Tox project All Rights Reserved. 5 * Copyright (C) 2013 Tox project All Rights Reserved.
6 * 6 *
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index c612c287..7ea64655 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -1,6 +1,6 @@
1/* DHT.h 1/* DHT.h
2 * 2 *
3 * An implementation of the DHT as seen in http://wiki.tox.im/index.php/DHT 3 * An implementation of the DHT as seen in docs/updates/DHT.md
4 * 4 *
5 * Copyright (C) 2013 Tox project All Rights Reserved. 5 * Copyright (C) 2013 Tox project All Rights Reserved.
6 * 6 *