You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2015/12/30 21:31:35 UTC

svn commit: r1722409 - /poi/trunk/doap_POI.rdf

Author: centic
Date: Wed Dec 30 20:31:35 2015
New Revision: 1722409

URL: http://svn.apache.org/viewvc?rev=1722409&view=rev
Log:
Adjust doap to list dev-list as maintainer and adjust license information

Modified:
    poi/trunk/doap_POI.rdf

Modified: poi/trunk/doap_POI.rdf
URL: http://svn.apache.org/viewvc/poi/trunk/doap_POI.rdf?rev=1722409&r1=1722408&r2=1722409&view=diff
==============================================================================
--- poi/trunk/doap_POI.rdf (original)
+++ poi/trunk/doap_POI.rdf Wed Dec 30 20:31:35 2015
@@ -5,9 +5,25 @@
          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.
+-->
   <Project rdf:about="http://poi.apache.org">
     <created>2006-01-26</created>
-    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
     <name>Apache POI</name>
     <homepage rdf:resource="http://poi.apache.org" />
     <asfext:pmc rdf:resource="http://poi.apache.org" />
@@ -104,8 +120,8 @@
     </repository>
    <maintainer>
       <foaf:Person>
-        <foaf:name>Yegor Kozlov</foaf:name>
-          <foaf:mbox rdf:resource="mailto:yegor@apache.org"/>
+        <foaf:name>POI Committers</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@poi.apache.org"/>
       </foaf:Person>
     </maintainer>
   </Project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org