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 [1/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...

Author: vgritsenko
Date: Sat Feb 24 19:25:02 2007
New Revision: 511426

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

Modified:
    xml/xindice/trunk/java/src/org/apache/xindice/Stopwatch.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/CommonConfigurable.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/ResourceIteratorImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/ResourceSetImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/XindiceCollection.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/CollectionImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/DatabaseImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/managed/DatabaseImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/BinaryResourceImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/XMLResourceImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/CollectionManagementServiceImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/CollectionManager.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/DatabaseInstanceManager.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/MetaService.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/QueryService.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/CollectionImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/DatabaseImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/Collection.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/CollectionManager.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/Container.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/DBException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/DBObject.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/DBObserver.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/Database.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseChangeObserver.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/DocumentCache.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/FaultCodes.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/MetaSystemCollection.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/SystemCollection.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/DocumentSet.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/EmptyDocumentSet.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/EmptyNodeSet.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/EmptyRecordSet.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/Key.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/NodeSet.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/Record.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/RecordSet.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/Types.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/Value.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/Variant.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTree.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeCallback.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeCorruptException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeFiler.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/BTreeNotFoundException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/FSFiler.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Filer.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/FilerException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/HashFiler.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/MemFiler.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Paged.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/SizeableMemFiler.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/Streamable.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/CannotCreateException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/DuplicateIndexException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexManager.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexMatch.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexPattern.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexQuery.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/Indexer.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexerException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/MemValueIndexer.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/NameIndexer.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/ValueIndexer.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryANY.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryBW.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryBWX.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryEQ.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryGEQ.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryGT.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryIN.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryLEQ.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryLT.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNBW.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNBWX.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNEQ.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNIN.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQueryNSW.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/IndexQuerySW.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/MetaData.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/TimeRecord.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineHeaderBuilder.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaMap.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaReader.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaService.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaWriter.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/NullReader.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/NullWriter.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/ResourceTypeReader.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/ResourceTypeWriter.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/query/CompilationException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/query/NodeListSet.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/query/ProcessingException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/query/Query.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryEngine.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryResolver.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/query/QueryUtil.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/query/StyleNotFoundException.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/query/XPathQueryResolver.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/request/URIMapper.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/request/XindiceStreamHandler.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/request/XindiceStreamHandlerFactory.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XObjectImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XPathQueryFactoryImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XPathQueryImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XUpdateImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/XUpdateQueryResolver.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/ManagedServer.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/UglyBrowser.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/XindiceServlet.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCDefaultMessage.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCMessage.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/RPCMessageInterface.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateCollection.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateIndexer.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/CreateNewOID.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetApiVersion.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionConfiguration.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionCount.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetCollectionMeta.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocument.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocumentCount.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetDocumentMeta.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetIndexerConfiguration.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetResource.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetServerVersion.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/InsertDocument.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/InsertResource.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListCollections.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListDocuments.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/ListIndexers.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/Query.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveCollection.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveDocument.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/RemoveIndexer.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetCollectionMeta.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetDocument.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/SetDocumentMeta.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/Shutdown.java
    xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/UpdateIndexer.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/ArgTokenizer.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/DatabaseRebuild.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/DeploymentTask.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/XMLTools.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddCollection.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddDocument.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddIndexer.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddMultipleDocuments.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddResource.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/Command.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/DeleteCollection.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/DeleteDocument.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/DeleteIndexer.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/ExportTree.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/HelpCommand.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/ImportTree.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/ListCollectionDocuments.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/ListCollections.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/ListIndexers.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/RetrieveDocument.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/Shutdown.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/StringSerializer.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/XPathQuery.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/XUpdate.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/ByteArrayInput.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/ByteBuffer.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/Configurable.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/Configuration.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/ConfigurationCallback.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/ConfigurationException.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/DateUtilities.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/DirectoryClassLoader.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/FileCache.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/LockManager.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/MD5.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/Named.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/ObjectPool.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/ObjectQueue.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/ObjectStack.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/Poolable.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/ReadOnlyException.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/SimpleConfigurable.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/StringUtilities.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/SymbolDeserializer.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/SymbolSerializer.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/XindiceException.java
    xml/xindice/trunk/java/src/org/apache/xindice/util/XindiceRuntimeException.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/NamespaceMap.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/NodeSource.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/Signatures.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/SymbolTable.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/SymbolTableSymbols.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/TextWriter.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/XMLCompressedInput.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/XMLCompressedOutput.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/XMLSerializable.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/AttrImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/CDATASectionImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/CharacterDataImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/CommentImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/CompressedDocument.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/CompressedNode.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/ContainerNodeImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DBDocument.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DBNode.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DOMCompressor.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DOMConfigurationImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DOMImplementationImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DOMParser.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DOMStringListImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DocumentFragmentImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DocumentImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DocumentTypeImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/ElementImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/EntityImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/EntityReferenceImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/NamedNodeMapImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/NodeImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/NodeListImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/NotationImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/ProcessingInstructionImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/TextImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/traversal/TreeWalkerImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/jaxp/DocumentBuilderFactoryImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/jaxp/DocumentBuilderImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/sax/CompressionHandler.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/sax/SAXEventGenerator.java
    xml/xindice/trunk/java/src/org/apache/xindice/xml/sax/SetContentHandler.java

Modified: xml/xindice/trunk/java/src/org/apache/xindice/Stopwatch.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/Stopwatch.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/Stopwatch.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/Stopwatch.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;
@@ -22,7 +23,7 @@
  * Stopwatch is a debugging tool for manually profiling code execution.
  * This class will probably be removed for a production release.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class Stopwatch {
     String label = null;

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/CommonConfigurable.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/CommonConfigurable.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/CommonConfigurable.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/CommonConfigurable.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.client.xmldb;
@@ -26,7 +27,7 @@
 /**
  * Base class to handle property managment within the API implementation.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public abstract class CommonConfigurable implements Configurable {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.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.client.xmldb;
@@ -40,7 +41,7 @@
  * <p>
  * This implementation simply acts as a proxy for the protocol specific API implementations.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class DatabaseImpl extends CommonConfigurable implements Database {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/ResourceIteratorImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/ResourceIteratorImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/ResourceIteratorImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/ResourceIteratorImpl.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.client.xmldb;
@@ -30,7 +31,7 @@
  * An iterator over a collection of resources.
  *
  * @author  <a href="mailto:vladimir@apache.org">Vladimir R. Bossicard</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class ResourceIteratorImpl implements ResourceIterator {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/ResourceSetImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/ResourceSetImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/ResourceSetImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/ResourceSetImpl.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.client.xmldb;
@@ -44,7 +45,7 @@
  * <code>ResourceSet</code> contains a set of resources as returned from a query
  * or other operation.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class ResourceSetImpl implements ResourceSet {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/XindiceCollection.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/XindiceCollection.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/XindiceCollection.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/XindiceCollection.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.client.xmldb;
@@ -48,7 +49,7 @@
  *
  * @author <a href="mailto:kstaken@xmldatabases.org">Kimbro Staken</a>
  * @author <a href="mailto:james.bates@amplexor.com">James Bates</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public abstract class XindiceCollection extends CommonConfigurable implements Collection {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/CollectionImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/CollectionImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/CollectionImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/CollectionImpl.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.client.xmldb.embed;
@@ -50,7 +51,7 @@
  *
  * @author <a href="mailto:james.bates@amplexor.com">James Bates</a>
  * @author <a href="mailto:kstaken@xmldatabases.org">Kimbro Staken</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class CollectionImpl extends XindiceCollection {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/DatabaseImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/DatabaseImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/DatabaseImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/DatabaseImpl.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.client.xmldb.embed;
@@ -76,7 +77,7 @@
  * @author <a href="mailto:james.bates@amplexor.com">James Bates</a>
  * @author <a href="mailto:vladimir@apache.org">Vladimir R. Bossicard</a>
  * @author <a href="mailto:vgritsenko@apache.org">Vadim Gritsenko</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class DatabaseImpl extends CommonConfigurable implements org.xmldb.api.base.Database {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/managed/DatabaseImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/managed/DatabaseImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/managed/DatabaseImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/managed/DatabaseImpl.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.client.xmldb.managed;
@@ -31,7 +32,7 @@
  *
  * @author <a href="mailto:kevin@rocketred.com.au">Kevin O'Neill</a>
  * @author <a href="mailto:vgritsenko@apache.org">Vadim Gritsenko</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class DatabaseImpl extends org.apache.xindice.client.xmldb.embed.DatabaseImpl {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/BinaryResourceImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/BinaryResourceImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/BinaryResourceImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/BinaryResourceImpl.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.client.xmldb.resources;
@@ -28,7 +29,7 @@
  *
  * As per XML:DB spec, binary resource supports only byte[] data.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class BinaryResourceImpl implements BinaryResource {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/XMLResourceImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/XMLResourceImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/XMLResourceImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/XMLResourceImpl.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.client.xmldb.resources;
@@ -42,7 +43,7 @@
  * XMLResourceImpl provides an implementation to handle XML resources
  * and convert easily between Text, DOM or SAX presentations.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class XMLResourceImpl implements org.xmldb.api.modules.XMLResource {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/CollectionManagementServiceImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/CollectionManagementServiceImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/CollectionManagementServiceImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/CollectionManagementServiceImpl.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.client.xmldb.services;
@@ -34,7 +35,7 @@
  *
  * @author <a href="mailto:james.bates@amplexor.com">James Bates</a>
  * @author <a href="mailto:kstaken@xmldatabases.org">Kimbro Staken</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class CollectionManagementServiceImpl extends CommonConfigurable
         implements CollectionManagementService, CollectionManager, DatabaseInstanceManager {

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/CollectionManager.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/CollectionManager.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/CollectionManager.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/CollectionManager.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.client.xmldb.services;
@@ -28,7 +29,7 @@
  * interface. User level access is provided through the underlying Collection
  * itself.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface CollectionManager {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/DatabaseInstanceManager.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/DatabaseInstanceManager.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/DatabaseInstanceManager.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/DatabaseInstanceManager.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.client.xmldb.services;
@@ -27,7 +28,7 @@
  * In order to get a reference to the DatabaseInstanceManager object you must have
  * administrative access to the server.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface DatabaseInstanceManager {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/MetaService.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/MetaService.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/MetaService.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/MetaService.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.client.xmldb.services;
@@ -30,7 +31,7 @@
  * Meta information service.
  *
  * @author <a href="mailto:vgritsenko@apache.org">Vadim Gritsenko</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class MetaService extends CommonConfigurable implements Service {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/QueryService.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/QueryService.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/QueryService.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/QueryService.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.client.xmldb.services;
@@ -36,7 +37,7 @@
  * or less identical.
  *
  * @author <a href="mailto:james.bates@amplexor.com">James Bates</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public abstract class QueryService extends CommonConfigurable implements Service {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/XPathQueryServiceImpl.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.client.xmldb.services;
@@ -25,7 +26,7 @@
  * with server
  *
  * @author <a href="mailto:james.bates@amplexor.com">James Bates</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class XPathQueryServiceImpl extends QueryService implements XPathQueryService {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/XUpdateQueryServiceImpl.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.client.xmldb.services;
@@ -29,7 +30,7 @@
  * with server
  *
  * @author <a href="mailto:james.bates@amplexor.com">James Bates</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class XUpdateQueryServiceImpl extends QueryService implements XUpdateQueryService {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/CollectionImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/CollectionImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/CollectionImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/CollectionImpl.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.client.xmldb.xmlrpc;
@@ -57,7 +58,7 @@
  *
  * @author <a href="mailto:james.bates@amplexor.com">James Bates</a>
  * @author <a href="mailto:kstaken@xmldatabases.org">Kimbro Staken</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class CollectionImpl extends XindiceCollection {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/DatabaseImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/DatabaseImpl.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/DatabaseImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/DatabaseImpl.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.client.xmldb.xmlrpc;
@@ -52,7 +53,7 @@
  *
  * @author <a href="mailto:james.bates@amplexor.com">James Bates</a>
  * @author <a href="mailto:vgritsenko@apache.org">Vadim Gritsenko</a>
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class DatabaseImpl extends CommonConfigurable implements Database {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/Collection.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/Collection.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/Collection.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/Collection.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/CollectionManager.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/CollectionManager.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/CollectionManager.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/CollectionManager.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/Container.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/Container.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/Container.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/Container.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;
@@ -25,7 +26,7 @@
 /**
  * Container is a generic container for Key and Document pairs.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface Container {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/DBException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/DBException.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/DBException.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/DBException.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;
@@ -25,7 +26,7 @@
  * managing (creating, dropping) database objects such as Collections,
  * Indexes, and XMLObjects.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public class DBException extends XindiceException {
     public int faultCode;

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/DBObject.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/DBObject.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/DBObject.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/DBObject.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;
@@ -26,7 +27,7 @@
  * steps involved in having to generate them, which is usually
  * compilation of source code.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface DBObject {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/DBObserver.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/DBObserver.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/DBObserver.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/DBObserver.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;
@@ -29,7 +30,7 @@
 /**
  * Observer for Xindice DB activities
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public abstract class DBObserver {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/Database.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/Database.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/Database.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/Database.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/DatabaseChangeObserver.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseChangeObserver.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseChangeObserver.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseChangeObserver.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/DatabaseShutdownHandler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.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/DocumentCache.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/DocumentCache.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/DocumentCache.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/DocumentCache.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;
@@ -42,7 +43,7 @@
  *        ReferenceMap should be used instead of WeakHashMap.
  * </small>
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class DocumentCache {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/FaultCodes.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/FaultCodes.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/FaultCodes.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/FaultCodes.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;
@@ -28,7 +29,7 @@
  * FaultCodes defines the Xindice specific fault codes and associated error
  * messages.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public abstract class FaultCodes {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/MetaSystemCollection.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/MetaSystemCollection.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/MetaSystemCollection.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/MetaSystemCollection.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;
@@ -33,7 +34,7 @@
  * standard Collection operations, this class will provide facilities
  * for Meta data management.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class MetaSystemCollection extends Collection {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/SystemCollection.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/SystemCollection.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/SystemCollection.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/SystemCollection.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;
@@ -32,7 +33,7 @@
  * standard Collection operations, this class will provide facilities
  * for Schema and SymbolTable management among other things.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class SystemCollection extends Collection {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/data/DocumentSet.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/data/DocumentSet.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/data/DocumentSet.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/data/DocumentSet.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;
@@ -26,7 +27,7 @@
 /**
  * DocumentSet is an interface for iterating over a set of Documents.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface DocumentSet {
 

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

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/data/EmptyNodeSet.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/data/EmptyNodeSet.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/data/EmptyNodeSet.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/data/EmptyNodeSet.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;
@@ -22,7 +23,7 @@
 /**
  * EmptyNodeSet implements an empty NodeSet.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class EmptyNodeSet implements NodeSet {
     public boolean hasMoreNodes() {

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/data/EmptyRecordSet.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/data/EmptyRecordSet.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/data/EmptyRecordSet.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/data/EmptyRecordSet.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;
@@ -21,7 +22,7 @@
 /**
  * EmptyRecordSet implements an empty RecordSet.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public final class EmptyRecordSet implements RecordSet {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/data/Key.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/data/Key.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/data/Key.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/data/Key.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/data/NodeSet.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/data/NodeSet.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/data/NodeSet.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/data/NodeSet.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;
@@ -23,7 +24,7 @@
  * NodeSet is an interface for iterating over a set of Nodes.  NodeSets
  * are generally returned by the QueryEngine.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface NodeSet {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/data/Record.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/data/Record.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/data/Record.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/data/Record.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/RecordSet.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/data/RecordSet.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/data/RecordSet.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/data/RecordSet.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;
@@ -24,7 +25,7 @@
  * RecordSet is an interface for iterating over a set of Records.
  * It is almost always returned by Filers.
  *
- * @version CVS $Revision$, $Date$
+ * @version $Revision$, $Date$
  */
 public interface RecordSet {
 

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/data/Types.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/data/Types.java?view=diff&rev=511426&r1=511425&r2=511426
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/data/Types.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/data/Types.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;
@@ -32,7 +33,7 @@
  * deprecated class.  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 Types {