Author: smcclees
Date: Thu Apr 15 22:52:18 2010
New Revision: 934632
URL: http://svn.apache.org/viewvc?rev=934632&view=rev
Log:
OODT-3 progress
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestDataSourceCatalog.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestLuceneCatalog.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestMappedDataSourceCatalog.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TestInPlaceDataTransferer.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TestLocalDataTransferer.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestCachedIngester.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestLocalCache.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestRmiCache.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestStdIngester.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/TestAbstractFilemgrMetExtractor.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/TestCoreMetExtractor.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/repository/TestXMLRepositoryManager.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/structs/TestProduct.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/structs/type/TestTypeHandler.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/system/TestXmlRpcFileManagerClient.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/tools/TestExpImpCatalog.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/tools/TestMetadataBasedProductMover.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestGenericFileManagerObjectStructFactory.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestXmlRpcStructFactory.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestXmlStructFactory.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/validation/TestXMLValidationLayer.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestBasicVersioner.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestDateTimeVersioner.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestMetadataBasedFileVersioner.java
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestSingleFileBasicVersioner.java
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestDataSourceCatalog.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestDataSourceCatalog.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestDataSourceCatalog.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestDataSourceCatalog.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.catalog;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestLuceneCatalog.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestLuceneCatalog.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestLuceneCatalog.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestLuceneCatalog.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.catalog;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestMappedDataSourceCatalog.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestMappedDataSourceCatalog.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestMappedDataSourceCatalog.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/catalog/TestMappedDataSourceCatalog.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.catalog;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TestInPlaceDataTransferer.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TestInPlaceDataTransferer.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TestInPlaceDataTransferer.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TestInPlaceDataTransferer.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.datatransfer;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TestLocalDataTransferer.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TestLocalDataTransferer.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TestLocalDataTransferer.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TestLocalDataTransferer.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.datatransfer;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestCachedIngester.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestCachedIngester.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestCachedIngester.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestCachedIngester.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.ingest;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestLocalCache.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestLocalCache.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestLocalCache.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestLocalCache.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.ingest;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestRmiCache.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestRmiCache.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestRmiCache.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestRmiCache.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.ingest;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestStdIngester.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestStdIngester.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestStdIngester.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/ingest/TestStdIngester.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.ingest;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/TestAbstractFilemgrMetExtractor.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/TestAbstractFilemgrMetExtractor.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/TestAbstractFilemgrMetExtractor.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/TestAbstractFilemgrMetExtractor.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.metadata.extractors;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/TestCoreMetExtractor.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/TestCoreMetExtractor.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/TestCoreMetExtractor.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/TestCoreMetExtractor.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, 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.filemgr.metadata.extractors;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/repository/TestXMLRepositoryManager.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/repository/TestXMLRepositoryManager.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/repository/TestXMLRepositoryManager.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/repository/TestXMLRepositoryManager.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, 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.filemgr.repository;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/structs/TestProduct.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/structs/TestProduct.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/structs/TestProduct.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/structs/TestProduct.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, 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.filemgr.structs;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/structs/type/TestTypeHandler.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/structs/type/TestTypeHandler.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/structs/type/TestTypeHandler.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/structs/type/TestTypeHandler.java
Thu Apr 15 22:52:18 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.filemgr.structs.type;
import gov.nasa.jpl.oodt.cas.commons.database.DatabaseConnectionBuilder;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/system/TestXmlRpcFileManagerClient.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/system/TestXmlRpcFileManagerClient.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/system/TestXmlRpcFileManagerClient.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/system/TestXmlRpcFileManagerClient.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.system;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/tools/TestExpImpCatalog.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/tools/TestExpImpCatalog.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/tools/TestExpImpCatalog.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/tools/TestExpImpCatalog.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.tools;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/tools/TestMetadataBasedProductMover.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/tools/TestMetadataBasedProductMover.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/tools/TestMetadataBasedProductMover.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/tools/TestMetadataBasedProductMover.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.tools;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestGenericFileManagerObjectStructFactory.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestGenericFileManagerObjectStructFactory.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestGenericFileManagerObjectStructFactory.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestGenericFileManagerObjectStructFactory.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2008, 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.filemgr.util;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestXmlRpcStructFactory.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestXmlRpcStructFactory.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestXmlRpcStructFactory.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestXmlRpcStructFactory.java
Thu Apr 15 22:52:18 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.filemgr.util;
import gov.nasa.jpl.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestXmlStructFactory.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestXmlStructFactory.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestXmlStructFactory.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/util/TestXmlStructFactory.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, 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.filemgr.util;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/validation/TestXMLValidationLayer.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/validation/TestXMLValidationLayer.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/validation/TestXMLValidationLayer.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/validation/TestXMLValidationLayer.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, 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.filemgr.validation;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestBasicVersioner.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestBasicVersioner.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestBasicVersioner.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestBasicVersioner.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, 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.filemgr.versioning;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestDateTimeVersioner.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestDateTimeVersioner.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestDateTimeVersioner.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestDateTimeVersioner.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, 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.filemgr.versioning;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestMetadataBasedFileVersioner.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestMetadataBasedFileVersioner.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestMetadataBasedFileVersioner.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestMetadataBasedFileVersioner.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, 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.filemgr.versioning;
Modified:
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestSingleFileBasicVersioner.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestSingleFileBasicVersioner.java?rev=934632&r1=934631&r2=934632&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestSingleFileBasicVersioner.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/test/gov/nasa/jpl/oodt/cas/filemgr/versioning/TestSingleFileBasicVersioner.java
Thu Apr 15 22:52:18 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, 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.filemgr.versioning;