From: William A. Rowe Jr Date: Sun, 19 Aug 2001 14:35:28 +0000 (+0000) Subject: Add the advertising clause text to our own README when we link and copy X-Git-Tag: 2.0.25~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec6e43081df29579497f4448d7dc8f5107b276dd;p=apache Add the advertising clause text to our own README when we link and copy the openssl binaries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90358 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index ddd1d7fbf1..658d59a088 100644 --- a/Makefile.win +++ b/Makefile.win @@ -252,7 +252,18 @@ _install: copy CHANGES "$(INSTDIR)\CHANGES.txt" copy INSTALL "$(INSTDIR)\INSTALL.txt" copy LICENSE "$(INSTDIR)\LICENSE.txt" +!IF EXIST("srclib\openssl") + copy << + README "$(INSTDIR)\README.txt" + + This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com). This product includes software written + by Tim Hudson (tjh@cryptsoft.com). This product includes software + developed by the OpenSSL Project for use in the OpenSSL Toolkit. + (http://www.openssl.org/) +!ELSE +# --- just a vanilla copy, in this case. copy README "$(INSTDIR)\README.txt" +!ENDIF copy $(LONG)\Apache.exe "$(INSTDIR)\bin" copy $(LONG)\libhttpd.dll "$(INSTDIR)\bin" copy srclib\apr\$(LONG)\libapr.dll "$(INSTDIR)\bin" @@ -290,11 +301,14 @@ _install: , or see the CHANGES file in the full binary or source distribution package from . + These OpenSSL binaries were built for distribution from the U.S. without + support for the patented encryption methods IDEA, MDC-2 or RC5. + -------------------------------------------------------------------------------- << -copy << + srclib\openssl\README "$(INSTDIR)\OPENSSL-README.txt" - Apache HTTP Server 2.0 Limited OpenSSL Distribution 17 Aug 2001 + Apache HTTP Server 2.0 Limited OpenSSL Distribution 19 Aug 2001 This binary installation of OpenSSL is a limited distribution of the documents OPENSSL-LICENSE.txt, OPENSSL-NEWS.txt and OPENSSL-README.txt, and the binaries @@ -308,6 +322,9 @@ _install: or sources are distributed with this binary distribution. Please refer to the site for complete source or binary distributions. + These OpenSSL binaries were built for distribution from the U.S. without + support for the patented encryption methods IDEA, MDC-2 or RC5. + The Apache HTTP Project only supports the binary distribution of these files and development of the mod_ssl and mod_tls modules. We cannot provide support assistance for using or configuring the OpenSSL package or these modules.