]> Git Repo - VerusCoin.git/commitdiff
add license header to core_io.h, core_read/_write.cpp
authorPhilip Kaufmann <[email protected]>
Fri, 1 Aug 2014 06:39:06 +0000 (08:39 +0200)
committerPhilip Kaufmann <[email protected]>
Fri, 1 Aug 2014 06:39:06 +0000 (08:39 +0200)
src/core_io.h
src/core_read.cpp
src/core_write.cpp

index 26a1293dfdb13c0aea007c2724b9943a30963088..adf74cce328439f206f12145b36d23ad9b78a08a 100644 (file)
@@ -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__
 
index 9022ffaf2b079ea2232163733c39ac76665635aa..593eb2d03548ee731eb4f9f1e0cc182c26fc478d 100644 (file)
@@ -1,3 +1,6 @@
+// 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.
 
 #include "core_io.h"
 #include "core.h"
index d9e31ed8cd194b7827aa236ba278791f6b859ba5..37dd69f7b834ee699ea50a1f04af0422350c0485 100644 (file)
@@ -1,3 +1,6 @@
+// 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.
 
 #include "core_io.h"
 #include "univalue/univalue.h"
This page took 0.027593 seconds and 4 git commands to generate.