You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by sm...@apache.org on 2010/03/01 23:27:58 UTC

svn commit: r917761 [1/3] - in /incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog: exception/ mapping/ metadata/ page/ query/ query/filter/ query/filter/time/ query/filter/time/conv/ query/parser/ repository/ server/ server/a...

Author: smcclees
Date: Mon Mar  1 22:27:55 2010
New Revision: 917761

URL: http://svn.apache.org/viewvc?rev=917761&view=rev
Log:
Working towards OODT-3, prepending the necessary files with HEADER.txt RE:mattmann's commits. 

Modified:
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogDictionaryException.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogException.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogIndexException.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogRepositoryException.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogServiceException.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/IngestServiceException.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/QueryServiceException.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/IngestMapper.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/IngestMapperFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/LuceneIngestMapper.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/LuceneIngestMapperFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/MemoryBasedIngestMapper.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/MemoryBasedIngestMapperFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/OracleIngestMapper.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/OracleIngestMapperFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/metadata/TransactionalMetadata.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/CatalogReceipt.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/IndexPager.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/IngestReceipt.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/Page.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/PageInfo.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/ProcessedPageInfo.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/QueryPager.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/TransactionReceipt.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/ComparisonQueryExpression.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/CustomQueryExpression.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/CustomWrapperQueryExpression.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/FreeTextQueryExpression.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/NotQueryExpression.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/QueryExpression.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/QueryLogicalGroup.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/StdQueryExpression.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/TermQueryExpression.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/WrapperQueryExpression.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/FilterAlgorithm.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/QueryFilter.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEvent.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEventFilterAlgorithm.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEventQueryFilter.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/conv/AsciiSortableVersionConverter.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/conv/VersionConverter.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/JJTQueryParserState.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/Node.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/ParseException.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/QueryParser.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/QueryParserConstants.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/QueryParserTokenManager.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/QueryParserTreeConstants.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/SimpleCharStream.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/SimpleNode.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/Token.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/TokenMgrError.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/repository/CatalogRepository.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/repository/CatalogRepositoryFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/repository/MemoryBasedCatalogRepository.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/repository/MemoryBasedCatalogRepositoryFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/repository/SerializedCatalogRepository.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/repository/SerializedCatalogRepositoryFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/repository/SpringCatalogRepository.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/repository/SpringCatalogRepositoryFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/CatalogServiceCommandLineClient.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/CatalogServiceServerLauncher.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/action/CatalogServiceServerAction.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/action/GetSupportedCatalogIds.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/action/LoadCatalogRepositoryServerAction.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/action/LoadCatalogsServerAction.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/action/PagedQueryServerAction.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/action/QueryServerAction.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/action/ReducedPagedQueryServerAction.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/action/ReducedQueryServerAction.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/action/ShutdownServerAction.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/AbstractCommunicationChannelClient.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/AbstractCommunicationChannelServer.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/CommunicationChannelClient.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/CommunicationChannelClientFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/CommunicationChannelServer.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/CommunicationChannelServerFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/rmi/RmiCommunicationChannelClient.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/rmi/RmiCommunicationChannelClientInterface.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/rmi/RmiCommunicationChannelClientMBean.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/rmi/RmiCommunicationChannelServer.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/xmlrpc/XmlRpcCommunicationChannelClient.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/xmlrpc/XmlRpcCommunicationChannelClientFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/xmlrpc/XmlRpcCommunicationChannelServer.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/channel/xmlrpc/XmlRpcCommunicationChannelServerFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/option/PrintSupportedActionsHandler.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/option/PrintSupportedClientsHandler.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/server/option/PrintSupportedServersHandler.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/Dictionary.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/DictionaryFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/Index.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/IndexFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/IngestService.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/QueryService.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/TransactionId.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/TransactionIdFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/dictionary/WorkflowManagerDictionary.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/dictionary/WorkflowManagerDictionaryFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/DataSourceIndex.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/DataSourceIndexFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/InMemoryIndex.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/InMemoryIndexFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/WorkflowManagerDataSourceIndex.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/WorkflowManagerDataSourceIndexFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/LongTransactionIdFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/StringTransactionIdFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/UuidTransactionIdFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/Catalog.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogService.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogServiceFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceClient.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceClientFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceLocal.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceLocalFactory.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/Bucket.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/Term.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/TermBucket.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/CasPropertyPlaceholderConfigurer.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/PluginClassLoader.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/PluginURL.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/QueryUtils.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/Serializer.java
    incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/SpringUtils.java

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogDictionaryException.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogDictionaryException.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogDictionaryException.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogDictionaryException.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.exception;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogException.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogException.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogException.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogException.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.exception;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogIndexException.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogIndexException.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogIndexException.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogIndexException.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.exception;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogRepositoryException.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogRepositoryException.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogRepositoryException.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogRepositoryException.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.exception;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogServiceException.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogServiceException.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogServiceException.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/CatalogServiceException.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.exception;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/IngestServiceException.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/IngestServiceException.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/IngestServiceException.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/IngestServiceException.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.exception;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/QueryServiceException.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/QueryServiceException.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/QueryServiceException.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/exception/QueryServiceException.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.exception;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/IngestMapper.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/IngestMapper.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/IngestMapper.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/IngestMapper.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.mapping;
 
 //OODT imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/IngestMapperFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/IngestMapperFactory.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/IngestMapperFactory.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/IngestMapperFactory.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.mapping;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/LuceneIngestMapper.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/LuceneIngestMapper.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/LuceneIngestMapper.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/LuceneIngestMapper.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.mapping;
 
 //OODT imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/LuceneIngestMapperFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/LuceneIngestMapperFactory.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/LuceneIngestMapperFactory.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/LuceneIngestMapperFactory.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.mapping;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/MemoryBasedIngestMapper.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/MemoryBasedIngestMapper.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/MemoryBasedIngestMapper.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/MemoryBasedIngestMapper.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.mapping;
 
 //OODT imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/MemoryBasedIngestMapperFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/MemoryBasedIngestMapperFactory.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/MemoryBasedIngestMapperFactory.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/MemoryBasedIngestMapperFactory.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.mapping;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/OracleIngestMapper.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/OracleIngestMapper.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/OracleIngestMapper.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/OracleIngestMapper.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.mapping;
 
 //OODT imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/OracleIngestMapperFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/OracleIngestMapperFactory.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/OracleIngestMapperFactory.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/mapping/OracleIngestMapperFactory.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.mapping;
 
 //Spring imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/metadata/TransactionalMetadata.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/metadata/TransactionalMetadata.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/metadata/TransactionalMetadata.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/metadata/TransactionalMetadata.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.metadata;
 
 //JDK imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/CatalogReceipt.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/CatalogReceipt.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/CatalogReceipt.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/CatalogReceipt.java Mon Mar  1 22:27:55 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.page;
 
 import java.util.Date;

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/IndexPager.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/IndexPager.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/IndexPager.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/IndexPager.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.page;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/IngestReceipt.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/IngestReceipt.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/IngestReceipt.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/IngestReceipt.java Mon Mar  1 22:27:55 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.page;
 
 import gov.nasa.jpl.oodt.cas.catalog.struct.TransactionId;

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/Page.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/Page.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/Page.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/Page.java Mon Mar  1 22:27:55 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.page;
 
 import gov.nasa.jpl.oodt.cas.catalog.query.QueryExpression;

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/PageInfo.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/PageInfo.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/PageInfo.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/PageInfo.java Mon Mar  1 22:27:55 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.page;
 
 public class PageInfo {

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/ProcessedPageInfo.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/ProcessedPageInfo.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/ProcessedPageInfo.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/ProcessedPageInfo.java Mon Mar  1 22:27:55 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.page;
 
 public class ProcessedPageInfo extends PageInfo {

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/QueryPager.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/QueryPager.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/QueryPager.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/QueryPager.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.page;
 
 //JDK imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/TransactionReceipt.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/TransactionReceipt.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/TransactionReceipt.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/page/TransactionReceipt.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.page;
 
 //JDK imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/ComparisonQueryExpression.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/ComparisonQueryExpression.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/ComparisonQueryExpression.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/ComparisonQueryExpression.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/CustomQueryExpression.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/CustomQueryExpression.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/CustomQueryExpression.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/CustomQueryExpression.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query;
 
 //JDK imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/CustomWrapperQueryExpression.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/CustomWrapperQueryExpression.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/CustomWrapperQueryExpression.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/CustomWrapperQueryExpression.java Mon Mar  1 22:27:55 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query;
 
 public class CustomWrapperQueryExpression extends WrapperQueryExpression {

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/FreeTextQueryExpression.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/FreeTextQueryExpression.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/FreeTextQueryExpression.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/FreeTextQueryExpression.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query;
 
 //JDK imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/NotQueryExpression.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/NotQueryExpression.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/NotQueryExpression.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/NotQueryExpression.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/QueryExpression.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/QueryExpression.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/QueryExpression.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/QueryExpression.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query;
 
 import java.util.HashSet;

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/QueryLogicalGroup.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/QueryLogicalGroup.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/QueryLogicalGroup.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/QueryLogicalGroup.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query;
 
 //JDK imports
@@ -99,4 +112,4 @@
     	return qlGroup;
     }
     
-}
\ No newline at end of file
+}

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/StdQueryExpression.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/StdQueryExpression.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/StdQueryExpression.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/StdQueryExpression.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query;
 
 //JDK imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/TermQueryExpression.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/TermQueryExpression.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/TermQueryExpression.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/TermQueryExpression.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query;
 
 //OODT imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/WrapperQueryExpression.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/WrapperQueryExpression.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/WrapperQueryExpression.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/WrapperQueryExpression.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/FilterAlgorithm.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/FilterAlgorithm.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/FilterAlgorithm.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/FilterAlgorithm.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query.filter;
 
 //JDK imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/QueryFilter.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/QueryFilter.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/QueryFilter.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/QueryFilter.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query.filter;
 
 //OODT imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEvent.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEvent.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEvent.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEvent.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query.filter.time;
 
 //OODT imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEventFilterAlgorithm.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEventFilterAlgorithm.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEventFilterAlgorithm.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEventFilterAlgorithm.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query.filter.time;
 
 //JDK imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEventQueryFilter.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEventQueryFilter.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEventQueryFilter.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/MetadataTimeEventQueryFilter.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query.filter.time;
 
 //JDK imports

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/conv/AsciiSortableVersionConverter.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/conv/AsciiSortableVersionConverter.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/conv/AsciiSortableVersionConverter.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/conv/AsciiSortableVersionConverter.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query.filter.time.conv;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/conv/VersionConverter.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/conv/VersionConverter.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/conv/VersionConverter.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/filter/time/conv/VersionConverter.java Mon Mar  1 22:27:55 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2009, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package gov.nasa.jpl.oodt.cas.catalog.query.filter.time.conv;
 
 /**

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/JJTQueryParserState.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/JJTQueryParserState.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/JJTQueryParserState.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/JJTQueryParserState.java Mon Mar  1 22:27:55 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /* Generated By:JJTree: Do not edit this line. ./JJTQueryParserState.java */
 
 package gov.nasa.jpl.oodt.cas.catalog.query.parser;

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/Node.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/Node.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/Node.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/Node.java Mon Mar  1 22:27:55 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /* Generated By:JJTree: Do not edit this line. Node.java */
 
 package gov.nasa.jpl.oodt.cas.catalog.query.parser;

Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/ParseException.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/ParseException.java?rev=917761&r1=917760&r2=917761&view=diff
==============================================================================
--- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/ParseException.java (original)
+++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/query/parser/ParseException.java Mon Mar  1 22:27:55 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
 package gov.nasa.jpl.oodt.cas.catalog.query.parser;