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:36:07 UTC

svn commit: r921048 - in /incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr: util/ validation/ versioning/

Author: ahart
Date: Tue Mar  9 18:36:06 2010
New Revision: 921048

URL: http://svn.apache.org/viewvc?rev=921048&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/util/DbStructFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/util/GenericFileManagerObjectFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/util/Pagination.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/util/QueryUtils.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/util/SqlParser.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/util/XmlRpcStructFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/util/XmlStructFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/validation/DataSourceValidationLayer.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/validation/DataSourceValidationLayerFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/validation/ValidationLayer.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/validation/ValidationLayerFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/validation/XMLValidationLayer.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/validation/XMLValidationLayerFactory.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/versioning/BasicVersioner.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/versioning/DateTimeVersioner.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/versioning/MetadataBasedFileVersioner.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/versioning/SingleFileBasicVersioner.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/versioning/Versioner.java
    incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/versioning/VersioningUtils.java

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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