You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2004/04/13 00:24:51 UTC

cvs commit: apache-1.3/src makefile.win

wrowe       2004/04/12 15:24:51

  Modified:    src      makefile.win
  Log:
    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.
  
  Revision  Changes    Path
  1.35      +1 -0      apache-1.3/src/makefile.win
  
  Index: makefile.win
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/makefile.win,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- makefile.win	18 Jul 2003 21:58:01 -0000	1.34
  +++ makefile.win	12 Apr 2004 22:24:51 -0000	1.35
  @@ -127,6 +127,7 @@
   	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)"