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)
This commit is contained in:
parent
fcd2d5a612
commit
389c09fa09
9 changed files with 9 additions and 13 deletions
|
@ -8,7 +8,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.
|
||||
// ====================================================================
|
||||
//
|
||||
// What's wrong with compiler generated code? Compiler never uses
|
||||
|
|
|
@ -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.
|
||||
# ====================================================================
|
||||
#
|
||||
# Version 1.1
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
;; project.
|
||||
;;
|
||||
;; Rights for redistribution and usage in source and binary forms are
|
||||
;; granted according to the OpenSSL license. Warranty of any kind is
|
||||
;; disclaimed.
|
||||
;; granted according to the License. Warranty of any kind is disclaimed.
|
||||
;;====================================================================
|
||||
;; Compiler-generated multiply-n-add SPLOOP runs at 12*n cycles, n
|
||||
;; being the number of 32-bit words, addition - 8*n. Corresponding 4x
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
// project.
|
||||
//
|
||||
// Rights for redistribution and usage in source and binary forms are
|
||||
// granted according to the OpenSSL license. Warranty of any kind is
|
||||
// disclaimed.
|
||||
// granted according to the License. Warranty of any kind is disclaimed.
|
||||
// ====================================================================
|
||||
//
|
||||
// Version 2.x is Itanium2 re-tune. Few words about how Itanium2 is
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
# project.
|
||||
#
|
||||
# Rights for redistribution and usage in source and binary forms are
|
||||
# granted according to the OpenSSL license. Warranty of any kind is
|
||||
# disclaimed.
|
||||
# granted according to the License. Warranty of any kind is disclaimed.
|
||||
# ====================================================================
|
||||
|
||||
|
||||
|
|
|
@ -18,8 +18,7 @@
|
|||
* project.
|
||||
*
|
||||
* Rights for redistribution and usage in source and binary forms are
|
||||
* granted according to the OpenSSL license. Warranty of any kind is
|
||||
* disclaimed.
|
||||
* granted according to the License. Warranty of any kind is disclaimed.
|
||||
*
|
||||
* Q. Version 0.1? It doesn't sound like Andy, he used to assign real
|
||||
* versions, like 1.0...
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
# ====================================================================
|
||||
#
|
||||
# whirlpool_block_mmx implementation.
|
||||
|
|
|
@ -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.
|
||||
# ====================================================================
|
||||
#
|
||||
# whirlpool_block for x86_64.
|
||||
|
|
Loading…
Reference in a new issue