Some comment fixes.

This commit is contained in:
irungentoo 2015-06-26 22:58:59 -04:00
parent f2be0a3c5d
commit 0e982405d6
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT([tox], [0.0.0], [https://tox.im])
AC_INIT([tox], [0.0.0])
AC_CONFIG_AUX_DIR(configure_aux)
AC_CONFIG_SRCDIR([toxcore/net_crypto.c])
AC_CONFIG_HEADERS([config.h])

View File

@ -1,6 +1,6 @@
/* DHT.c
*
* An implementation of the DHT as seen in http://wiki.tox.im/index.php/DHT
* An implementation of the DHT as seen in docs/updates/DHT.md
*
* Copyright (C) 2013 Tox project All Rights Reserved.
*

View File

@ -1,6 +1,6 @@
/* DHT.h
*
* An implementation of the DHT as seen in http://wiki.tox.im/index.php/DHT
* An implementation of the DHT as seen in docs/updates/DHT.md
*
* Copyright (C) 2013 Tox project All Rights Reserved.
*