You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ah...@apache.org on 2010/03/09 19:20:47 UTC

svn commit: r921036 - in /incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr: catalog/ datatransfer/

Author: ahart
Date: Tue Mar  9 18:20:47 2010
New Revision: 921036

URL: http://svn.apache.org/viewvc?rev=921036&view=rev
Log:
progress towards OODT-3: added ASL headers to files in cas-filemgr

Modified:
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/Catalog.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/CatalogFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/DataSourceCatalog.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/DataSourceCatalogFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/LuceneCatalog.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/LuceneCatalogFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/MappedDataSourceCatalog.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/MappedDataSourceCatalogFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/DataTransfer.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/DataTransferFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/InPlaceDataTransferFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/InPlaceDataTransferer.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/LocalDataTransferFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/LocalDataTransferer.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/RemoteDataTransferFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/RemoteDataTransferer.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TransferStatusTracker.java

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/Catalog.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/Catalog.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/Catalog.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/Catalog.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//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.catalog;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/CatalogFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/CatalogFactory.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/CatalogFactory.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/CatalogFactory.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//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.catalog;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/DataSourceCatalog.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/DataSourceCatalog.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/DataSourceCatalog.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/DataSourceCatalog.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//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.catalog;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/DataSourceCatalogFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/DataSourceCatalogFactory.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/DataSourceCatalogFactory.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/DataSourceCatalogFactory.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//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.catalog;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/LuceneCatalog.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/LuceneCatalog.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/LuceneCatalog.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/LuceneCatalog.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//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.catalog;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/LuceneCatalogFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/LuceneCatalogFactory.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/LuceneCatalogFactory.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/LuceneCatalogFactory.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//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.catalog;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/MappedDataSourceCatalog.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/MappedDataSourceCatalog.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/MappedDataSourceCatalog.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/MappedDataSourceCatalog.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//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/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/MappedDataSourceCatalogFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/MappedDataSourceCatalogFactory.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/MappedDataSourceCatalogFactory.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/catalog/MappedDataSourceCatalogFactory.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//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/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/DataTransfer.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/DataTransfer.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/DataTransfer.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/DataTransfer.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//Copyright (c) 2005, 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/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/DataTransferFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/DataTransferFactory.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/DataTransferFactory.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/DataTransferFactory.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//Copyright (c) 2005, 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/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/InPlaceDataTransferFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/InPlaceDataTransferFactory.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/InPlaceDataTransferFactory.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/InPlaceDataTransferFactory.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//Copyright (c) 2005, 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/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/InPlaceDataTransferer.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/InPlaceDataTransferer.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/InPlaceDataTransferer.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/InPlaceDataTransferer.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//Copyright (c) 2005, 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/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/LocalDataTransferFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/LocalDataTransferFactory.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/LocalDataTransferFactory.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/LocalDataTransferFactory.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//Copyright (c) 2005, 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/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/LocalDataTransferer.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/LocalDataTransferer.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/LocalDataTransferer.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/LocalDataTransferer.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//Copyright (c) 2005, 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/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/RemoteDataTransferFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/RemoteDataTransferFactory.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/RemoteDataTransferFactory.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/RemoteDataTransferFactory.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//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.datatransfer;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/RemoteDataTransferer.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/RemoteDataTransferer.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/RemoteDataTransferer.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/RemoteDataTransferer.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//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.datatransfer;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TransferStatusTracker.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TransferStatusTracker.java?rev=921036&r1=921035&r2=921036&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TransferStatusTracker.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/datatransfer/TransferStatusTracker.java Tue Mar  9 18:20:47 2010
@@ -1,7 +1,19 @@
-//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.datatransfer;