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/support/allocators | |
| 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/support/allocators')
| -rw-r--r-- | src/support/allocators/secure.h | 2 | ||||
| -rw-r--r-- | src/support/allocators/zeroafterfree.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/support/allocators/secure.h b/src/support/allocators/secure.h index 5e7bb66ea..1ec40fe83 100644 --- a/src/support/allocators/secure.h +++ b/src/support/allocators/secure.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2009-2013 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/support/allocators/zeroafterfree.h b/src/support/allocators/zeroafterfree.h index 41e23392e..28a940ad1 100644 --- a/src/support/allocators/zeroafterfree.h +++ b/src/support/allocators/zeroafterfree.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2009-2013 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. |