diff options
-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> |