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

svn commit: r921043 - in /incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata: ./ extractors/ extractors/examples/

Author: ahart
Date: Tue Mar  9 18:32:06 2010
New Revision: 921043

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

Modified:
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/CoreMetKeys.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/AbstractFilemgrMetExtractor.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/CoreMetExtractor.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/FilemgrMetExtractor.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/examples/MimeTypeExtractor.java

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/CoreMetKeys.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/CoreMetKeys.java?rev=921043&r1=921042&r2=921043&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/CoreMetKeys.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/CoreMetKeys.java Tue Mar  9 18:32:06 2010
@@ -1,7 +1,19 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package gov.nasa.jpl.oodt.cas.filemgr.metadata;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/AbstractFilemgrMetExtractor.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/AbstractFilemgrMetExtractor.java?rev=921043&r1=921042&r2=921043&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/AbstractFilemgrMetExtractor.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/AbstractFilemgrMetExtractor.java Tue Mar  9 18:32:06 2010
@@ -1,7 +1,19 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package gov.nasa.jpl.oodt.cas.filemgr.metadata.extractors;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/CoreMetExtractor.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/CoreMetExtractor.java?rev=921043&r1=921042&r2=921043&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/CoreMetExtractor.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/CoreMetExtractor.java Tue Mar  9 18:32:06 2010
@@ -1,7 +1,19 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package gov.nasa.jpl.oodt.cas.filemgr.metadata.extractors;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/FilemgrMetExtractor.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/FilemgrMetExtractor.java?rev=921043&r1=921042&r2=921043&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/FilemgrMetExtractor.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/FilemgrMetExtractor.java Tue Mar  9 18:32:06 2010
@@ -1,7 +1,19 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package gov.nasa.jpl.oodt.cas.filemgr.metadata.extractors;
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/examples/MimeTypeExtractor.java
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/examples/MimeTypeExtractor.java?rev=921043&r1=921042&r2=921043&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/examples/MimeTypeExtractor.java (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/metadata/extractors/examples/MimeTypeExtractor.java Tue Mar  9 18:32:06 2010
@@ -1,7 +1,19 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package gov.nasa.jpl.oodt.cas.filemgr.metadata.extractors.examples;