aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--gost_keyexpimp.c7
-rw-r--r--gost_lcl.h3
-rw-r--r--gost_md.c1
-rw-r--r--gost_md2012.c1
-rw-r--r--gost_omac.c7
-rw-r--r--gost_omac_acpkm.c2
6 files changed, 19 insertions, 2 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
diff --git a/gost_lcl.h b/gost_lcl.h
index 87bc957..bb441c6 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -3,9 +3,10 @@
/**********************************************************************
* gost_lcl.h *
* Copyright (c) 2006 Cryptocom LTD *
+ * Copyright (c) 2020 Vitaly Chikunov <vt@altlinux.org> *
* This file is distributed under the same license as OpenSSL *
* *
- * Internal declarations used in GOST engine *
+ * Internal declarations used in GOST engine *
* OpenSSL 0.9.9 libraries required to compile and use *
* this code *
**********************************************************************/
diff --git a/gost_md.c b/gost_md.c
index 909054f..e440309 100644
--- a/gost_md.c
+++ b/gost_md.c
@@ -1,6 +1,7 @@
/**********************************************************************
* md_gost.c *
* Copyright (c) 2005-2006 Cryptocom LTD *
+ * Copyright (c) 2020 Vitaly Chikunov <vt@altlinux.org> *
* This file is distributed under the same license as OpenSSL *
* *
* OpenSSL interface to GOST R 34.11-94 hash functions *
diff --git a/gost_md2012.c b/gost_md2012.c
index 3900e5a..2616abe 100644
--- a/gost_md2012.c
+++ b/gost_md2012.c
@@ -1,6 +1,7 @@
/**********************************************************************
* gost_md2012.c *
* Copyright (c) 2013 Cryptocom LTD. *
+ * Copyright (c) 2020 Vitaly Chikunov <vt@altlinux.org> *
* This file is distributed under the same license as OpenSSL *
* *
* GOST R 34.11-2012 interface to OpenSSL engine. *
diff --git a/gost_omac.c b/gost_omac.c
index a1e7ab4..57660a6 100644
--- a/gost_omac.c
+++ b/gost_omac.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
+ */
#include <string.h>
#include <openssl/cmac.h>
#include <openssl/conf.h>
diff --git a/gost_omac_acpkm.c b/gost_omac_acpkm.c
index 43fd6a8..1d9cdd1 100644
--- a/gost_omac_acpkm.c
+++ b/gost_omac_acpkm.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2018 vt@altlinux.org. All Rights Reserved.
+ * Copyright (C) 2018,2020 Vitaly Chikunov <vt@altlinux.org>. All Rights Reserved.
* Copyright (c) 2010 The OpenSSL Project. All rights reserved.
*
* Contents licensed under the terms of the OpenSSL license