Author: ahart
Date: Tue Mar 9 18:35:15 2010
New Revision: 921047
URL: http://svn.apache.org/viewvc?rev=921047&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/system/XmlRpcFileManager.java
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/XmlRpcFileManagerClient.java
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/Dispatcher.java
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/Result.java
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/SecureWebServer.java
Modified:
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/XmlRpcFileManager.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/XmlRpcFileManager.java?rev=921047&r1=921046&r2=921047&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/XmlRpcFileManager.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/XmlRpcFileManager.java
Tue Mar 9 18:35:15 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.system;
Modified:
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/XmlRpcFileManagerClient.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/XmlRpcFileManagerClient.java?rev=921047&r1=921046&r2=921047&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/XmlRpcFileManagerClient.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/XmlRpcFileManagerClient.java
Tue Mar 9 18:35:15 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.system;
Modified:
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/Dispatcher.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/Dispatcher.java?rev=921047&r1=921046&r2=921047&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/Dispatcher.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/Dispatcher.java
Tue Mar 9 18:35:15 2010
@@ -1,7 +1,19 @@
-// Copyright 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.system.auth;
Modified:
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/Result.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/Result.java?rev=921047&r1=921046&r2=921047&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/Result.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/Result.java
Tue Mar 9 18:35:15 2010
@@ -1,7 +1,19 @@
-// Copyright 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.system.auth;
Modified:
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/SecureWebServer.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/SecureWebServer.java?rev=921047&r1=921046&r2=921047&view=diff
==============================================================================
---
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/SecureWebServer.java
(original)
+++
incubator/oodt/cas-filemgr/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/system/auth/SecureWebServer.java
Tue Mar 9 18:35:15 2010
@@ -1,7 +1,19 @@
-// Copyright 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.system.auth;