donaldp 2002/07/06 23:17:24
Modified: xmlbundle/src/java/org/apache/avalon/excalibur/xml/xpath
XPathProcessor.java
Log:
Update license banner
Revision Changes Path
1.2 +10 -9
jakarta-avalon-excalibur/xmlbundle/src/java/org/apache/avalon/excalibur/xml/xpath/XPathProcessor.java
Index: XPathProcessor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/xmlbundle/src/java/org/apache/avalon/excalibur/xml/xpath/XPathProcessor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XPathProcessor.java 22 Apr 2002 10:06:05 -0000 1.1
+++ XPathProcessor.java 7 Jul 2002 06:17:24 -0000 1.2
@@ -1,10 +1,10 @@
-/*****************************************************************************
- * Copyright (C) The Apache Software Foundation. All rights reserved. *
- * ------------------------------------------------------------------------- *
- * This software is published under the terms of the Apache Software License *
- * version 1.1, a copy of which has been included with this distribution in *
- * the LICENSE.txt file. *
- *****************************************************************************/
+/*
+ * Copyright (C) The Apache Software Foundation. All rights reserved.
+ *
+ * This software is published under the terms of the Apache Software License
+ * version 1.1, a copy of which has been included with this distribution in
+ * the LICENSE.txt file.
+ */
package org.apache.avalon.excalibur.xml.xpath;
import org.apache.avalon.framework.component.Component;
@@ -17,7 +17,8 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a>
* @version CVS $Revision$ $Date$ $Author$
*/
-public interface XPathProcessor extends Component
+public interface XPathProcessor
+ extends Component
{
/**
* The role implemented by an <code>XSLTProcessor</code>.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>