You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/01/15 22:35:15 UTC

svn commit: r1433669 - /cordova/site/infra/doap_Cordova_PMC.rdf

Author: marcelk
Date: Tue Jan 15 21:35:14 2013
New Revision: 1433669

URL: http://svn.apache.org/viewvc?rev=1433669&view=rev
Log:
CB-2223: fix case typos in PMC DOAP file

Modified:
    cordova/site/infra/doap_Cordova_PMC.rdf

Modified: cordova/site/infra/doap_Cordova_PMC.rdf
URL: http://svn.apache.org/viewvc/cordova/site/infra/doap_Cordova_PMC.rdf?rev=1433669&r1=1433668&r2=1433669&view=diff
==============================================================================
--- cordova/site/infra/doap_Cordova_PMC.rdf (original)
+++ cordova/site/infra/doap_Cordova_PMC.rdf Tue Jan 15 21:35:14 2013
@@ -1,29 +1,28 @@
 <?xml version="1.0"?>
+<!--
+   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.
+-->
 <rdf:RDF xml:lang="en"
          xmlns="http://usefulinc.com/ns/doap#" 
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
          xmlns:asfext="http://projects.apache.org/ns/asfext#"
          xmlns:foaf="http://xmlns.com/foaf/0.1/">
-<!--
-    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.
--->
-  <!-- for instructions see http://projects.apache.org/docs/pmc.html -->
   <asfext:PMC rdf:about="cordova">
     <asfext:name>Apache Cordova</asfext:name>
-    <foaf:homepage rdf:resource="http://cordova.apache.org/" />
-    <asfext:chair><foaf:person><foaf:name>Brian LeRoux</foaf:name></foaf:person></asfext:chair>
+    <foaf:homepage rdf:resource="http://cordova.apache.org/"/>
+    <asfext:chair><foaf:Person><foaf:name>Brian LeRoux</foaf:name></foaf:Person></asfext:chair>
   </asfext:PMC>
 </rdf:RDF>