From 087f4bba7890c7a6ca79432b880c0ed87e2527d3 Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Wed, 19 Feb 2020 13:17:06 +0200 Subject: [PATCH] Fix missing MIT license attribute in oldschnorr impl https://github.com/bitcoin-core/secp256k1/pull/425 --- src/modules/oldschnorr/main_impl.h | 1 + src/modules/oldschnorr/oldschnorr.h | 1 + src/modules/oldschnorr/oldschnorr_impl.h | 1 + src/modules/oldschnorr/tests_impl.h | 1 + 4 files changed, 4 insertions(+) diff --git a/src/modules/oldschnorr/main_impl.h b/src/modules/oldschnorr/main_impl.h index f5fce30984..e4a875536e 100755 --- a/src/modules/oldschnorr/main_impl.h +++ b/src/modules/oldschnorr/main_impl.h @@ -1,4 +1,5 @@ /********************************************************************** + * Copyright (c) 2014-2015 Pieter Wuille * * Copyright (c) 2017 Amaury Séchet * * Distributed under the MIT software license, see the accompanying * * file COPYING or http://www.opensource.org/licenses/mit-license.php.* diff --git a/src/modules/oldschnorr/oldschnorr.h b/src/modules/oldschnorr/oldschnorr.h index bcbca7e14a..14e491c449 100644 --- a/src/modules/oldschnorr/oldschnorr.h +++ b/src/modules/oldschnorr/oldschnorr.h @@ -1,4 +1,5 @@ /*********************************************************************** + * Copyright (c) 2014-2015 Pieter Wuille * * Copyright (c) 2017 Amaury SÉCHET * * Distributed under the MIT software license, see the accompanying * * file COPYING or http://www.opensource.org/licenses/mit-license.php. * diff --git a/src/modules/oldschnorr/oldschnorr_impl.h b/src/modules/oldschnorr/oldschnorr_impl.h index 2b15fa2fa4..2cfe332fb2 100644 --- a/src/modules/oldschnorr/oldschnorr_impl.h +++ b/src/modules/oldschnorr/oldschnorr_impl.h @@ -1,4 +1,5 @@ /*********************************************************************** + * Copyright (c) 2014-2015 Pieter Wuille * * Copyright (c) 2017 Amaury SÉCHET * * Distributed under the MIT software license, see the accompanying * * file COPYING or http://www.opensource.org/licenses/mit-license.php. * diff --git a/src/modules/oldschnorr/tests_impl.h b/src/modules/oldschnorr/tests_impl.h index 15d3bac943..a19440744f 100644 --- a/src/modules/oldschnorr/tests_impl.h +++ b/src/modules/oldschnorr/tests_impl.h @@ -1,4 +1,5 @@ /********************************************************************** + * Copyright (c) 2014-2015 Pieter Wuille * * Copyright (c) 2017 Amaury SÉCHET * * Distributed under the MIT software license, see the accompanying * * file COPYING or http://www.opensource.org/licenses/mit-license.php.*