aboutsummaryrefslogtreecommitdiff
path: root/gost_keyexpimp.c
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2020-05-13 02:24:07 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-05-13 20:12:23 +0300
commit1d5c8f8d6422049b58dc83e113039e95207edf33 (patch)
tree415d1b31422c5f9c18754cc5211be706164a639e /gost_keyexpimp.c
parent12d998acc664965cbf63fe61473539d1e022eeb4 (diff)
downloadgost-engine-1d5c8f8d6422049b58dc83e113039e95207edf33.zip
gost-engine-1d5c8f8d6422049b58dc83e113039e95207edf33.tar.gz
gost-engine-1d5c8f8d6422049b58dc83e113039e95207edf33.tar.bz2
Update Copyright lines after registration rework
- Add year 2020 to old lines. - Some files did not have original Copyright line - added "Update at 2020" to show that I'm not original contributor. - Some files did not have License line - added reference to OpenSSL license.
Diffstat (limited to 'gost_keyexpimp.c')
-rw-r--r--gost_keyexpimp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gost_keyexpimp.c b/gost_keyexpimp.c
index 9a3ac87..15d172d 100644
--- a/gost_keyexpimp.c
+++ b/gost_keyexpimp.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2019 Dmitry Belyavskiy <beldmit@gmail.com>
+ * Copyright (c) 2020 Vitaly Chikunov <vt@altlinux.org>
+ *
+ * Contents licensed under the terms of the OpenSSL license
+ * See https://www.openssl.org/source/license.html for details
+ */
#ifdef _WIN32
#include <winsock.h>
#else