From 2b600992e8de0cc9a484e3bf25fe71ac50adadb7 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 1 Aug 2014 08:39:06 +0200 Subject: add license header to core_io.h, core_read/_write.cpp --- src/core_io.h | 4 ++++ src/core_read.cpp | 3 +++ src/core_write.cpp | 3 +++ 3 files changed, 10 insertions(+) (limited to 'src') 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__ diff --git a/src/core_read.cpp b/src/core_read.cpp index 9022ffaf2b..593eb2d035 100644 --- a/src/core_read.cpp +++ b/src/core_read.cpp @@ -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" diff --git a/src/core_write.cpp b/src/core_write.cpp index d9e31ed8cd..37dd69f7b8 100644 --- a/src/core_write.cpp +++ b/src/core_write.cpp @@ -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" -- cgit v1.2.3