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/06/09 21:11:27 UTC

svn commit: r953117 [6/7] - in /incubator/oodt/trunk: pge/src/main/java/gov/nasa/jpl/oodt/cas/pge/ pge/src/main/java/gov/nasa/jpl/oodt/cas/pge/config/ pge/src/main/java/gov/nasa/jpl/oodt/cas/pge/metadata/ pge/src/main/java/gov/nasa/jpl/oodt/cas/pge/que...

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/expressions/ValidInput.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/expressions/ValidInput.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/expressions/ValidInput.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/expressions/ValidInput.java Wed Jun  9 19:11:21 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.pushpull.expressions;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/expressions/Variable.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/expressions/Variable.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/expressions/Variable.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/expressions/Variable.java Wed Jun  9 19:11:21 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.pushpull.expressions;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/FileRestrictions.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/FileRestrictions.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/FileRestrictions.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/FileRestrictions.java Wed Jun  9 19:11:21 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.pushpull.filerestrictions;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/Parser.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/Parser.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/Parser.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/Parser.java Wed Jun  9 19:11:21 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.pushpull.filerestrictions;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/VirtualFile.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/VirtualFile.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/VirtualFile.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/VirtualFile.java Wed Jun  9 19:11:21 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.pushpull.filerestrictions;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/VirtualFileStructure.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/VirtualFileStructure.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/VirtualFileStructure.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/VirtualFileStructure.java Wed Jun  9 19:11:21 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.pushpull.filerestrictions;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/ClassNoaaEmailParser.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/ClassNoaaEmailParser.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/ClassNoaaEmailParser.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/ClassNoaaEmailParser.java Wed Jun  9 19:11:21 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.pushpull.filerestrictions.parsers;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/DirStructXmlParser.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/DirStructXmlParser.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/DirStructXmlParser.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/DirStructXmlParser.java Wed Jun  9 19:11:21 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.pushpull.filerestrictions.parsers;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/FileListParser.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/FileListParser.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/FileListParser.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/parsers/FileListParser.java Wed Jun  9 19:11:21 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.pushpull.filerestrictions.parsers;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/renamingconventions/RenamingConvention.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/renamingconventions/RenamingConvention.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/renamingconventions/RenamingConvention.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/filerestrictions/renamingconventions/RenamingConvention.java Wed Jun  9 19:11:21 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.pushpull.filerestrictions.renamingconventions;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/objectfactory/PushPullObjectFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/objectfactory/PushPullObjectFactory.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/objectfactory/PushPullObjectFactory.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/objectfactory/PushPullObjectFactory.java Wed Jun  9 19:11:21 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.pushpull.objectfactory;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/Protocol.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/Protocol.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/Protocol.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/Protocol.java Wed Jun  9 19:11:21 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.pushpull.protocol;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFactory.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFactory.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFactory.java Wed Jun  9 19:11:21 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.pushpull.protocol;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFile.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFile.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFile.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFile.java Wed Jun  9 19:11:21 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.pushpull.protocol;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFileFilter.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFileFilter.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFileFilter.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolFileFilter.java Wed Jun  9 19:11:21 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.pushpull.protocol;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolHandler.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolHandler.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolHandler.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolHandler.java Wed Jun  9 19:11:21 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.pushpull.protocol;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolPath.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolPath.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolPath.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ProtocolPath.java Wed Jun  9 19:11:21 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.pushpull.protocol;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/RemoteSite.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/RemoteSite.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/RemoteSite.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/RemoteSite.java Wed Jun  9 19:11:21 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.pushpull.protocol;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/apache/FtpClientFactory_apache.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/apache/FtpClientFactory_apache.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/apache/FtpClientFactory_apache.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/apache/FtpClientFactory_apache.java Wed Jun  9 19:11:21 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.pushpull.protocol.ftp.apache;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/apache/FtpClient_apache.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/apache/FtpClient_apache.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/apache/FtpClient_apache.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/apache/FtpClient_apache.java Wed Jun  9 19:11:21 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.pushpull.protocol.ftp.apache;
 
@@ -216,4 +229,4 @@ public class FtpClient_apache extends Pr
         }
     }
 
