From e1558d7b12ea5ebc4454c9fbf37c766efd13f107 Mon Sep 17 00:00:00 2001 From: dion Date: Sun, 14 Sep 2003 06:44:39 +0000 Subject: [PATCH] Fix header git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114005 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/maven/jellydoc/XMLDoclet.java | 28 ++++++++----------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/jellydoc/src/main/org/apache/maven/jellydoc/XMLDoclet.java b/jellydoc/src/main/org/apache/maven/jellydoc/XMLDoclet.java index f3720b29..5ba5e419 100644 --- a/jellydoc/src/main/org/apache/maven/jellydoc/XMLDoclet.java +++ b/jellydoc/src/main/org/apache/maven/jellydoc/XMLDoclet.java @@ -1,9 +1,5 @@ /* - * /home/cvs/maven/src/plugins-build/jellydoc/src/main/org/apache/maven/jellydoc/XMLDoclet.java,v 1.1 2003/02/07 12:10:44 jstrachan Exp - * 1.1 - * 2003/02/07 12:10:44 * - * ==================================================================== * * The Apache Software License, Version 1.1 * @@ -22,21 +18,21 @@ * the documentation and/or other materials provided with the * distribution. * - * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * 3. The end-user documentation included with the redistribution, + * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "The Jakarta Project", "Commons", and "Apache Software - * Foundation" must not be used to endorse or promote products derived - * from this software without prior written permission. For written - * permission, please contact apache@apache.org. + * 4. The names "Apache" and "Apache Software Foundation" and + * "Apache Maven" must not be used to endorse or promote products + * derived from this software without prior written permission. For + * written permission, please contact apache@apache.org. * - * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * 5. Products derived from this software may not be called "Apache", + * "Apache Maven", nor may "Apache" appear in their name, without + * prior written permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -57,7 +53,7 @@ * information on the Apache Software Foundation, please see * . * - * XMLDoclet.java,v 1.1 2003/02/07 12:10:44 jstrachan Exp + * ==================================================================== */ package org.apache.maven.jellydoc;