diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index e8d651694..f57017718 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -1,4 +1,6 @@ -// Copyright 2019-2020 The Hush developers +// Copyright (c) 2016-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. * * * @@ -13,8 +15,7 @@ * Removal or modification of this copyright notice is prohibited. * * * ******************************************************************************/ - -// paxdeposit equivalent in reverse makes opreturn and KMD does the same in reverse +// paxdeposit equivalent in reverse makes opreturn and HUSH does the same in reverse #include "hush_defs.h" /*#include "secp256k1/include/secp256k1.h" diff --git a/src/komodo_kv.h b/src/komodo_kv.h index 4790c4fb9..891717855 100644 --- a/src/komodo_kv.h +++ b/src/komodo_kv.h @@ -1,3 +1,6 @@ +// Copyright (c) 2016-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. * * * @@ -13,8 +16,8 @@ * * ******************************************************************************/ -#ifndef H_KOMODOKV_H -#define H_KOMODOKV_H +#ifndef H_HUSHKV_H +#define H_HUSHKV_H #include "hush_defs.h" diff --git a/src/main.cpp b/src/main.cpp index 16c106abc..8d2e803c2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2020 The Hush developers +// Copyright (c) 2016-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 /******************************************************************************