Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 48783 invoked from network); 1 Jun 2006 05:52:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jun 2006 05:52:46 -0000 Received: (qmail 89142 invoked by uid 500); 1 Jun 2006 05:52:46 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 89083 invoked by uid 500); 1 Jun 2006 05:52:45 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 89069 invoked by uid 99); 1 Jun 2006 05:52:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 22:52:45 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 22:52:43 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E2CBC1A983A; Wed, 31 May 2006 22:52:22 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r410767 - /httpd/httpd/trunk/Makefile.win Date: Thu, 01 Jun 2006 05:52:22 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060601055222.E2CBC1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: wrowe Date: Wed May 31 22:52:22 2006 New Revision: 410767 URL: http://svn.apache.org/viewvc?rev=410767&view=rev Log: Notice, we got NOTICE.txt Modified: httpd/httpd/trunk/Makefile.win Modified: httpd/httpd/trunk/Makefile.win URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.win?rev=410767&r1=410766&r2=410767&view=diff ============================================================================== --- httpd/httpd/trunk/Makefile.win (original) +++ httpd/httpd/trunk/Makefile.win Wed May 31 22:52:22 2006 @@ -505,9 +505,10 @@ 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 @@ << !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)