Browse Source

minor word changes

pull/4/head
jahway603 3 years ago
parent
commit
02e949cec9
  1. 2
      coin.h
  2. 2
      netbase.cpp
  3. 2
      netbase.h
  4. 2
      protocol.cpp
  5. 2
      protocol.h
  6. 2
      serialize.h
  7. 2
      uint256.h

2
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__

2
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"

2
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

2
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 <vector>
#include <stdexcept>

2
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++.

2
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

2
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

Loading…
Cancel
Save