diff options
| author | sinetek <[email protected]> | 2014-11-08 15:38:11 -0500 |
|---|---|---|
| committer | sinetek <[email protected]> | 2014-11-08 15:46:21 -0500 |
| commit | a8a5e0133abbc7cbb3e5d526e626292a2dce5e91 (patch) | |
| tree | a53002eb1b34db08acdeac9d5d1d47200cbd4996 /src/hash.cpp | |
| parent | Merge pull request #5215 (diff) | |
| download | discoin-a8a5e0133abbc7cbb3e5d526e626292a2dce5e91.tar.xz discoin-a8a5e0133abbc7cbb3e5d526e626292a2dce5e91.zip | |
Adding license.
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) |