]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Missing copyright plates
authorDmitry Belyavskiy <beldmit@gmail.com>
Fri, 22 May 2020 16:00:03 +0000 (19:00 +0300)
committerDmitry Belyavskiy <beldmit@gmail.com>
Fri, 22 May 2020 16:00:03 +0000 (19:00 +0300)
Fixes #257

gost_gost2015.c
gost_gost2015.h
test_keyexpimp.c
test_tlstree.c

index de7d04ed2a68bcdefdb35ff773ead63c5f1f077f..1ffa4281a234bf4fa858468ffd3aa71d78a1ae3d 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2020 Dmitry Belyavskiy <beldmit@gmail.com>
+ *
+ * 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"
index 8aafa8f0ce729272bf42353ea56c05a314d34bb8..663d31536d15185d9fce0a1b308d12255540346a 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2020 Dmitry Belyavskiy <beldmit@gmail.com>
+ *
+ * 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
 
index 9a84516058281741f94f62af3bcfc68839888e7c..7c40927cc9f03f91e36f009bc53a02e3263f4cbd 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2019-2020 Dmitry Belyavskiy <beldmit@gmail.com>
+ *
+ * Contents licensed under the terms of the OpenSSL license
+ * See https://www.openssl.org/source/license.html for details
+ */
 #include <arpa/inet.h>
 #include <string.h>
 #include <stdio.h>
index 5f6b9fd0e49acf002b6ebad81d76202e290f5734..5b847f551eaf8c4677cff022aeca15f57c0174ad 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2019-2020 Dmitry Belyavskiy <beldmit@gmail.com>
+ *
+ * Contents licensed under the terms of the OpenSSL license
+ * See https://www.openssl.org/source/license.html for details
+ */
 # include <stdio.h>
 # include <string.h>
 # include <openssl/err.h>