-}
\ No newline at end of file
+}

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/cog/FtpClientFactory_cog.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/cog/FtpClientFactory_cog.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/cog/FtpClientFactory_cog.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/cog/FtpClientFactory_cog.java Wed Jun  9 19:11:21 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.pushpull.protocol.ftp.cog;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/cog/FtpClient_cog.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/cog/FtpClient_cog.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/cog/FtpClient_cog.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/cog/FtpClient_cog.java Wed Jun  9 19:11:21 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.pushpull.protocol.ftp.cog;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/ftp4che/FtpClientFactory_ftp4che.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/ftp4che/FtpClientFactory_ftp4che.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/ftp4che/FtpClientFactory_ftp4che.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/ftp4che/FtpClientFactory_ftp4che.java Wed Jun  9 19:11:21 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.pushpull.protocol.ftp.ftp4che;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/ftp4che/FtpClient_ftp4che.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/ftp4che/FtpClient_ftp4che.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/ftp4che/FtpClient_ftp4che.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/ftp4che/FtpClient_ftp4che.java Wed Jun  9 19:11:21 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.pushpull.protocol.ftp.ftp4che;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/jvftp/FtpClientFactory_jvftp.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/jvftp/FtpClientFactory_jvftp.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/jvftp/FtpClientFactory_jvftp.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/jvftp/FtpClientFactory_jvftp.java Wed Jun  9 19:11:21 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.pushpull.protocol.ftp.jvftp;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/jvftp/FtpClient_jvftp.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/jvftp/FtpClient_jvftp.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/jvftp/FtpClient_jvftp.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/ftp/jvftp/FtpClient_jvftp.java Wed Jun  9 19:11:21 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.pushpull.protocol.ftp.jvftp;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpClient.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpClient.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpClient.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpClient.java Wed Jun  9 19:11:21 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.pushpull.protocol.http;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpClientFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpClientFactory.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpClientFactory.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpClientFactory.java Wed Jun  9 19:11:21 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.pushpull.protocol.http;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpPath.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpPath.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpPath.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/http/HttpPath.java Wed Jun  9 19:11:21 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.pushpull.protocol.http;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/imaps/ImapsClient.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/imaps/ImapsClient.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/imaps/ImapsClient.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/imaps/ImapsClient.java Wed Jun  9 19:11:21 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.pushpull.protocol.imaps;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/imaps/ImapsClientFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/imaps/ImapsClientFactory.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/imaps/ImapsClientFactory.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/imaps/ImapsClientFactory.java Wed Jun  9 19:11:21 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.pushpull.protocol.imaps;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/local/LocalClient.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/local/LocalClient.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/local/LocalClient.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/local/LocalClient.java Wed Jun  9 19:11:21 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.pushpull.protocol.local;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/local/LocalClientFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/local/LocalClientFactory.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/local/LocalClientFactory.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/local/LocalClientFactory.java Wed Jun  9 19:11:21 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.pushpull.protocol.local;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/j2ssh/SftpClient.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/j2ssh/SftpClient.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/j2ssh/SftpClient.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/j2ssh/SftpClient.java Wed Jun  9 19:11:21 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.pushpull.protocol.sftp.j2ssh;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/j2ssh/SftpClientFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/j2ssh/SftpClientFactory.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/j2ssh/SftpClientFactory.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/j2ssh/SftpClientFactory.java Wed Jun  9 19:11:21 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.pushpull.protocol.sftp.j2ssh;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/jsch/SftpClientFactory_jsch.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/jsch/SftpClientFactory_jsch.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/jsch/SftpClientFactory_jsch.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/jsch/SftpClientFactory_jsch.java Wed Jun  9 19:11:21 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.pushpull.protocol.sftp.jsch;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/jsch/SftpClient_jsch.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/jsch/SftpClient_jsch.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/jsch/SftpClient_jsch.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/protocol/sftp/jsch/SftpClient_jsch.java Wed Jun  9 19:11:21 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.pushpull.protocol.sftp.jsch;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/ListRetriever.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/ListRetriever.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/ListRetriever.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/ListRetriever.java Wed Jun  9 19:11:21 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.pushpull.retrievalmethod;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/RemoteCrawler.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/RemoteCrawler.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/RemoteCrawler.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/RemoteCrawler.java Wed Jun  9 19:11:21 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.pushpull.retrievalmethod;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/RetrievalMethod.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/RetrievalMethod.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/RetrievalMethod.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalmethod/RetrievalMethod.java Wed Jun  9 19:11:21 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.pushpull.retrievalmethod;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DataFileToPropFileLinker.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DataFileToPropFileLinker.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DataFileToPropFileLinker.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DataFileToPropFileLinker.java Wed Jun  9 19:11:21 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.pushpull.retrievalsystem;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadListener.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadListener.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadListener.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadListener.java Wed Jun  9 19:11:21 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.pushpull.retrievalsystem;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadThreadEvaluator.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadThreadEvaluator.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadThreadEvaluator.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadThreadEvaluator.java Wed Jun  9 19:11:21 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.pushpull.retrievalsystem;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadingFileInfo.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadingFileInfo.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadingFileInfo.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/DownloadingFileInfo.java Wed Jun  9 19:11:21 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.pushpull.retrievalsystem;
 
@@ -50,4 +63,4 @@ public class DownloadingFileInfo {
     public LinkedList<TimeAndThreadCount> getTimeAndThreadInfo() {
         return this.timeAndThreadCountList;
     }
-}
\ No newline at end of file
+}

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/FileRetrievalSystem.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/FileRetrievalSystem.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/FileRetrievalSystem.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/FileRetrievalSystem.java Wed Jun  9 19:11:21 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.pushpull.retrievalsystem;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RemoteFile.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RemoteFile.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RemoteFile.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RemoteFile.java Wed Jun  9 19:11:21 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.pushpull.retrievalsystem;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RemoteFileMetKeys.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RemoteFileMetKeys.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RemoteFileMetKeys.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RemoteFileMetKeys.java Wed Jun  9 19:11:21 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.pushpull.retrievalsystem;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RetrievalSetup.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RetrievalSetup.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RetrievalSetup.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/RetrievalSetup.java Wed Jun  9 19:11:21 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.pushpull.retrievalsystem;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/TimeAndThreadCount.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/TimeAndThreadCount.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/TimeAndThreadCount.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/retrievalsystem/TimeAndThreadCount.java Wed Jun  9 19:11:21 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.pushpull.retrievalsystem;
 
@@ -32,4 +45,4 @@ public class TimeAndThreadCount {
         return this.threadCount;
     }
 
-}
\ No newline at end of file
+}

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/imaps/Handler.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/imaps/Handler.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/imaps/Handler.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/imaps/Handler.java Wed Jun  9 19:11:21 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.pushpull.url.handlers.imaps;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/imaps/ImapsURLConnection.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/imaps/ImapsURLConnection.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/imaps/ImapsURLConnection.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/imaps/ImapsURLConnection.java Wed Jun  9 19:11:21 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.pushpull.url.handlers.imaps;
 

Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/sftp/Handler.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/sftp/Handler.java?rev=953117&r1=953116&r2=953117&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/sftp/Handler.java (original)
+++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/sftp/Handler.java Wed Jun  9 19:11:21 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.pushpull.url.handlers.sftp;