From a8a5e0133abbc7cbb3e5d526e626292a2dce5e91 Mon Sep 17 00:00:00 2001 From: sinetek Date: Sat, 8 Nov 2014 15:38:11 -0500 Subject: Adding license. --- src/hash.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/hash.cpp') 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) -- cgit v1.2.3