From 40715561a181a1d8e1fc5b11cf0fdc84a08f44ba Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 19 Aug 2021 09:28:59 -0400 Subject: [PATCH] Add copyright --- src/httprpc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/httprpc.cpp b/src/httprpc.cpp index 799d2fbe6..fd6849e61 100644 --- a/src/httprpc.cpp +++ b/src/httprpc.cpp @@ -1,3 +1,6 @@ +// Copyright (c) 2016-2021 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,9 +15,7 @@ * Removal or modification of this copyright notice is prohibited. * * * ******************************************************************************/ - #include "httprpc.h" - #include "chainparams.h" #include "httpserver.h" #include "key_io.h" @@ -25,7 +26,6 @@ #include "util.h" #include "utilstrencodings.h" #include "ui_interface.h" - #include // boost::trim // WWW-Authenticate to present with 401 Unauthorized response