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:
parent
e4b168d27f
commit
b39f363fa2
22
doap_POI.rdf
22
doap_POI.rdf
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user