From 00ccedee3dd11fec34ecf7a3930f6026e5ab93e7 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Thu, 22 May 2003 18:23:58 +0000 Subject: [PATCH] Add the copyright notice in the NetWare make files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Submitted by: G�nter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100001 13f79535-47bb-0310-9956-ffa450edef68 --- build/NWGNUtail.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index d2079532dc..34db65141b 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 >> $@ -- 2.50.1