diff options
author | Michael Ford <fanquake@gmail.com> | 2014-11-17 11:04:01 +0800 |
---|---|---|
committer | Michael Ford <fanquake@gmail.com> | 2014-11-17 11:04:01 +0800 |
commit | c63a73d18aa60207790f24b9a910fd45eb3afaa3 (patch) | |
tree | b9f54e44b87da879c39c3d0b83a2a634fda2521f /src/utilmoneystr.cpp | |
parent | 3d3ce7421e11ed693840e04bee4d18fb9d396309 (diff) |
Update comments in util to be doxygen compatible
Diffstat (limited to 'src/utilmoneystr.cpp')
-rw-r--r-- | src/utilmoneystr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilmoneystr.cpp b/src/utilmoneystr.cpp index 267a5b845c..085adae85e 100644 --- a/src/utilmoneystr.cpp +++ b/src/utilmoneystr.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // 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 "utilmoneystr.h" |