commit | 281352b8c65da0831269ab4c6614d3b431a6e93d | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Sun Dec 29 19:02:58 2024 -0500 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 03 21:38:33 2025 -0800 |
tree | af14fe3873bfc20741bcf11e667da8ebd0da0a51 | |
parent | e09c171f24d555f17bca2c87d2bf63b5565eed4c [diff] |
Import "Cleanup some copyright stuff" from upstream OpenSSL This imports https://github.com/openssl/openssl/commit/624265c60e07f8e5f251d0f5b79e34cf0221af73 from upstream OpenSSL. The only part that applies to BoringSSL is x_spki.c. Bug: 364634028 Change-Id: I709ed9765ee78ed35983384b0a472071a3cee4ea Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/74713 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/crypto/x509/x_spki.cc b/crypto/x509/x_spki.cc index b1bac06..8c7fcb0 100644 --- a/crypto/x509/x_spki.cc +++ b/crypto/x509/x_spki.cc
@@ -7,9 +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 <openssl/asn1t.h> #include <openssl/x509.h>