From 02e949cec9e730d2a0452bce602d1fe1d239162b Mon Sep 17 00:00:00 2001 From: jahway603 Date: Sat, 22 May 2021 00:13:57 -0400 Subject: [PATCH] minor word changes --- coin.h | 2 +- netbase.cpp | 2 +- netbase.h | 2 +- protocol.cpp | 2 +- protocol.h | 2 +- serialize.h | 2 +- uint256.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/coin.h b/coin.h index f51dee0..f75c84e 100644 --- a/coin.h +++ b/coin.h @@ -1,7 +1,7 @@ // Copyright (c) 2018 The Bitcoin developers // Copyright (c) 2018-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 +// file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html #ifndef __INCLUDED_COIN_H__ #define __INCLUDED_COIN_H__ diff --git a/netbase.cpp b/netbase.cpp index e5c4d49..b0490e3 100644 --- a/netbase.cpp +++ b/netbase.cpp @@ -2,7 +2,7 @@ // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2018-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 +// file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html #include "netbase.h" #include "util.h" diff --git a/netbase.h b/netbase.h index 0411dfa..02af65d 100644 --- a/netbase.h +++ b/netbase.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2018-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 +// file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html #ifndef BITCOIN_NETBASE_H #define BITCOIN_NETBASE_H diff --git a/protocol.cpp b/protocol.cpp index 01707b3..f5b3a4c 100644 --- a/protocol.cpp +++ b/protocol.cpp @@ -2,7 +2,7 @@ // Copyright (c) 2011 The Bitcoin developers // Copyright (c) 2018-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 +// file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html #include #include diff --git a/protocol.h b/protocol.h index 5e2ab51..39d3f83 100644 --- a/protocol.h +++ b/protocol.h @@ -2,7 +2,7 @@ // Copyright (c) 2011 The Bitcoin developers // Copyright (c) 2018-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 +// file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html #ifndef __cplusplus # error This header can only be compiled as C++. diff --git a/serialize.h b/serialize.h index a5d08c2..33d5f22 100644 --- a/serialize.h +++ b/serialize.h @@ -2,7 +2,7 @@ // Copyright (c) 2011 The Bitcoin developers // Copyright (c) 2018-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 +// file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html #ifndef BITCOIN_SERIALIZE_H #define BITCOIN_SERIALIZE_H diff --git a/uint256.h b/uint256.h index a05daea..771fc56 100644 --- a/uint256.h +++ b/uint256.h @@ -2,7 +2,7 @@ // Copyright (c) 2011 The Bitcoin developers // Copyright (c) 2018-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 +// file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html #ifndef BITCOIN_UINT256_H #define BITCOIN_UINT256_H