Adjust doap to list dev-list as maintainer and adjust license information

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2015-12-30 20:31:35 +00:00
parent fcbd9b5409
commit 3f1588cb85

View File

@ -5,9 +5,25 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:asfext="http://projects.apache.org/ns/asfext#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"> 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"> <Project rdf:about="http://poi.apache.org">
<created>2006-01-26</created> <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> <name>Apache POI</name>
<homepage rdf:resource="http://poi.apache.org" /> <homepage rdf:resource="http://poi.apache.org" />
<asfext:pmc rdf:resource="http://poi.apache.org" /> <asfext:pmc rdf:resource="http://poi.apache.org" />
@ -104,8 +120,8 @@
</repository> </repository>
<maintainer> <maintainer>
<foaf:Person> <foaf:Person>
<foaf:name>Yegor Kozlov</foaf:name> <foaf:name>POI Committers</foaf:name>
<foaf:mbox rdf:resource="mailto:yegor@apache.org"/> <foaf:mbox rdf:resource="mailto:dev@poi.apache.org"/>
</foaf:Person> </foaf:Person>
</maintainer> </maintainer>
</Project> </Project>