From c9b519c99f4cfb969508e2a66ba0b9b1a7bc63e3 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 8 Dec 2020 08:31:11 -0500 Subject: [PATCH] copyright --- src/cc/eval.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cc/eval.cpp b/src/cc/eval.cpp index 9e6a21676..c664dc0a3 100644 --- a/src/cc/eval.cpp +++ b/src/cc/eval.cpp @@ -1,3 +1,6 @@ +// Copyright (c) 2019-2020 The Hush developers +// Distributed under the GPLv3 software license, see the accompanying +// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * * * @@ -12,10 +15,8 @@ * Removal or modification of this copyright notice is prohibited. * * * ******************************************************************************/ - #include #include - #include "primitives/block.h" #include "primitives/transaction.h" #include "script/cc.h"