diff options
author | MarcoFalke <falke.marco@gmail.com> | 2015-12-13 17:58:29 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2015-12-13 18:08:39 +0100 |
commit | fa24439ff3d8ab5b9efaf66ef4dae6713b88cb35 (patch) | |
tree | bdf12400180722b6827d89b6c10aa66f8b0f864d /src/consensus | |
parent | fa6ad855e9159b2247da4fa0054f32fa181499ab (diff) |
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 6d6ce7e099..5a099cf53c 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 5ebc48a8df..335750fe80 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 d6051edc38..d7e57f5b5e 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. |