Remove email addresses from source code.
authorRich Salz <rsalz@openssl.org>
Tue, 10 Oct 2017 21:55:09 +0000 (17:55 -0400)
committerRich Salz <rsalz@openssl.org>
Fri, 13 Oct 2017 14:06:59 +0000 (10:06 -0400)
commite3713c365c2657236439fea00822a43aa396d112
tree78ecd05b53333ddec1aef6d130c92766277bcd05
parent0e598a3d185e9bbfe1a513c05063970a1c532e23
Remove email addresses from source code.

Names were not removed.
Some comments were updated.
Replace Andy's address with openssl.org

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4516)
97 files changed:
Configurations/10-main.conf
apps/asn1pars.c
apps/ca.c
apps/enc.c
crypto/aes/aes_core.c
crypto/aes/aes_x86core.c
crypto/aes/asm/aes-586.pl
crypto/aes/asm/aes-ia64.S
crypto/aes/asm/aes-parisc.pl
crypto/aes/asm/aes-ppc.pl
crypto/aes/asm/aes-s390x.pl
crypto/aes/asm/aes-sparcv9.pl
crypto/aes/asm/aes-x86_64.pl
crypto/aes/asm/aesni-x86_64.pl
crypto/aes/asm/aest4-sparcv9.pl
crypto/aes/asm/bsaes-armv7.pl
crypto/asn1/a_bitstr.c
crypto/bio/bss_file.c
crypto/bn/asm/alpha-mont.pl
crypto/bn/asm/ia64-mont.pl
crypto/bn/asm/ia64.S
crypto/bn/asm/mips.pl
crypto/bn/asm/parisc-mont.pl
crypto/bn/asm/ppc-mont.pl
crypto/bn/asm/ppc.pl
crypto/bn/asm/s390x-mont.pl
crypto/bn/asm/sparct4-mont.pl
crypto/bn/asm/sparcv8.S
crypto/bn/asm/sparcv8plus.S
crypto/bn/asm/sparcv9-mont.pl
crypto/bn/asm/sparcv9a-mont.pl
crypto/bn/asm/via-mont.pl
crypto/bn/asm/x86-mont.pl
crypto/bn/asm/x86_64-gcc.c
crypto/bn/bn_div.c
crypto/bn/bn_lcl.h
crypto/camellia/asm/cmllt4-sparcv9.pl
crypto/des/asm/crypt586.pl
crypto/des/asm/des-586.pl
crypto/des/asm/dest4-sparcv9.pl
crypto/des/cbc_cksm.c
crypto/des/des_enc.c
crypto/des/fcrypt.c
crypto/des/qud_cksm.c
crypto/des/set_key.c
crypto/dh/dh_gen.c
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_sign.c
crypto/dsa/dsa_vrf.c
crypto/ebcdic.c
crypto/ec/ec_curve.c
crypto/engine/README
crypto/evp/bio_ok.c
crypto/evp/p5_crpt2.c
crypto/evp/pmeth_fn.c
crypto/idea/idea_lcl.h
crypto/include/internal/md32_common.h
crypto/md4/md4_locl.h
crypto/md5/asm/md5-sparcv9.pl
crypto/md5/md5_locl.h
crypto/modes/asm/ghash-x86.pl
crypto/modes/asm/ghash-x86_64.pl
crypto/modes/asm/ghashv8-armx.pl
crypto/rc2/rc2_ecb.c
crypto/rc4/asm/rc4-586.pl
crypto/rc4/asm/rc4-parisc.pl
crypto/rc4/asm/rc4-s390x.pl
crypto/rc4/asm/rc4-x86_64.pl
crypto/rc4/rc4_enc.c
crypto/rc4/rc4_skey.c
crypto/ripemd/asm/rmd-586.pl
crypto/ripemd/rmd_locl.h
crypto/sha/asm/sha1-586.pl
crypto/sha/asm/sha1-alpha.pl
crypto/sha/asm/sha1-ia64.pl
crypto/sha/asm/sha1-mips.pl
crypto/sha/asm/sha1-parisc.pl
crypto/sha/asm/sha1-ppc.pl
crypto/sha/asm/sha1-s390x.pl
crypto/sha/asm/sha1-sparcv9.pl
crypto/sha/asm/sha1-sparcv9a.pl
crypto/sha/asm/sha1-thumb.pl
crypto/sha/asm/sha512-parisc.pl
crypto/sha/asm/sha512-s390x.pl
crypto/sha/asm/sha512-sparcv9.pl
crypto/sha/sha512.c
crypto/sha/sha_locl.h
crypto/siphash/siphash.c
crypto/ui/ui_openssl.c
crypto/whrlpool/asm/wp-mmx.pl
crypto/whrlpool/asm/wp-x86_64.pl
crypto/whrlpool/wp_block.c
crypto/whrlpool/wp_dgst.c
include/openssl/dsa.h
include/openssl/x509.h
util/perl/OpenSSL/Test.pm