You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2007/02/25 04:25:12 UTC

svn commit: r511426 [2/5] - in /xml/xindice/trunk/java/src/org/apache/xindice: ./ client/xmldb/ client/xmldb/embed/ client/xmldb/managed/ client/xmldb/resources/ client/xmldb/services/ client/xmldb/xmlrpc/ core/ core/data/ core/filer/ core/indexer/ cor...

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/data/Value.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/data/Value.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/data/Value.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/data/Value.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/core/data/Variant.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/data/Variant.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/data/Variant.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/data/Variant.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.data;
@@ -33,7 +34,7 @@
  * @deprecated This class is not used in the code.  If there is a
  * clear need for it, it may come out of deprecation, else try to
  * avoid it.
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class Variant {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTree.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTree.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTree.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTree.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
  *
@@ -66,7 +67,7 @@
  * that you can create a btree where the pointers actually point to the
  * root of a separate btree being managed in the same file.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class BTree extends Paged {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeCallback.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeCallback.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeCallback.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeCallback.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.filer;
@@ -23,7 +24,7 @@
 /**
  * BTreeCallback is a callback interface for BTree queries.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface BTreeCallback {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeCorruptException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeCorruptException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeCorruptException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeCorruptException.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.filer;
@@ -24,7 +25,7 @@
  * A BTreecorruptException is thrown by the BTree if the BTree
  * appears to be corrupted in some way.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class BTreeCorruptException extends BTreeException {
     public BTreeCorruptException() {

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeException.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.filer;
@@ -22,7 +23,7 @@
  * A BTreeException is thrown by the BTree if an exception occurs
  * in the managing of the BTree.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class BTreeException extends FilerException {
     public BTreeException(int faultCode) {

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeFiler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeFiler.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeFiler.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeFiler.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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
  *

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeNotFoundException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeNotFoundException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeNotFoundException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeNotFoundException.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.filer;
@@ -24,7 +25,7 @@
  * A BTreeNotFoundException is thrown by the BTree if a Value
  * can't be found in the BTree.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class BTreeNotFoundException extends BTreeException {
     public BTreeNotFoundException() {

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/FSFiler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/FSFiler.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/FSFiler.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/FSFiler.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.filer;
@@ -44,7 +45,7 @@
 /**
  * FSFiler allows you to use existing file systems withing Xindice.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class FSFiler extends SimpleConfigurable implements Filer {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Filer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Filer.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Filer.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Filer.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.filer;
@@ -35,7 +36,7 @@
  * class.  Filers are developed to perform transparent storage and retrieval to
  * and from heterogenous data sources (such as FTP, HTTP, RDBMS, etc...)
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface Filer extends Named, DBObject, Configurable {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/FilerException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/FilerException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/FilerException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/FilerException.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.filer;
@@ -24,7 +25,7 @@
  * A FilerException is thrown by a Filer if an exception occurs
  * in the managing of the Filer.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class FilerException extends DBException {
     public FilerException(int faultCode) {

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/HashFiler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/HashFiler.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/HashFiler.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/HashFiler.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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
  *

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/MemFiler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/MemFiler.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/MemFiler.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/MemFiler.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.filer;
@@ -37,7 +38,7 @@
  * used for temporary collections and caching.  It's basically a layering on
  * top of HashMap.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class MemFiler extends SimpleConfigurable implements Filer {
     private Map hashTable = null;

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Paged.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Paged.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Paged.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Paged.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
  *
@@ -75,7 +76,7 @@
  * <br>FIXME: Currently it seems that maxkeysize is not used anywhere.
  * <br>TODO: Introduce Paged interface, implementations.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public abstract class Paged implements DBObject, Configurable {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/SizeableMemFiler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/SizeableMemFiler.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/SizeableMemFiler.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/SizeableMemFiler.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.filer;
@@ -38,7 +39,7 @@
  * top of HashMap.
  *
  * @author Terry Rosenbaum (terry@amicas.com)
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class SizeableMemFiler extends SimpleConfigurable implements Filer {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Streamable.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Streamable.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Streamable.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Streamable.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.filer;
@@ -26,7 +27,7 @@
  * Streamable is an interface implemented by objects used by Filers and
  * Indexers in order to serialize objects to and from IO streams.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface Streamable {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/CannotCreateException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/CannotCreateException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/CannotCreateException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/CannotCreateException.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.indexer;
@@ -24,7 +25,7 @@
  * A CannotCreateException is thrown if an Indexer cannot
  * be properly created in the server context for some reason.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class CannotCreateException extends IndexerException {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/DuplicateIndexException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/DuplicateIndexException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/DuplicateIndexException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/DuplicateIndexException.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.indexer;
@@ -24,7 +25,7 @@
  * A DuplicateIndexException is thrown if an Indexer  create
  * attempt duplicates an existing Indexer.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class DuplicateIndexException extends IndexerException {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexManager.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexManager.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexManager.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexManager.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/core/indexer/IndexMatch.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexMatch.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexMatch.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexMatch.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.indexer;
@@ -25,7 +26,7 @@
  * are the basic unit of information between Indexers and the IndexManager
  * for performing queries and query optimization.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexMatch implements Comparable {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexPattern.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexPattern.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexPattern.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexPattern.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.indexer;
@@ -31,7 +32,7 @@
  * IndexPattern is the internal representation of a pattern for index
  * matching purposes.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexPattern implements Streamable {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexQuery.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexQuery.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexQuery.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexQuery.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.indexer;
@@ -29,7 +30,7 @@
  * Instances of this object should be created by QueryResolvers and
  * cached in Query instances.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/Indexer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/Indexer.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/Indexer.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/Indexer.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.indexer;
@@ -35,7 +36,7 @@
  * used to performt he query.  Currently, Xindice only internally
  * supports one kind of Indexer: 'XPath'.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface Indexer extends Named, DBObject, Configurable {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexerException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexerException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexerException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexerException.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.indexer;
@@ -24,7 +25,7 @@
  * A IndexerException is thrown by an Indexer if an exception occurs
  * in the managing of the Indexer.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class IndexerException extends DBException {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/MemValueIndexer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/MemValueIndexer.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/MemValueIndexer.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/MemValueIndexer.java Sat Feb 24 19:25:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2007 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/core/indexer/NameIndexer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/NameIndexer.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/NameIndexer.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/NameIndexer.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.indexer;
@@ -40,7 +41,7 @@
  * It is used for maintaining element and element@attribute unique
  * indexes.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class NameIndexer extends BTree implements Indexer {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/ValueIndexer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/ValueIndexer.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/ValueIndexer.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/ValueIndexer.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.indexer;

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryANY.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryANY.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryANY.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryANY.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryANY
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryANY extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryBW.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryBW.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryBW.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryBW.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryBW
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryBW extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryBWX.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryBWX.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryBWX.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryBWX.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryBWX
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryBWX extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryEQ.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryEQ.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryEQ.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryEQ.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryEQ
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryEQ extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryGEQ.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryGEQ.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryGEQ.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryGEQ.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryGEQ
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryGEQ extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryGT.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryGT.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryGT.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryGT.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryGT
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryGT extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryIN.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryIN.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryIN.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryIN.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.indexer.helpers;
@@ -27,7 +28,7 @@
 /**
  * IndexQueryIN
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryIN extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryLEQ.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryLEQ.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryLEQ.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryLEQ.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryLEQ
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryLEQ extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryLT.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryLT.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryLT.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryLT.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryLT
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryLT extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNBW.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNBW.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNBW.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNBW.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryNBW
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryNBW extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNBWX.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNBWX.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNBWX.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNBWX.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryNBWX
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryNBWX extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNEQ.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNEQ.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNEQ.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNEQ.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryNEQ
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryNEQ extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNIN.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNIN.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNIN.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNIN.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.indexer.helpers;
@@ -27,7 +28,7 @@
 /**
  * IndexQueryNIN
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryNIN extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNSW.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNSW.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNSW.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNSW.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQueryNSW
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQueryNSW extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQuerySW.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQuerySW.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQuerySW.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQuerySW.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.indexer.helpers;
@@ -25,7 +26,7 @@
 /**
  * IndexQuerySW
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class IndexQuerySW extends IndexQuery {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/meta/MetaData.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/MetaData.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/MetaData.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/MetaData.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.meta;
@@ -54,7 +55,7 @@
  *
  * @author ku
  * @author Dave Viner <dv...@apache.org>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class MetaData implements XMLSerializable {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/meta/TimeRecord.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/TimeRecord.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/TimeRecord.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/TimeRecord.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.meta;
@@ -23,7 +24,7 @@
 /**
  * Encapsulates the modified/create times used in MetaData.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class TimeRecord {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineHeaderBuilder.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineHeaderBuilder.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineHeaderBuilder.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineHeaderBuilder.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.meta.inline;
@@ -41,7 +42,7 @@
  *     byte 3: content type (1 => xml, 2 => binary)
  * </pre>
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class InlineHeaderBuilder {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaException.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.meta.inline;
@@ -24,7 +25,7 @@
  * An InlineMetaException is thrown by inline metadata code if an exception occurs
  * in the managing of the metadata.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class InlineMetaException extends DBException {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaMap.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaMap.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaMap.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaMap.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.meta.inline;
@@ -21,7 +22,7 @@
 /**
  * The inline meta data is a collection of name-value pairs.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface InlineMetaMap {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaReader.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaReader.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaReader.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaReader.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/core/meta/inline/InlineMetaService.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaService.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaService.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaService.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/core/meta/inline/InlineMetaWriter.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaWriter.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaWriter.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaWriter.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.meta.inline;
@@ -26,7 +27,7 @@
  * this extension is to support binary resources in the same
  * filer where the XML documents live.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface InlineMetaWriter {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/NullReader.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/NullReader.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/NullReader.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/NullReader.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/core/meta/inline/NullWriter.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/NullWriter.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/NullWriter.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/NullWriter.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.meta.inline;
@@ -23,7 +24,7 @@
  * of the metadata-free database with a database using the metadata
  * machinery but containing no metadata.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class NullWriter implements InlineMetaWriter {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/ResourceTypeReader.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/ResourceTypeReader.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/ResourceTypeReader.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/ResourceTypeReader.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/core/meta/inline/ResourceTypeWriter.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/ResourceTypeWriter.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/ResourceTypeWriter.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/ResourceTypeWriter.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.meta.inline;
@@ -23,7 +24,7 @@
 /**
  * Write metadata identifying the resource type (xml or binary).
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class ResourceTypeWriter implements InlineMetaWriter {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/query/CompilationException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/query/CompilationException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/query/CompilationException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/query/CompilationException.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 CompilationException is thrown by a Query if for some reason,
  * it can't compile the query being processed.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class CompilationException extends QueryException {