Fix header

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-09-14 06:44:39 +00:00
parent 8c83124f3e
commit e1558d7b12

View File

@@ -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
* <http://www.apache.org/>.
*
* XMLDoclet.java,v 1.1 2003/02/07 12:10:44 jstrachan Exp
* ====================================================================
*/
package org.apache.maven.jellydoc;