diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-06-19 16:34:10 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-06-19 16:34:10 -0400 |
commit | 23e7583a8c9a0dcee9cbbf3be8bfc453298773f0 (patch) | |
tree | 08a6b8dde07dfd356497975d89c3dac3922d3cd7 /src/checkpoints.cpp | |
parent | b90b8159db929232b7142baa903ddc0226dd7e10 (diff) | |
parent | 5e322a72f94e3c759bb37cec37d8c066766b6072 (diff) |
Merge branch '0.6.x' of git://gitorious.org/+bitcoin-stable-developers/bitcoin/bitcoind-stable into 0.6.3
Diffstat (limited to 'src/checkpoints.cpp')
-rw-r--r-- | src/checkpoints.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 21d3ce774e..67e2c4cb78 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -1,6 +1,6 @@ // 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 <boost/assign/list_of.hpp> // for 'map_list_of()' #include <boost/foreach.hpp> |