Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 65341 invoked by uid 500); 22 May 2003 18:24:00 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 65330 invoked by uid 500); 22 May 2003 18:24:00 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 22 May 2003 18:23:59 -0000 Message-ID: <20030522182359.50222.qmail@icarus.apache.org> From: bnicholes@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/build NWGNUtail.inc X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bnicholes 2003/05/22 11:23:58 Modified: build NWGNUtail.inc Log: Add the copyright notice in the NetWare make files Submitted by: G�nter Knauf Revision Changes Path 1.6 +6 -0 httpd-2.0/build/NWGNUtail.inc Index: NWGNUtail.inc =================================================================== RCS file: /home/cvs/httpd-2.0/build/NWGNUtail.inc,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- NWGNUtail.inc 30 Jan 2003 17:07:58 -0000 1.5 +++ NWGNUtail.inc 22 May 2003 18:23:58 -0000 1.6 @@ -24,6 +24,10 @@ 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 @@ @echo -o $(TARGET_nlm) >> $@ ifneq "$(FILE_nlm_copyright)" "" @-type $(FILE_nlm_copyright) >> $@ +else + @echo -copy "$(NLM_COPYRIGHT)" >> $@ endif ifeq "$(RELEASE)" "debug" @echo -g >> $@