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/compat.h | |
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/compat.h')
-rw-r--r-- | src/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat.h b/src/compat.h index 804a8141b5..79ebb9323a 100644 --- a/src/compat.h +++ b/src/compat.h @@ -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. #ifndef _BITCOIN_COMPAT_H #define _BITCOIN_COMPAT_H 1 |