Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/extractors/MetReaderConfigReader.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/extractors/MetReaderConfigReader.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/extractors/MetReaderConfigReader.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/extractors/MetReaderConfigReader.java Thu Apr 15 23:01:09 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.metadata.extractors;
Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/extractors/MetReaderExtractor.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/extractors/MetReaderExtractor.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/extractors/MetReaderExtractor.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/extractors/MetReaderExtractor.java Thu Apr 15 23:01:09 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.metadata.extractors; Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/ExistanceCheckComparator.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/ExistanceCheckComparator.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/ExistanceCheckComparator.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/ExistanceCheckComparator.java Thu Apr 15 23:01:09 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.metadata.preconditions; Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/FileSizeComparator.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/FileSizeComparator.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/FileSizeComparator.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/FileSizeComparator.java Thu Apr 15 23:01:09 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.metadata.preconditions; Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/MimeTypeComparator.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/MimeTypeComparator.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/MimeTypeComparator.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/MimeTypeComparator.java Thu Apr 15 23:01:09 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.metadata.preconditions; Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreCondEvalUtils.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreCondEvalUtils.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreCondEvalUtils.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreCondEvalUtils.java Thu Apr 15 23:01:09 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.metadata.preconditions; Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionComparator.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionComparator.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionComparator.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionComparator.java Thu Apr 15 23:01:09 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.metadata.preconditions; Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionOperatorMetKeys.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionOperatorMetKeys.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionOperatorMetKeys.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionOperatorMetKeys.java Thu Apr 15 23:01:09 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.metadata.preconditions; Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/GenericMetadataObjectFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/GenericMetadataObjectFactory.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/GenericMetadataObjectFactory.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/GenericMetadataObjectFactory.java Thu Apr 15 23:01:09 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.metadata.util; Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/MimeTypeUtils.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/MimeTypeUtils.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/MimeTypeUtils.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/MimeTypeUtils.java Thu Apr 15 23:01:09 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.metadata.util; Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/PathUtils.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/PathUtils.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/PathUtils.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/PathUtils.java Thu Apr 15 23:01:09 2010 @@ -1,5 +1,20 @@ -//Copyright (c) 2006, California Institute of Technology. -//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged. +/* + * 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. + */ + //$Id$ Modified: incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/PropertiesUtils.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/PropertiesUtils.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/PropertiesUtils.java (original) +++ incubator/oodt/cas-metadata/trunk/src/main/java/gov/nasa/jpl/oodt/cas/metadata/util/PropertiesUtils.java Thu Apr 15 23:01:09 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.metadata.util; Modified: incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/TestMetadata.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/TestMetadata.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/TestMetadata.java (original) +++ incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/TestMetadata.java Thu Apr 15 23:01:09 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.metadata; Modified: incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/TestSerializableMetadata.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/TestSerializableMetadata.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/TestSerializableMetadata.java (original) +++ incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/TestSerializableMetadata.java Thu Apr 15 23:01:09 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.metadata; Modified: incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestCopyAndRewriteExtractor.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestCopyAndRewriteExtractor.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestCopyAndRewriteExtractor.java (original) +++ incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestCopyAndRewriteExtractor.java Thu Apr 15 23:01:09 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.metadata.extractors; Modified: incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestExternMetExtractor.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestExternMetExtractor.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestExternMetExtractor.java (original) +++ incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestExternMetExtractor.java Thu Apr 15 23:01:09 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.metadata.extractors; Modified: incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestExternMetExtractorConfigReader.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestExternMetExtractorConfigReader.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestExternMetExtractorConfigReader.java (original) +++ incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestExternMetExtractorConfigReader.java Thu Apr 15 23:01:09 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.metadata.extractors; Modified: incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestMetReader.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestMetReader.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestMetReader.java (original) +++ incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/extractors/TestMetReader.java Thu Apr 15 23:01:09 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.metadata.extractors; Modified: incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/preconditions/TestPreCondEvalUtils.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/preconditions/TestPreCondEvalUtils.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/preconditions/TestPreCondEvalUtils.java (original) +++ incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/preconditions/TestPreCondEvalUtils.java Thu Apr 15 23:01:09 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.metadata.preconditions; Modified: incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/util/TestPathUtils.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/util/TestPathUtils.java?rev=934637&r1=934636&r2=934637&view=diff ============================================================================== --- incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/util/TestPathUtils.java (original) +++ incubator/oodt/cas-metadata/trunk/src/test/gov/nasa/jpl/oodt/cas/metadata/util/TestPathUtils.java Thu Apr 15 23:01:09 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.metadata.util;
