From 85423eef857676cd769e3b4a0831ed2944d72447 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 9 Dec 2020 19:26:43 -0500 Subject: [PATCH] copyright --- src/komodo_curve25519.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/komodo_curve25519.h b/src/komodo_curve25519.h index b2f3ea49f..40d1e0345 100644 --- a/src/komodo_curve25519.h +++ b/src/komodo_curve25519.h @@ -1,3 +1,6 @@ +// Copyright (c) 2019-2020 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 /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * * * @@ -13,8 +16,8 @@ * * ******************************************************************************/ -#ifndef H_KOMODO25519_H -#define H_KOMODO25519_H +#ifndef H_HUSH25519_H +#define H_HUSH25519_H // derived from curve25519_donna #include