diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-11-10 17:31:52 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-11-10 17:31:54 +0100 |
commit | af3ec17f6794eeebb23f9089ae00edb030e5d619 (patch) | |
tree | ff0ab55bf7182b1daabc8c167f8ca45255e1dfd7 /src | |
parent | 33d5ee683085fe5cbb6fc6ea87d45c5f52882232 (diff) | |
parent | a8a5e0133abbc7cbb3e5d526e626292a2dce5e91 (diff) |
Merge pull request #5246
a8a5e01 Adding license. (sinetek)
Diffstat (limited to 'src')
-rw-r--r-- | src/hash.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hash.cpp b/src/hash.cpp index 29376b45aa..2cca06ae23 100644 --- a/src/hash.cpp +++ b/src/hash.cpp @@ -1,3 +1,7 @@ +// Copyright (c) 2013-2014 The Bitcoin developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + #include "hash.h" inline uint32_t ROTL32(uint32_t x, int8_t r) |