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/08 22:31:01 UTC

svn commit: r920523 - in /incubator/oodt/cas-filemgr/trunk/src/main/php: Metadata.class.php Product.class.php ProductType.class.php XmlRpcFilemgrClient.class.php package.xml

Author: ahart
Date: Mon Mar  8 21:31:01 2010
New Revision: 920523

URL: http://svn.apache.org/viewvc?rev=920523&view=rev
Log:
progress towards OODT-3: added ASL headers to files under filemgr src/main/php

Modified:
    incubator/oodt/cas-filemgr/trunk/src/main/php/Metadata.class.php
    incubator/oodt/cas-filemgr/trunk/src/main/php/Product.class.php
    incubator/oodt/cas-filemgr/trunk/src/main/php/ProductType.class.php
    incubator/oodt/cas-filemgr/trunk/src/main/php/XmlRpcFilemgrClient.class.php
    incubator/oodt/cas-filemgr/trunk/src/main/php/package.xml

Modified: incubator/oodt/cas-filemgr/trunk/src/main/php/Metadata.class.php
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/php/Metadata.class.php?rev=920523&r1=920522&r2=920523&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/php/Metadata.class.php (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/php/Metadata.class.php Mon Mar  8 21:31:01 2010
@@ -1,8 +1,20 @@
 <?php
-//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.
+ */
 
 require_once ("XML/RPC.php");
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/php/Product.class.php
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/php/Product.class.php?rev=920523&r1=920522&r2=920523&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/php/Product.class.php (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/php/Product.class.php Mon Mar  8 21:31:01 2010
@@ -1,8 +1,20 @@
 <?php
-//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.
+ */
 
 require_once("XML/RPC.php");
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/php/ProductType.class.php
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/php/ProductType.class.php?rev=920523&r1=920522&r2=920523&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/php/ProductType.class.php (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/php/ProductType.class.php Mon Mar  8 21:31:01 2010
@@ -1,8 +1,20 @@
 <?php
-//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.
+ */
 
 require_once("XML/RPC.php");
 require_once("CAS/Filemgr/Metadata.class.php");

Modified: incubator/oodt/cas-filemgr/trunk/src/main/php/XmlRpcFilemgrClient.class.php
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/php/XmlRpcFilemgrClient.class.php?rev=920523&r1=920522&r2=920523&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/php/XmlRpcFilemgrClient.class.php (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/php/XmlRpcFilemgrClient.class.php Mon Mar  8 21:31:01 2010
@@ -1,8 +1,20 @@
 <?php
-//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.
+ */
 
 require_once("XML/RPC.php");
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/php/package.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/php/package.xml?rev=920523&r1=920522&r2=920523&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/php/package.xml (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/php/package.xml Mon Mar  8 21:31:01 2010
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
+/*
+ * 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 CAS_Filemgr
   @author Chris A. Mattmann
   @version $Revision$