diff options
| author | MarcoFalke <[email protected]> | 2015-12-13 17:58:29 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-12-13 18:08:39 +0100 |
| commit | fa24439ff3d8ab5b9efaf66ef4dae6713b88cb35 (patch) | |
| tree | bdf12400180722b6827d89b6c10aa66f8b0f864d /src/consensus | |
| parent | [devtools] Rewrite fix-copyright-headers.py (diff) | |
| download | discoin-fa24439ff3d8ab5b9efaf66ef4dae6713b88cb35.tar.xz discoin-fa24439ff3d8ab5b9efaf66ef4dae6713b88cb35.zip | |
Bump copyright headers to 2015
Diffstat (limited to 'src/consensus')
| -rw-r--r-- | src/consensus/consensus.h | 2 | ||||
| -rw-r--r-- | src/consensus/params.h | 2 | ||||
| -rw-r--r-- | src/consensus/validation.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/consensus/consensus.h b/src/consensus/consensus.h index 6d6ce7e09..5a099cf53 100644 --- a/src/consensus/consensus.h +++ b/src/consensus/consensus.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/consensus/params.h b/src/consensus/params.h index 5ebc48a8d..335750fe8 100644 --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/consensus/validation.h b/src/consensus/validation.h index d6051edc3..d7e57f5b5 100644 --- a/src/consensus/validation.h +++ b/src/consensus/validation.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. |