aboutsummaryrefslogtreecommitdiff
path: root/src/core_io.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-08-01 08:39:06 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-08-01 08:39:06 +0200
commit2b600992e8de0cc9a484e3bf25fe71ac50adadb7 (patch)
tree546c215436f66c74bec0851d40269c15a75fb8c0 /src/core_io.h
parent1b73d36b2c71c92044012dc736215bf95f2e908b (diff)
downloadbitcoin-2b600992e8de0cc9a484e3bf25fe71ac50adadb7.tar.xz
add license header to core_io.h, core_read/_write.cpp
Diffstat (limited to 'src/core_io.h')
-rw-r--r--src/core_io.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core_io.h b/src/core_io.h
index 26a1293dfd..adf74cce32 100644
--- a/src/core_io.h
+++ b/src/core_io.h
@@ -1,3 +1,7 @@
+// Copyright (c) 2009-2014 The Bitcoin developers
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
#ifndef __BITCOIN_CORE_IO_H__
#define __BITCOIN_CORE_IO_H__