Author: smcclees
Date: Tue Mar 2 01:12:21 2010
New Revision: 917832
URL: http://svn.apache.org/viewvc?rev=917832&view=rev
Log:
Working towards OODT-3, prepending the necessary files with HEADER.txt
RE:mattmann's commits.
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/AutoDetectProductCrawler.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/CrawlerLauncher.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/MetExtractorProductCrawler.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/ProductCrawler.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/StdProductCrawler.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerAction.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerActionPhases.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerActionRepo.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/DeleteFile.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/FilemgrUniquenessChecker.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/MimeTypeCrawlerAction.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/MoveFile.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/WorkflowMgrStatusUpdate.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/comparator/FilemgrUniquenessCheckComparator.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/config/ProductCrawlerBean.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/daemon/CrawlDaemon.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/daemon/CrawlDaemonController.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionCrawlerActionInfoHandler.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionInfoHandler.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionJavaPropHandler.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionPreconditionInfoHandler.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionProductCrawlerInfoHandler.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/structs/exceptions/CrawlException.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/structs/exceptions/CrawlerActionException.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MetExtractorSpec.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorConfigMetKeys.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorConfigReader.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorRepo.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/util/CasPropertyList.java
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/util/CasPropertyPlaceholderConfigurer.java
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/AutoDetectProductCrawler.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/AutoDetectProductCrawler.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/AutoDetectProductCrawler.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/AutoDetectProductCrawler.java
Tue Mar 2 01:12: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.crawl;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/CrawlerLauncher.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/CrawlerLauncher.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/CrawlerLauncher.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/CrawlerLauncher.java
Tue Mar 2 01:12: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.crawl;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/MetExtractorProductCrawler.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/MetExtractorProductCrawler.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/MetExtractorProductCrawler.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/MetExtractorProductCrawler.java
Tue Mar 2 01:12:21 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package gov.nasa.jpl.oodt.cas.crawl;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/ProductCrawler.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/ProductCrawler.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/ProductCrawler.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/ProductCrawler.java
Tue Mar 2 01:12:21 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package gov.nasa.jpl.oodt.cas.crawl;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/StdProductCrawler.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/StdProductCrawler.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/StdProductCrawler.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/StdProductCrawler.java
Tue Mar 2 01:12:21 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package gov.nasa.jpl.oodt.cas.crawl;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerAction.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerAction.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerAction.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerAction.java
Tue Mar 2 01:12: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.crawl.action;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerActionPhases.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerActionPhases.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerActionPhases.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerActionPhases.java
Tue Mar 2 01:12: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.crawl.action;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerActionRepo.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerActionRepo.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerActionRepo.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/CrawlerActionRepo.java
Tue Mar 2 01:12: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.crawl.action;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/DeleteFile.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/DeleteFile.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/DeleteFile.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/DeleteFile.java
Tue Mar 2 01:12: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.crawl.action;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/FilemgrUniquenessChecker.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/FilemgrUniquenessChecker.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/FilemgrUniquenessChecker.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/FilemgrUniquenessChecker.java
Tue Mar 2 01:12: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.crawl.action;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/MimeTypeCrawlerAction.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/MimeTypeCrawlerAction.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/MimeTypeCrawlerAction.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/MimeTypeCrawlerAction.java
Tue Mar 2 01:12: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.crawl.action;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/MoveFile.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/MoveFile.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/MoveFile.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/MoveFile.java
Tue Mar 2 01:12: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.crawl.action;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/WorkflowMgrStatusUpdate.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/WorkflowMgrStatusUpdate.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/WorkflowMgrStatusUpdate.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/action/WorkflowMgrStatusUpdate.java
Tue Mar 2 01:12: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.crawl.action;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/comparator/FilemgrUniquenessCheckComparator.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/comparator/FilemgrUniquenessCheckComparator.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/comparator/FilemgrUniquenessCheckComparator.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/comparator/FilemgrUniquenessCheckComparator.java
Tue Mar 2 01:12: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.crawl.comparator;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/config/ProductCrawlerBean.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/config/ProductCrawlerBean.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/config/ProductCrawlerBean.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/config/ProductCrawlerBean.java
Tue Mar 2 01:12: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.crawl.config;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/daemon/CrawlDaemon.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/daemon/CrawlDaemon.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/daemon/CrawlDaemon.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/daemon/CrawlDaemon.java
Tue Mar 2 01:12:21 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package gov.nasa.jpl.oodt.cas.crawl.daemon;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/daemon/CrawlDaemonController.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/daemon/CrawlDaemonController.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/daemon/CrawlDaemonController.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/daemon/CrawlDaemonController.java
Tue Mar 2 01:12:21 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package gov.nasa.jpl.oodt.cas.crawl.daemon;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionCrawlerActionInfoHandler.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionCrawlerActionInfoHandler.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionCrawlerActionInfoHandler.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionCrawlerActionInfoHandler.java
Tue Mar 2 01:12:21 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package gov.nasa.jpl.oodt.cas.crawl.option;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionInfoHandler.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionInfoHandler.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionInfoHandler.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionInfoHandler.java
Tue Mar 2 01:12:21 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package gov.nasa.jpl.oodt.cas.crawl.option;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionJavaPropHandler.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionJavaPropHandler.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionJavaPropHandler.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionJavaPropHandler.java
Tue Mar 2 01:12:21 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package gov.nasa.jpl.oodt.cas.crawl.option;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionPreconditionInfoHandler.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionPreconditionInfoHandler.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionPreconditionInfoHandler.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionPreconditionInfoHandler.java
Tue Mar 2 01:12:21 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package gov.nasa.jpl.oodt.cas.crawl.option;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionProductCrawlerInfoHandler.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionProductCrawlerInfoHandler.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionProductCrawlerInfoHandler.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/option/CmdLineOptionProductCrawlerInfoHandler.java
Tue Mar 2 01:12:21 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package gov.nasa.jpl.oodt.cas.crawl.option;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/structs/exceptions/CrawlException.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/structs/exceptions/CrawlException.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/structs/exceptions/CrawlException.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/structs/exceptions/CrawlException.java
Tue Mar 2 01:12:21 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package gov.nasa.jpl.oodt.cas.crawl.structs.exceptions;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/structs/exceptions/CrawlerActionException.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/structs/exceptions/CrawlerActionException.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/structs/exceptions/CrawlerActionException.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/structs/exceptions/CrawlerActionException.java
Tue Mar 2 01:12: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.crawl.structs.exceptions;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MetExtractorSpec.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MetExtractorSpec.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MetExtractorSpec.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MetExtractorSpec.java
Tue Mar 2 01:12: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.crawl.typedetection;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorConfigMetKeys.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorConfigMetKeys.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorConfigMetKeys.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorConfigMetKeys.java
Tue Mar 2 01:12: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.crawl.typedetection;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorConfigReader.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorConfigReader.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorConfigReader.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorConfigReader.java
Tue Mar 2 01:12: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.crawl.typedetection;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorRepo.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorRepo.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorRepo.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/typedetection/MimeExtractorRepo.java
Tue Mar 2 01:12: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.crawl.typedetection;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/util/CasPropertyList.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/util/CasPropertyList.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/util/CasPropertyList.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/util/CasPropertyList.java
Tue Mar 2 01:12: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.crawl.util;
Modified:
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/util/CasPropertyPlaceholderConfigurer.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/util/CasPropertyPlaceholderConfigurer.java?rev=917832&r1=917831&r2=917832&view=diff
==============================================================================
---
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/util/CasPropertyPlaceholderConfigurer.java
(original)
+++
incubator/oodt/cas-crawler/trunk/src/main/java/gov/nasa/jpl/oodt/cas/crawl/util/CasPropertyPlaceholderConfigurer.java
Tue Mar 2 01:12: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.crawl.util;