Commit 7f5ffaeb authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent c3ebfb2c
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -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:
 <http://www.openssl.org/news/changelog.html>, or see the CHANGES file in the
 full binary or source distribution package from <http://www.openssl.org/>.

 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
 <http://www.openssl.org/> 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.