diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 12:50:26 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:26:28 +0100 |
commit | 389c09fa0932f260b2cb17b8b57d9835326e10c6 (patch) | |
tree | df5c4e712afae48f80bb45113c8a4411062a1df0 /crypto/sha | |
parent | Refactor the computation of API version limits (diff) | |
download | openssl-389c09fa0932f260b2cb17b8b57d9835326e10c6.tar.xz openssl-389c09fa0932f260b2cb17b8b57d9835326e10c6.zip |
License: change any non-boilerplate comment referring to "OpenSSL license"
Make it just say "the License", which refers back to the standard
boilerplate.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7764)
Diffstat (limited to 'crypto/sha')
-rwxr-xr-x | crypto/sha/asm/sha512-x86_64.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/asm/sha512-x86_64.pl b/crypto/sha/asm/sha512-x86_64.pl index f2ebdfdb68..c95840ad73 100755 --- a/crypto/sha/asm/sha512-x86_64.pl +++ b/crypto/sha/asm/sha512-x86_64.pl @@ -10,7 +10,7 @@ # ==================================================================== # Written by Andy Polyakov <appro@openssl.org> for the OpenSSL # project. Rights for redistribution and usage in source and binary -# forms are granted according to the OpenSSL license. +# forms are granted according to the License. # ==================================================================== # # sha256/512_block procedure for x86_64. |