From a90ad6ce8f4cd876b5a8897b66ef49fb50b378cd Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Fri, 22 May 2020 19:00:03 +0300 Subject: [PATCH] Missing copyright plates Fixes #257 --- gost_gost2015.c | 6 ++++++ gost_gost2015.h | 6 ++++++ test_keyexpimp.c | 6 ++++++ test_tlstree.c | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/gost_gost2015.c b/gost_gost2015.c index de7d04e..1ffa428 100644 --- a/gost_gost2015.c +++ b/gost_gost2015.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2020 Dmitry Belyavskiy + * + * Contents licensed under the terms of the OpenSSL license + * See https://www.openssl.org/source/license.html for details + */ #include "gost_lcl.h" #include "gost_gost2015.h" #include "e_gost_err.h" diff --git a/gost_gost2015.h b/gost_gost2015.h index 8aafa8f..663d315 100644 --- a/gost_gost2015.h +++ b/gost_gost2015.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2020 Dmitry Belyavskiy + * + * Contents licensed under the terms of the OpenSSL license + * See https://www.openssl.org/source/license.html for details + */ #ifndef GOST_GOST2015_H #define GOST_GOST2015_H diff --git a/test_keyexpimp.c b/test_keyexpimp.c index 9a84516..7c40927 100644 --- a/test_keyexpimp.c +++ b/test_keyexpimp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2019-2020 Dmitry Belyavskiy + * + * Contents licensed under the terms of the OpenSSL license + * See https://www.openssl.org/source/license.html for details + */ #include #include #include diff --git a/test_tlstree.c b/test_tlstree.c index 5f6b9fd..5b847f5 100644 --- a/test_tlstree.c +++ b/test_tlstree.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2019-2020 Dmitry Belyavskiy + * + * Contents licensed under the terms of the OpenSSL license + * See https://www.openssl.org/source/license.html for details + */ # include # include # include -- 2.39.2