From 4526ecf9b249ad2c4fea1c0fd254b91f9b925b3e Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 26 Oct 2019 09:14:14 -0400 Subject: [PATCH] doc: remove OpenSSL from build instructions and licensing info --- doc/man/zcash-cli.1 | 4 ---- doc/man/zcash-tx.1 | 4 ---- doc/man/zcashd.1 | 4 ---- src/util.cpp | 4 +--- 4 files changed, 1 insertion(+), 15 deletions(-) diff --git a/doc/man/zcash-cli.1 b/doc/man/zcash-cli.1 index dd12c2ff6..bdb784111 100644 --- a/doc/man/zcash-cli.1 +++ b/doc/man/zcash-cli.1 @@ -84,7 +84,3 @@ This is experimental software. Distributed under the MIT software license, see the accompanying file COPYING or . - -This product includes software developed by the OpenSSL Project for use in the -OpenSSL Toolkit and cryptographic software written -by Eric Young. diff --git a/doc/man/zcash-tx.1 b/doc/man/zcash-tx.1 index 381645985..9d735273e 100644 --- a/doc/man/zcash-tx.1 +++ b/doc/man/zcash-tx.1 @@ -98,7 +98,3 @@ This is experimental software. Distributed under the MIT software license, see the accompanying file COPYING or . - -This product includes software developed by the OpenSSL Project for use in the -OpenSSL Toolkit and cryptographic software written -by Eric Young. diff --git a/doc/man/zcashd.1 b/doc/man/zcashd.1 index a5a209d7a..85efde4cd 100644 --- a/doc/man/zcashd.1 +++ b/doc/man/zcashd.1 @@ -518,7 +518,3 @@ This is experimental software. Distributed under the MIT software license, see the accompanying file COPYING or . - -This product includes software developed by the OpenSSL Project for use in the -OpenSSL Toolkit and cryptographic software written -by Eric Young. diff --git a/src/util.cpp b/src/util.cpp index 809d63f07..0db9c6e47 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -893,9 +893,7 @@ std::string LicenseInfo() "\n" + FormatParagraph(_("This is experimental software.")) + "\n" + "\n" + - FormatParagraph(_("Distributed under the MIT software license, see the accompanying file COPYING or .")) + "\n" + - "\n" + - FormatParagraph(_("This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit and cryptographic software written by Eric Young.")) + + FormatParagraph(_("Distributed under the MIT software license, see the accompanying file COPYING or .")) + "\n"; }