summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-06-15 12:03:40 -0400
committerRich Salz <rsalz@openssl.org>2017-06-30 21:56:44 -0400
commit624265c60e07f8e5f251d0f5b79e34cf0221af73 (patch)
tree8581cdb5a67fc2ab3b2c2233e112932788d16e96 /crypto/asn1
parent1297ef9928e0b77b1ca81b5aafa47f5b25c247a7 (diff)
Cleanup some copyright stuff
Remove some incorrect copyright references. Move copyright to standard place Add OpenSSL copyright where missing. Remove copyrighted file that we don't use any more Remove Itanium assembler for RC4 and MD5 (assembler versions of old and weak algorithms for an old chip) Standardize apps/rehash copyright comment; approved by Timo Put dual-copyright notice on mkcert Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3691)
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/x_spki.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/asn1/x_spki.c b/crypto/asn1/x_spki.c
index c45400b42f..0d72a3f3a9 100644
--- a/crypto/asn1/x_spki.c
+++ b/crypto/asn1/x_spki.c
@@ -7,11 +7,6 @@
* https://www.openssl.org/source/license.html
*/
- /*
- * This module was send to me my Pat Richards <patr@x509.com> who wrote it.
- * It is under my Copyright with his permission
- */
-
#include <stdio.h>
#include "internal/cryptlib.h"
#include <openssl/x509.h>