diff options
| author | DrahtBot <[email protected]> | 2018-07-26 18:36:45 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-07-27 07:15:02 -0400 |
| commit | eb7daf4d600eeb631427c018a984a77a34aca66e (patch) | |
| tree | 5a98b3ff532e47ce977d43181da5d5501809c8e9 /src/support/allocators | |
| parent | Merge #13423: [net] Thread safety annotations in net_processing (diff) | |
| download | discoin-eb7daf4d600eeb631427c018a984a77a34aca66e.tar.xz discoin-eb7daf4d600eeb631427c018a984a77a34aca66e.zip | |
Update copyright headers to 2018
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 0249afa49..7cd0df135 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-2017 The Bitcoin Core developers +// Copyright (c) 2009-2018 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 78ff1ad02..c7ed5ef30 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-2017 The Bitcoin Core developers +// Copyright (c) 2009-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. |