]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
To follow ASL 2.0 we need to copy NOTICE as well as LICENSE,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 12 Apr 2004 22:24:51 +0000 (22:24 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 12 Apr 2004 22:24:51 +0000 (22:24 +0000)
  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

index c0c245890a714dcb76190b6a0525c9a365324f3a..b23c6f8b0098e05d6fe7a9517509f93618da7457 100644 (file)
@@ -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)"