Update copyrights

This commit is contained in:
Duke Leto
2020-10-03 07:20:17 -04:00
parent 5884694fb6
commit 46177addbe
6 changed files with 18 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
// Copyright (c) 2017 The Bitcoin Core developers
// Copyright (c) 2019-2020 The Hush developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
// file COPYING or https://www.opensource.org/licenses/mit-license.php
#ifndef KOMODO_FS_H
#define KOMODO_FS_H

View File

@@ -1,8 +1,9 @@
// Copyright (c) 2019-2020 The Hush developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://www.opensource.org/licenses/mit-license.php
namespace hush
{
typedef enum { SSL_ACCEPT,
SSL_CONNECT,
SSL_SHUTDOWN } SSLConnectionRoutine;
typedef enum { CLIENT_CONTEXT,
SERVER_CONTEXT } TLSContextType;
typedef enum { SSL_ACCEPT, SSL_CONNECT, SSL_SHUTDOWN } SSLConnectionRoutine;
typedef enum { CLIENT_CONTEXT, SERVER_CONTEXT } TLSContextType;
}

View File

@@ -1,3 +1,6 @@
// Copyright (c) 2019-2020 The Hush developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://www.opensource.org/licenses/mit-license.php
#include <openssl/conf.h>
#include <openssl/ssl.h>
#include <openssl/err.h>

View File

@@ -1,3 +1,6 @@
// Copyright (c) 2019-2020 The Hush developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://www.opensource.org/licenses/mit-license.php
#include <openssl/conf.h>
#include <openssl/ssl.h>
#include <openssl/err.h>

View File

@@ -1,6 +1,7 @@
// Copyright (c) 2017 The Zen Core developers
// Copyright (c) 2019-2020 The Hush developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
// file COPYING or https://www.opensource.org/licenses/mit-license.php
#include <stdio.h>
#include <vector>

View File

@@ -1,6 +1,7 @@
// Copyright (c) 2017 The Zen Core developers
// Copyright (c) 2019-2020 The Hush developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
// file COPYING or https://www.opensource.org/licenses/mit-license.php
#ifndef UTILTLS_H
#define UTILTLS_H