bnicholes    2003/05/22 12:15:29

  Modified:    build    NWGNUtail.inc
  Log:
  Add the copyright notice in the NetWare make files
  
  Submitted by: G�nter Knauf <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.6       +5 -0      apr/build/NWGNUtail.inc
  
  Index: NWGNUtail.inc
  ===================================================================
  RCS file: /home/cvs/apr/build/NWGNUtail.inc,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- NWGNUtail.inc     30 Jan 2003 17:06:21 -0000      1.5
  +++ NWGNUtail.inc     22 May 2003 19:15:29 -0000      1.6
  @@ -24,6 +24,9 @@
   NLM_SCREEN_NAME = DEFAULT
   endif
   
  +ifndef NLM_COPYRIGHT
  +NLM_COPYRIGHT = Copyright (c) 2000-2003 The Apache Software Foundation. All 
rights reserved.
  +endif
   
   #
   # Create dependency lists based on the files available
  @@ -201,6 +204,8 @@
        @echo -o $(TARGET_nlm) >> $@
   ifneq "$(FILE_nlm_copyright)" ""
        @-type $(FILE_nlm_copyright) >> $@
  +else
  +     @echo -copy "$(NLM_COPYRIGHT)" >> $@
   endif
   ifeq "$(RELEASE)" "debug"
        @echo -g >> $@
  
  
  

Reply via email to