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:21:07 UTC

svn commit: r511423 - in /xml/xindice/trunk/java: dom3/org/w3c/dom/ tests/src/org/apache/xindice/ tests/src/org/apache/xindice/client/xmldb/ tests/src/org/apache/xindice/core/ tests/src/org/apache/xindice/core/data/ tests/src/org/apache/xindice/core/fi...

Author: vgritsenko
Date: Sat Feb 24 19:21:05 2007
New Revision: 511423

URL: http://svn.apache.org/viewvc?view=rev&rev=511423
Log:
update license headers

Modified:
    xml/xindice/trunk/java/dom3/org/w3c/dom/DOMConfiguration.java
    xml/xindice/trunk/java/dom3/org/w3c/dom/DOMStringList.java
    xml/xindice/trunk/java/dom3/org/w3c/dom/TypeInfo.java
    xml/xindice/trunk/java/dom3/org/w3c/dom/UserDataHandler.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/IntegrationEmbedTests.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/IntegrationXmlRpcTests.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/StressTests.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/UnitTests.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/client/xmldb/DatabaseImplTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/client/xmldb/ResourceIteratorImplTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/CollectionTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/DatabaseTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/data/KeyTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/data/ValueTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/BTreeFilerTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/FSFilerTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/FilerTestBase.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/HashFilerTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/MemFilerTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/indexer/ValueIndexerTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/MetaTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/inline/InlineHeaderBuilderTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/inline/ResourceTypeReaderTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/XPathQueryResolverTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/IntegrationTests.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/AbstractXmlDbClientTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/XmlDbClient.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/XmlDbClientSetup.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/CollectionTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/DocumentTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/IndexTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/resources/BinaryResourceTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/resources/XMLResourceTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/IndexedSearchTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/MetaTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/XPathQueryTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/XUpdateQueryTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/stress/filer/StressFilerTestSetup.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/tools/XMLToolsTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/util/ConfigurationTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/TextWriterTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/DocumentTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/NodeListTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/NodeTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/TreeWalkerTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/sax/SAXEventGeneratorTest.java

Modified: xml/xindice/trunk/java/dom3/org/w3c/dom/DOMConfiguration.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/dom3/org/w3c/dom/DOMConfiguration.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/dom3/org/w3c/dom/DOMConfiguration.java (original)
+++ xml/xindice/trunk/java/dom3/org/w3c/dom/DOMConfiguration.java Sat Feb 24 19:21:05 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
  *

Modified: xml/xindice/trunk/java/dom3/org/w3c/dom/DOMStringList.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/dom3/org/w3c/dom/DOMStringList.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/dom3/org/w3c/dom/DOMStringList.java (original)
+++ xml/xindice/trunk/java/dom3/org/w3c/dom/DOMStringList.java Sat Feb 24 19:21:05 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
  *

Modified: xml/xindice/trunk/java/dom3/org/w3c/dom/TypeInfo.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/dom3/org/w3c/dom/TypeInfo.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/dom3/org/w3c/dom/TypeInfo.java (original)
+++ xml/xindice/trunk/java/dom3/org/w3c/dom/TypeInfo.java Sat Feb 24 19:21:05 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
  *

