From 519713d32e3b16f996a43bf9f7401d41a404323b Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 11 Apr 2017 18:31:02 +1200 Subject: [PATCH] torcontrol: Add missing copyright header --- src/torcontrol.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/torcontrol.cpp b/src/torcontrol.cpp index b2f229cba..d43a8823e 100644 --- a/src/torcontrol.cpp +++ b/src/torcontrol.cpp @@ -1,3 +1,8 @@ +// Copyright (c) 2015-2017 The Bitcoin Core developers +// Copyright (c) 2017 The Zcash developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + #include "torcontrol.h" #include "utilstrencodings.h" #include "net.h"