Add copyright

This commit is contained in:
Duke Leto
2021-08-11 14:04:14 -04:00
parent a94ad3994e
commit 056f314032

View File

@@ -1,8 +1,8 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers // Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2021 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying // Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html // file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/****************************************************************************** /******************************************************************************
* Copyright © 2014-2019 The SuperNET Developers. * * Copyright © 2014-2019 The SuperNET Developers. *
* * * *
@@ -19,13 +19,11 @@
******************************************************************************/ ******************************************************************************/
#include "db.h" #include "db.h"
#include "addrman.h" #include "addrman.h"
#include "hash.h" #include "hash.h"
#include "protocol.h" #include "protocol.h"
#include "util.h" #include "util.h"
#include "utilstrencodings.h" #include "utilstrencodings.h"
#include <stdint.h> #include <stdint.h>
#ifndef _WIN32 #ifndef _WIN32
@@ -38,13 +36,9 @@
using namespace std; using namespace std;
unsigned int nWalletDBUpdated; unsigned int nWalletDBUpdated;
//
// CDB // CDB
//
CDBEnv bitdb; CDBEnv bitdb;