diff options
| author | Fordy <[email protected]> | 2012-05-18 22:02:28 +0800 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-05-20 20:06:11 +0000 |
| commit | d11488abd05cb39a9f481e7c4c35f780197a3d28 (patch) | |
| tree | 692807c49b1a7c8ffe091d8e585cdc89821a02b6 /src/util.cpp | |
| parent | Fix typo. libarcode => libqrcode (diff) | |
| download | discoin-d11488abd05cb39a9f481e7c4c35f780197a3d28.tar.xz discoin-d11488abd05cb39a9f481e7c4c35f780197a3d28.zip | |
Update License in File Headers
I originally created a pull to replace the "COPYING" in crypter.cpp and
crypter.h, but it turned out that COPYING was actually the correct
file.
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index bfc0eb81d..393f92749 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" #include "strlcpy.h" #include <boost/algorithm/string/join.hpp> |