From c350b200828437fde42af4f3f3dc041ac75d581c Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Tue, 2 Mar 2004 21:02:51 +0000 Subject: [PATCH] Changed build script so that the javadocs contain the license boilerplate and also that the NOTICE file is copied to the dist directory (as well as the LICENSE file). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139018 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 032fabf..923bada 100644 --- a/build.xml +++ b/build.xml @@ -21,7 +21,7 @@ @@ -391,7 +391,19 @@ version="true" doctitle="<h1>${component.title} (Version ${component.version})</h1>" windowtitle="${component.title} (Version ${component.version})" - bottom="Copyright (c) 2002-2003 - Apache Software Foundation"> + bottom='Copyright 2002-2004 The Apache Software Foundation.<!-- + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.-->'> @@ -402,6 +414,8 @@ +