diff options
author | Dominik Stadler <centic@apache.org> | 2015-12-30 20:31:35 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-12-30 20:31:35 +0000 |
commit | 3f1588cb850fab94f92d2f873e73ea72c3c7bc1b (patch) | |
tree | a0c429ca60b899414141907193ccdaf7eefb6da7 /doap_POI.rdf | |
parent | fcbd9b5409cb869d8f2b94df40369149fcb72ad9 (diff) | |
download | poi-3f1588cb850fab94f92d2f873e73ea72c3c7bc1b.tar.gz poi-3f1588cb850fab94f92d2f873e73ea72c3c7bc1b.zip |
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
Diffstat (limited to 'doap_POI.rdf')
-rw-r--r-- | doap_POI.rdf | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/doap_POI.rdf b/doap_POI.rdf index 67f0bd5f72..7f2e999531 100644 --- a/doap_POI.rdf +++ b/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> |