Modified: xml/xindice/trunk/java/dom3/org/w3c/dom/UserDataHandler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/dom3/org/w3c/dom/UserDataHandler.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/dom3/org/w3c/dom/UserDataHandler.java (original)
+++ xml/xindice/trunk/java/dom3/org/w3c/dom/UserDataHandler.java Sat Feb 24 19:21:05 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
  *

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/IntegrationEmbedTests.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/IntegrationEmbedTests.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/IntegrationEmbedTests.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/IntegrationEmbedTests.java Sat Feb 24 19:21:05 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;
@@ -29,7 +30,7 @@
 import junitx.extensions.TestSetup;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class IntegrationEmbedTests {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/IntegrationXmlRpcTests.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/IntegrationXmlRpcTests.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/IntegrationXmlRpcTests.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/IntegrationXmlRpcTests.java Sat Feb 24 19:21:05 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;
@@ -38,7 +39,7 @@
  * <code>test.xmlrpc.service-location</code>,
  * which is expected to be a string of the form <code>/path.../</code>.
 
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  * @author Gary Shea <sh...@gtsdesign.com>
  */

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/StressTests.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/StressTests.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/StressTests.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/StressTests.java Sat Feb 24 19:21:05 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;
@@ -28,7 +29,7 @@
 import org.apache.xindice.stress.filer.StressFilerTestSetup;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class StressTests {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/UnitTests.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/UnitTests.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/UnitTests.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/UnitTests.java Sat Feb 24 19:21:05 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;
@@ -31,7 +32,7 @@
 import junit.textui.TestRunner;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  * @author Kimbro Staken <ks...@xmldatabases.org>
  */

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/client/xmldb/DatabaseImplTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/client/xmldb/DatabaseImplTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/client/xmldb/DatabaseImplTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/client/xmldb/DatabaseImplTest.java Sat Feb 24 19:21:05 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.client.xmldb;
@@ -21,7 +22,7 @@
 import junit.framework.TestCase;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class DatabaseImplTest extends TestCase {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/client/xmldb/ResourceIteratorImplTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/client/xmldb/ResourceIteratorImplTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/client/xmldb/ResourceIteratorImplTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/client/xmldb/ResourceIteratorImplTest.java Sat Feb 24 19:21:05 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.client.xmldb;
@@ -26,7 +27,7 @@
 import java.util.*;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class ResourceIteratorImplTest

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/CollectionTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/CollectionTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/CollectionTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/CollectionTest.java Sat Feb 24 19:21:05 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/tests/src/org/apache/xindice/core/DatabaseTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/DatabaseTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/DatabaseTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/DatabaseTest.java Sat Feb 24 19:21:05 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;
@@ -28,7 +29,7 @@
  * org.apache.xindice.core.Collection) createCollection.
  *
  * @author <a href="mailto:vgritsenko@apache.org">Vadim Gritsenko</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class DatabaseTest extends TestCase {
 

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/data/KeyTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/data/KeyTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/data/KeyTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/data/KeyTest.java Sat Feb 24 19:21:05 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;
@@ -21,7 +22,7 @@
 import junit.framework.TestCase;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class KeyTest extends TestCase {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/data/ValueTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/data/ValueTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/data/ValueTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/data/ValueTest.java Sat Feb 24 19:21:05 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;
@@ -21,7 +22,7 @@
 import junit.framework.TestCase;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class ValueTest extends TestCase {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/BTreeFilerTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/BTreeFilerTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/BTreeFilerTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/BTreeFilerTest.java Sat Feb 24 19:21:05 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/tests/src/org/apache/xindice/core/filer/FSFilerTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/FSFilerTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/FSFilerTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/FSFilerTest.java Sat Feb 24 19:21:05 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,13 +14,13 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
- * CVS $Id$
+ * $Id$
  */
 
 package org.apache.xindice.core.filer;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author <a href="mailto:vgritsenko@apache.org">Vadim Gritsenko</a>
  */
 public class FSFilerTest extends FilerTestBase {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/FilerTestBase.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/FilerTestBase.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/FilerTestBase.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/FilerTestBase.java Sat Feb 24 19:21:05 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/tests/src/org/apache/xindice/core/filer/HashFilerTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/HashFilerTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/HashFilerTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/HashFilerTest.java Sat Feb 24 19:21:05 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,13 +14,13 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
- * CVS $Id$
+ * $Id$
  */
 
 package org.apache.xindice.core.filer;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author <a href="mailto:vgritsenko@apache.org">Vadim Gritsenko</a>
  */
 public class HashFilerTest extends FilerTestBase {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/MemFilerTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/MemFilerTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/MemFilerTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/filer/MemFilerTest.java Sat Feb 24 19:21:05 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,13 +14,13 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
- * CVS $Id$
+ * $Id$
  */
 
 package org.apache.xindice.core.filer;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author <a href="mailto:vgritsenko@apache.org">Vadim Gritsenko</a>
  */
 public class MemFilerTest extends FilerTestBase {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/indexer/ValueIndexerTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/indexer/ValueIndexerTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/indexer/ValueIndexerTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/indexer/ValueIndexerTest.java Sat Feb 24 19:21:05 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
  *

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/MetaTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/MetaTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/MetaTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/MetaTest.java Sat Feb 24 19:21:05 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;
@@ -26,7 +27,7 @@
 
 /**
  * @author Dave Viner <dv...@apache.org>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class MetaTest extends TestCase {
 

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/inline/InlineHeaderBuilderTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/inline/InlineHeaderBuilderTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/inline/InlineHeaderBuilderTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/inline/InlineHeaderBuilderTest.java Sat Feb 24 19:21:05 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 @@
 import junit.framework.TestCase;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Gary Shea <sh...@gtsdesign.com>
  */
 public class InlineHeaderBuilderTest extends TestCase {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/inline/ResourceTypeReaderTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/inline/ResourceTypeReaderTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/inline/ResourceTypeReaderTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/meta/inline/ResourceTypeReaderTest.java Sat Feb 24 19:21:05 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/tests/src/org/apache/xindice/core/query/XPathQueryResolverTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/XPathQueryResolverTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/XPathQueryResolverTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/XPathQueryResolverTest.java Sat Feb 24 19:21:05 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;
@@ -35,7 +36,7 @@
  * The two Tests Simple and Complex query will be raun against this Collection.
  * The complex query string is taken from the Bug 14878 in Bugzilla
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Alexander Sterff <st...@in.tum.de>
  */
 public class XPathQueryResolverTest extends TestCase {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/IntegrationTests.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/IntegrationTests.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/IntegrationTests.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/IntegrationTests.java Sat Feb 24 19:21:05 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.integration;
@@ -30,7 +31,7 @@
 import junit.framework.TestSuite;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class IntegrationTests {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/AbstractXmlDbClientTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/AbstractXmlDbClientTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/AbstractXmlDbClientTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/AbstractXmlDbClientTest.java Sat Feb 24 19:21:05 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.integration.client;
@@ -21,7 +22,7 @@
 import junit.framework.TestCase;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public abstract class AbstractXmlDbClientTest extends TestCase {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/XmlDbClient.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/XmlDbClient.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/XmlDbClient.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/XmlDbClient.java Sat Feb 24 19:21:05 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.integration.client;
@@ -29,7 +30,7 @@
 import org.xmldb.api.modules.XMLResource;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class XmlDbClient {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/XmlDbClientSetup.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/XmlDbClientSetup.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/XmlDbClientSetup.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/XmlDbClientSetup.java Sat Feb 24 19:21:05 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.integration.client;
@@ -23,7 +24,7 @@
 import junitx.extensions.TestSetup;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class XmlDbClientSetup extends TestSetup {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/CollectionTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/CollectionTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/CollectionTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/CollectionTest.java Sat Feb 24 19:21:05 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.integration.client.basic;
@@ -31,7 +32,7 @@
 import java.util.Vector;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class CollectionTest extends AbstractXmlDbClientTest {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/DocumentTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/DocumentTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/DocumentTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/DocumentTest.java Sat Feb 24 19:21:05 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.integration.client.basic;
@@ -41,7 +42,7 @@
 import java.io.Writer;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class DocumentTest extends AbstractXmlDbClientTest {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/IndexTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/IndexTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/IndexTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/IndexTest.java Sat Feb 24 19:21:05 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.integration.client.basic;
@@ -26,7 +27,7 @@
 import java.util.Vector;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class IndexTest extends AbstractXmlDbClientTest {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/resources/BinaryResourceTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/resources/BinaryResourceTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/resources/BinaryResourceTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/resources/BinaryResourceTest.java Sat Feb 24 19:21:05 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.integration.client.resources;

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/resources/XMLResourceTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/resources/XMLResourceTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/resources/XMLResourceTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/resources/XMLResourceTest.java Sat Feb 24 19:21:05 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.integration.client.resources;

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/IndexedSearchTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/IndexedSearchTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/IndexedSearchTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/IndexedSearchTest.java Sat Feb 24 19:21:05 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.integration.client.services;
@@ -44,7 +45,7 @@
  * Implements test cases for testing functionality of
  * indexed xpath searching.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Terry Rosenbaum
  */
 public class IndexedSearchTest extends AbstractXmlDbClientTest {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/MetaTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/MetaTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/MetaTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/MetaTest.java Sat Feb 24 19:21:05 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.integration.client.services;
@@ -29,7 +30,7 @@
 /**
  * Test MetaService
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author <a href="mailto:vgritsenko@apache.org">Vadim Gritsenko</a>
  */
 public class MetaTest extends AbstractXmlDbClientTest {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/XPathQueryTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/XPathQueryTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/XPathQueryTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/XPathQueryTest.java Sat Feb 24 19:21:05 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.integration.client.services;
@@ -33,7 +34,7 @@
  *
  * @author <a href="mailto:vladimir@apache.org">Vladimir R. Bossicard</a>
  * @author <a href="mailto:kevinoneill@apache.org">Kevin O'Neill</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class XPathQueryTest extends AbstractXmlDbClientTest {
 

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/XUpdateQueryTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/XUpdateQueryTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/XUpdateQueryTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/services/XUpdateQueryTest.java Sat Feb 24 19:21:05 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.integration.client.services;
@@ -27,7 +28,7 @@
 import org.custommonkey.xmlunit.XMLAssert;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class XUpdateQueryTest

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/stress/filer/StressFilerTestSetup.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/stress/filer/StressFilerTestSetup.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/stress/filer/StressFilerTestSetup.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/stress/filer/StressFilerTestSetup.java Sat Feb 24 19:21:05 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.stress.filer;
@@ -26,7 +27,7 @@
 import com.clarkware.junitperf.LoadTest;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard &lt;vladimir@apache.org&gt;
  */
 public class StressFilerTestSetup { // extends FilerTestSetup {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/tools/XMLToolsTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/tools/XMLToolsTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/tools/XMLToolsTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/tools/XMLToolsTest.java Sat Feb 24 19:21:05 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.tools;
@@ -21,7 +22,7 @@
 import junit.framework.TestCase;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/util/ConfigurationTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/util/ConfigurationTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/util/ConfigurationTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/util/ConfigurationTest.java Sat Feb 24 19:21:05 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.util;
@@ -26,7 +27,7 @@
 import org.w3c.dom.Document;
 
 /**
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  * @author Vladimir R. Bossicard <vl...@apache.org>
  */
 public class ConfigurationTest extends TestCase {

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/TextWriterTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/TextWriterTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/TextWriterTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/TextWriterTest.java Sat Feb 24 19:21:05 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.xml;
@@ -30,7 +31,7 @@
 /**
  * Tests TextWriter class
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class TextWriterTest extends TestCase {
 

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/DocumentTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/DocumentTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/DocumentTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/DocumentTest.java Sat Feb 24 19:21:05 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/tests/src/org/apache/xindice/xml/dom/NodeListTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/NodeListTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/NodeListTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/NodeListTest.java Sat Feb 24 19:21:05 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 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.xml.dom;
@@ -31,7 +32,7 @@
 /**
  * Tests NodeListImpl class
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class NodeListTest extends TestCase {
 

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/NodeTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/NodeTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/NodeTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/NodeTest.java Sat Feb 24 19:21:05 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
  *

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/TreeWalkerTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/TreeWalkerTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/TreeWalkerTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/dom/TreeWalkerTest.java Sat Feb 24 19:21:05 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.xml.dom;
@@ -29,7 +30,7 @@
 /**
  * Tests TreeWalker class
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class TreeWalkerTest extends TestCase {
 

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/sax/SAXEventGeneratorTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/sax/SAXEventGeneratorTest.java?view=diff&rev=511423&r1=511422&r2=511423
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/sax/SAXEventGeneratorTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/xml/sax/SAXEventGeneratorTest.java Sat Feb 24 19:21:05 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.xml.sax;