From: William A. Rowe Jr Date: Mon, 12 Apr 2004 22:24:51 +0000 (+0000) Subject: To follow ASL 2.0 we need to copy NOTICE as well as LICENSE, X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b3f304d50bbc2eab2bc28814d79df5a6177031;p=thirdparty%2Fapache%2Fhttpd.git To follow ASL 2.0 we need to copy NOTICE as well as LICENSE, and on win32 we tack on a .txt for good measure to encourage folks to *read* them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103378 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/makefile.win b/src/makefile.win index c0c245890a7..b23c6f8b009 100644 --- a/src/makefile.win +++ b/src/makefile.win @@ -127,6 +127,7 @@ _install: copy ..\ABOUT_APACHE "$(INSTDIR)\ABOUT_APACHE.TXT" copy ..\Announcement "$(INSTDIR)\Announcement.txt" copy ..\LICENSE "$(INSTDIR)\LICENSE.TXT" + copy ..\NOTICE "$(INSTDIR)\NOTICE.TXT" copy ..\README-WIN.TXT "$(INSTDIR)" copy ..\WARNING-WIN.TXT "$(INSTDIR)" copy $(LONG)\Apache.exe "$(INSTDIR)"