From: William A. Rowe Jr Date: Thu, 1 Jun 2006 05:52:22 +0000 (+0000) Subject: Notice, we got NOTICE.txt X-Git-Tag: 2.3.0~2366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a25546fd0e53b42173d3d8a8c14b087bc6fe5265;p=apache Notice, we got NOTICE.txt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410767 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 34d715cd32..d7eed357e3 100644 --- a/Makefile.win +++ b/Makefile.win @@ -505,9 +505,10 @@ _install: copy CHANGES "$(INSTDIR)\CHANGES.txt" <.y copy INSTALL "$(INSTDIR)\INSTALL.txt" <.y copy LICENSE "$(INSTDIR)\LICENSE.txt" <.y + copy NOTICE "$(INSTDIR)\NOTICE.txt" <.y copy README "$(INSTDIR)\README.txt" <.y !IF EXIST("srclib\openssl") - type << >> "$(INSTDIR)\README.txt" + type << >> "$(INSTDIR)\NOTICE.txt" This binary distribution includes cryptographic software written by Eric Young (eay@cryptsoft.com), software written by Tim Hudson @@ -572,7 +573,7 @@ BEGIN { << !ENDIF !IF EXIST("srclib\zlib") - type << >> "$(INSTDIR)\README.txt" + type << >> "$(INSTDIR)\NOTICE.txt" This binary distribution of mod_deflate.so includes zlib compression code written by Jean-loup Gailly (jloup@gzip.org)