diff --git a/src/fs.h b/src/fs.h index db7d26a65..7296519b5 100644 --- a/src/fs.h +++ b/src/fs.h @@ -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 diff --git a/src/hush/tlsenums.h b/src/hush/tlsenums.h index a7caf3a6c..341fef5b2 100644 --- a/src/hush/tlsenums.h +++ b/src/hush/tlsenums.h @@ -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; } diff --git a/src/hush/tlsmanager.cpp b/src/hush/tlsmanager.cpp index 73bdd4407..199b9e0ea 100644 --- a/src/hush/tlsmanager.cpp +++ b/src/hush/tlsmanager.cpp @@ -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 #include #include diff --git a/src/hush/tlsmanager.h b/src/hush/tlsmanager.h index da2c61b93..a4035f06f 100644 --- a/src/hush/tlsmanager.h +++ b/src/hush/tlsmanager.h @@ -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 #include #include diff --git a/src/hush/utiltls.cpp b/src/hush/utiltls.cpp index b70fa9fd4..bbc488e83 100644 --- a/src/hush/utiltls.cpp +++ b/src/hush/utiltls.cpp @@ -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 #include diff --git a/src/hush/utiltls.h b/src/hush/utiltls.h index 2dee400bd..8816339f3 100644 --- a/src/hush/utiltls.h +++ b/src/hush/utiltls.h @@ -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