Amend references to "OpenSSL license"
authorShourya Shukla <shouryashukla.oo@gmail.com>
Mon, 27 Apr 2020 04:59:50 +0000 (10:29 +0530)
committerRichard Levitte <levitte@openssl.org>
Wed, 29 Apr 2020 13:27:22 +0000 (15:27 +0200)
commita6ed19dc9a9fc263a3b2e6b990e2face28a1a70d
treec1dc5c37deab6173f91c51f52dc1df4afdd73252
parent5e427a435b3b1db0fb0626b26e031f71bde65f7a
Amend references to "OpenSSL license"

A small number of files contain references to the "OpenSSL license"
which has been deprecated and replaced by the "Apache License 2.0".
Amend the occurences.

Fixes #11649

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11663)
44 files changed:
apps/include/apps_ui.h
apps/include/fmt.h
apps/include/opt.h
apps/kdf.c
apps/lib/apps_ui.c
apps/lib/fmt.c
apps/mac.c
crypto/bn/bn_rsa_fips186_4.c
crypto/modes/siv128.c
crypto/perlasm/s390x.pm
crypto/perlasm/x86_64-support.pl
crypto/rand/rand_vxworks.c
crypto/rsa/rsa_sp800_56b_check.c
crypto/rsa/rsa_sp800_56b_gen.c
doc/man1/openssl-fipsinstall.pod.in
doc/man1/openssl-kdf.pod.in
doc/man1/openssl-mac.pod.in
doc/man1/openssl-rehash.pod.in
doc/man3/SSL_set_async_callback.pod
doc/man7/EVP_KDF-KRB5KDF.pod
doc/man7/EVP_KDF-SSHKDF.pod
include/openssl/self_test.h
providers/fips/self_test.c
providers/fips/self_test.h
providers/fips/self_test_data.inc
providers/fips/self_test_kats.c
providers/implementations/kdfs/krb5kdf.c
providers/implementations/kdfs/sshkdf.c
test/bio_memleak_test.c
test/bn_internal_test.c
test/cmsapitest.c
test/drbg_extra_test.c
test/drbg_extra_test.h
test/recipes/03-test_internal_bn.t
test/recipes/03-test_internal_rsa_sp800_56b.t
test/recipes/20-test_kdf.t
test/recipes/20-test_mac.t
test/recipes/30-test_evp_data/evpaessiv.txt
test/recipes/90-test_bio_memleak.t
test/rsa_sp800_56b_test.c
test/ssl-tests/30-extended-master-secret.cnf.in
test/ssl_ctx_test.c
test/testutil/options.c
test/testutil/test_options.c