diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-11-10 17:31:52 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-11-10 17:31:54 +0100 |
| commit | af3ec17f6794eeebb23f9089ae00edb030e5d619 (patch) | |
| tree | ff0ab55bf7182b1daabc8c167f8ca45255e1dfd7 /src/hash.cpp | |
| parent | Merge pull request #5239 (diff) | |
| parent | Adding license. (diff) | |
| download | discoin-af3ec17f6794eeebb23f9089ae00edb030e5d619.tar.xz discoin-af3ec17f6794eeebb23f9089ae00edb030e5d619.zip | |
Merge pull request #5246
a8a5e01 Adding license. (sinetek)
Diffstat (limited to 'src/hash.cpp')
| -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 29376b45a..2cca06ae2 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) |