Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/query/NodeListSet.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/query/NodeListSet.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/query/NodeListSet.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/query/NodeListSet.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.query;
@@ -25,7 +26,7 @@
/**
* NodeListSet is a simple NodeList wrapper
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public final class NodeListSet implements NodeSet {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/query/ProcessingException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/query/ProcessingException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/query/ProcessingException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/query/ProcessingException.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.query;
@@ -24,7 +25,7 @@
* A ProcessingException is thrown by a Query if for some reason,
* it fails to actually process the query request.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public final class ProcessingException extends QueryException {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/query/Query.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/query/Query.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/query/Query.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/query/Query.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.query;
@@ -26,7 +27,7 @@
/**
* Query represents a compiled (parsed and primed) query.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public interface Query {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryEngine.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryEngine.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryEngine.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryEngine.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.query;
@@ -45,7 +46,7 @@
* basically just manages a set of QueryResolvers that actually perform
* the work.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class QueryEngine extends SimpleConfigurable {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryException.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.query;
@@ -24,7 +25,7 @@
* A QueryException is thrown by a Query if an exception occurs
* in the processing of the Query.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class QueryException extends DBException {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryResolver.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryResolver.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryResolver.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryResolver.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.query;
@@ -29,7 +30,7 @@
* perfrom query resolution. Xindice provides an XPathQueryResolver to
* handle XPath queries against sets of Documents in a Collection.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public interface QueryResolver extends Configurable {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryUtil.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryUtil.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryUtil.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryUtil.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.query;
@@ -42,7 +43,7 @@
/**
* Helper to convert NodeSet query result into the Document
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class QueryUtil {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/query/StyleNotFoundException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/query/StyleNotFoundException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/query/StyleNotFoundException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/query/StyleNotFoundException.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.query;
@@ -24,7 +25,7 @@
* A StyleNotFoundException is thrown by a Query if the QueryEngine
* can't resolve a specified style name.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public final class StyleNotFoundException extends QueryException {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/query/XPathQueryResolver.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/query/XPathQueryResolver.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/query/XPathQueryResolver.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/query/XPathQueryResolver.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.query;
@@ -86,7 +87,7 @@
/**
* XPathQueryResolver
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public final class XPathQueryResolver extends SimpleConfigurable
implements QueryResolver {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/request/URIMapper.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/request/URIMapper.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/request/URIMapper.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/request/URIMapper.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.request;
@@ -45,7 +46,7 @@
* exposes a different (or slightly different) interface to the outside
* world.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public final class URIMapper extends URLConnection implements Poolable {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/request/XindiceStreamHandler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/request/XindiceStreamHandler.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/request/XindiceStreamHandler.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/request/XindiceStreamHandler.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.request;
@@ -25,7 +26,7 @@
/**
* XindiceStreamHandler handler that knows how to handle Xindice URL instances
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class XindiceStreamHandler extends URLStreamHandler {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/request/XindiceStreamHandlerFactory.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/request/XindiceStreamHandlerFactory.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/request/XindiceStreamHandlerFactory.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/request/XindiceStreamHandlerFactory.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.request;
@@ -26,7 +27,7 @@
* This interface defines a factory for URL stream protocol handlers.
* It is used by the URL class to create a URLStreamHandler for a specific protocol.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class XindiceStreamHandlerFactory implements URLStreamHandlerFactory {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XObjectImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XObjectImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XObjectImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XObjectImpl.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.xupdate;
@@ -26,7 +27,7 @@
/**
* Wrapper for Xalan XObject
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public final class XObjectImpl implements org.xmldb.common.xml.queries.XObject {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XPathQueryFactoryImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XPathQueryFactoryImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XPathQueryFactoryImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XPathQueryFactoryImpl.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.xupdate;
@@ -24,7 +25,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public final class XPathQueryFactoryImpl extends XPathQueryFactory {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XPathQueryImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XPathQueryImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XPathQueryImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XPathQueryImpl.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.xupdate;
@@ -32,7 +33,7 @@
/**
* XPath Query Impl to handle Xalan 2 XPath constructs.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public final class XPathQueryImpl implements XPathQuery {
private String qstring;
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XUpdateImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XUpdateImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XUpdateImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XUpdateImpl.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-2005 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.xupdate;
@@ -45,7 +46,7 @@
* For more detail about XUpdate look at the
* <a href="http://xmldb-org.sourceforge.net/xupdate/xupdate-wd.html">XUpdate Working Draft</a>.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class XUpdateImpl extends XUpdateQueryImpl {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XUpdateQueryResolver.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XUpdateQueryResolver.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XUpdateQueryResolver.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XUpdateQueryResolver.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.core.xupdate;
@@ -45,7 +46,7 @@
/**
* XUpdateQueryResolver
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class XUpdateQueryResolver extends SimpleConfigurable implements QueryResolver {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/ManagedServer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/ManagedServer.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/ManagedServer.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/ManagedServer.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server;
@@ -37,7 +38,7 @@
* fires up all will be good.
*
* @author <a href="mailto:[email protected]">Kevin O'Neill</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class ManagedServer {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/UglyBrowser.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/UglyBrowser.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/UglyBrowser.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/UglyBrowser.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server;
@@ -38,7 +39,7 @@
* Moved out of XindiceServlet for separation of display and server bootstrapping.
*
* @author Kevin Ross
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class UglyBrowser {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server;
@@ -21,7 +22,7 @@
/**
* Defines the Xindice version-related constants.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public interface Xindice {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/XindiceServlet.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/XindiceServlet.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/XindiceServlet.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/XindiceServlet.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server;
@@ -50,7 +51,7 @@
* @author <a href="mailto:[email protected]">Vladimir R. Bossicard</a>
* @author <a href="mailto:[email protected]">Gianugo Rabellino</a>
* @author <a href="mailto:[email protected]">Vadim Gritsenko</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class XindiceServlet extends HttpServlet {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCDefaultMessage.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCDefaultMessage.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCDefaultMessage.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCDefaultMessage.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc;
@@ -31,7 +32,7 @@
*
* @author <a href="mailto:[email protected]">Kimbro Staken</a>
* @author <a href="mailto:[email protected]">Vadim Gritsenko</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public abstract class RPCDefaultMessage implements RPCMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCMessage.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCMessage.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCMessage.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCMessage.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc;
@@ -22,7 +23,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public interface RPCMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCMessageInterface.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCMessageInterface.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCMessageInterface.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCMessageInterface.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc;
@@ -32,7 +33,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public final class RPCMessageInterface {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateCollection.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateCollection.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateCollection.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateCollection.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -31,7 +32,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class CreateCollection extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateIndexer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateIndexer.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateIndexer.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateIndexer.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -31,7 +32,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class CreateIndexer extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateNewOID.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateNewOID.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateNewOID.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateNewOID.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -25,7 +26,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class CreateNewOID extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetApiVersion.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetApiVersion.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetApiVersion.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetApiVersion.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -24,7 +25,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class GetApiVersion extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionConfiguration.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionConfiguration.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionConfiguration.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionConfiguration.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionCount.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionCount.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionCount.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionCount.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -27,7 +28,7 @@
* XML-RPC message to list number of child collections in a collection
*
* @author <a href="mailto:[email protected]">James Bates</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class GetCollectionCount extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionMeta.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionMeta.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionMeta.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionMeta.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -32,7 +33,7 @@
* XML-RPC message to fetch the meta data associated with a document
*
* @author <a href="mailto:[email protected]">Dave Viner</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class GetCollectionMeta extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocument.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocument.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocument.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocument.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -25,7 +26,7 @@
/**
* @deprecated Replaced by {@link GetResource}
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class GetDocument extends GetResource {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocumentCount.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocumentCount.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocumentCount.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocumentCount.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -25,7 +26,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class GetDocumentCount extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocumentMeta.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocumentMeta.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocumentMeta.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocumentMeta.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -32,7 +33,7 @@
* XML-RPC message to fetch the meta data associated with a document
*
* @author <a href="mailto:[email protected]">Dave Viner</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class GetDocumentMeta extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetIndexerConfiguration.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetIndexerConfiguration.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetIndexerConfiguration.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetIndexerConfiguration.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -29,7 +30,7 @@
*
* Warning: this message is not used at all by the current XML-RPC client...
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class GetIndexerConfiguration extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetResource.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetResource.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetResource.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetResource.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -31,7 +32,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class GetResource extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetServerVersion.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetServerVersion.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetServerVersion.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetServerVersion.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -25,7 +26,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class GetServerVersion extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/InsertDocument.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/InsertDocument.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/InsertDocument.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/InsertDocument.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -30,7 +31,7 @@
/**
* @deprecated Replaced with InsertResource which also handles binary data
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class InsertDocument extends InsertResource {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/InsertResource.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/InsertResource.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/InsertResource.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/InsertResource.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -28,7 +29,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class InsertResource extends RPCDefaultMessage {
public Hashtable execute(Hashtable message) throws Exception {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListCollections.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListCollections.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListCollections.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListCollections.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -26,7 +27,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class ListCollections extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListDocuments.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListDocuments.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListDocuments.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListDocuments.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -26,7 +27,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class ListDocuments extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListIndexers.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListIndexers.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListIndexers.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListIndexers.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -26,7 +27,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class ListIndexers extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/Query.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/Query.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/Query.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/Query.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -30,7 +31,7 @@
/**
* Executes a query against a document or collection
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class Query extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveCollection.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveCollection.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveCollection.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveCollection.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -29,7 +30,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class RemoveCollection extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveDocument.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveDocument.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveDocument.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveDocument.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -25,7 +26,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class RemoveDocument extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveIndexer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveIndexer.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveIndexer.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveIndexer.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -25,7 +26,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class RemoveIndexer extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetCollectionMeta.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetCollectionMeta.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetCollectionMeta.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetCollectionMeta.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -33,7 +34,7 @@
* XML-RPC message to set the meta data associated with a collection
*
* @author <a href="mailto:[email protected]">Dave Viner</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class SetCollectionMeta extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetDocument.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetDocument.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetDocument.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetDocument.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -28,7 +29,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class SetDocument extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetDocumentMeta.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetDocumentMeta.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetDocumentMeta.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetDocumentMeta.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -33,7 +34,7 @@
* XML-RPC message to set the meta data associated with a document
*
* @author <a href="mailto:[email protected]">Dave Viner</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class SetDocumentMeta extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/Shutdown.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/Shutdown.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/Shutdown.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/Shutdown.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -25,7 +26,7 @@
/**
* This message probably isn't necessary anymore.
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class Shutdown extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/UpdateIndexer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/UpdateIndexer.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/UpdateIndexer.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/UpdateIndexer.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
@@ -13,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
package org.apache.xindice.server.rpc.messages;
@@ -24,7 +25,7 @@
/**
*
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
*/
public class UpdateIndexer extends RPCDefaultMessage {
Modified: xml/xindice/trunk/java/src/org/apache/xindice/tools/ArgTokenizer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/tools/ArgTokenizer.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/tools/ArgTokenizer.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/tools/ArgTokenizer.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 1999-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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
Modified: xml/xindice/trunk/java/src/org/apache/xindice/tools/DatabaseRebuild.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/tools/DatabaseRebuild.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/tools/DatabaseRebuild.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/tools/DatabaseRebuild.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
/*
- * Copyright 2006 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
*
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.