aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
diff options
context:
space:
mode:
authorMichael Ford <fanquake@gmail.com>2014-11-20 10:19:29 +0800
committerMichael Ford <fanquake@gmail.com>2014-11-20 10:19:39 +0800
commit72fb3d295ab14d7e6b876d709be23bae1289dab2 (patch)
treea29bf4a688ef02c7b7ceb99e89d259d0c237120f /src/rpcnet.cpp
parentb5d1b1092998bc95313856d535c632ea5a8f9104 (diff)
downloadbitcoin-72fb3d295ab14d7e6b876d709be23bae1289dab2.tar.xz
Update comments in src/rpc* to be doxygen compatible
Diffstat (limited to 'src/rpcnet.cpp')
-rw-r--r--src/rpcnet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp
index 46b5f3d7ad..6ddbd62fca 100644
--- a/src/rpcnet.cpp
+++ b/src/rpcnet.cpp
@@ -1,5 +1,5 @@
// Copyright (c) 2009-2014 The Bitcoin developers
-// Distributed under the MIT/X11 software license, see the accompanying
+// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "rpcserver.h"