From: Bradley Nicholes Date: Thu, 22 May 2003 18:23:58 +0000 (+0000) Subject: Add the copyright notice in the NetWare make files X-Git-Tag: pre_ajp_proxy~1632 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00ccedee3dd11fec34ecf7a3930f6026e5ab93e7;p=thirdparty%2Fapache%2Fhttpd.git Add the copyright notice in the NetWare make files Submitted by: G�nter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100001 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index d2079532dca..34db65141be 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -24,6 +24,10 @@ ifndef NLM_SCREEN_NAME 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 # @@ -198,6 +202,8 @@ $(OBJDIR)\$(NLM_NAME)_link.opt : $($(NLM_NAME)_LINKOPT_DEPENDS) @echo -o $(TARGET_nlm) >> $@ ifneq "$(FILE_nlm_copyright)" "" @-type $(FILE_nlm_copyright) >> $@ +else + @echo -copy "$(NLM_COPYRIGHT)" >> $@ endif ifeq "$(RELEASE)" "debug" @echo -g >> $@