From d3b3f304d50bbc2eab2bc28814d79df5a6177031 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 12 Apr 2004 22:24:51 +0000 Subject: [PATCH] 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 --- src/makefile.win | 1 + 1 file changed, 1 insertion(+) 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)" -- 2.47.2