Author: sebb
Date: Thu Jul 25 12:32:11 2013
New Revision: 1506929
URL: http://svn.apache.org/r1506929
Log:
Add standard AL header; fix up mailing list and download URLs
Modified:
mina/metadata/ftpserver.rdf
mina/metadata/sshd.rdf
mina/metadata/vysper.rdf
Modified: mina/metadata/ftpserver.rdf
URL:
http://svn.apache.org/viewvc/mina/metadata/ftpserver.rdf?rev=1506929&r1=1506928&r2=1506929&view=diff
==============================================================================
--- mina/metadata/ftpserver.rdf (original)
+++ mina/metadata/ftpserver.rdf Thu Jul 25 12:32:11 2013
@@ -1,29 +1,37 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
+<!--
+ 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.
+-->
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
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/">
-<!--
- =======================================================================
-
- Copyright (c) 2006 The Apache Software Foundation.
- All rights reserved.
-
- =======================================================================
--->
<Project rdf:about="http://mina.apache.org/">
<created>2006-04-04</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
<name>Apache FtpServer</name>
<homepage rdf:resource="http://mina.apache.org/ftpserver-project" />
<asfext:pmc rdf:resource="http://mina.apache.org" />
- <shortdesc>The Apache FtpServer is a 100% pure Java FTP server</shortdesc>
- <description>The Apache FtpServer is a 100% pure Java FTP server. It's
designed to be a complete and portable FTP server engine solution based on
currently available open protocols. FtpServer can be run standalone as a
Windows service or Unix/Linux daemon, or embedded into a Java application. We
also provide support for integration within Spring applications and provide our
releases as OSGi bundles.</description>
+ <shortdesc>The Apache FtpServer application is a 100% pure Java FTP
server</shortdesc>
+ <description>The Apache FtpServer application is a 100% pure Java FTP
server. It's designed to be a complete and portable FTP server engine solution
based on currently available open protocols. FtpServer can be run standalone as
a Windows service or Unix/Linux daemon, or embedded into a Java application. We
also provide support for integration within Spring applications and provide our
releases as OSGi bundles.</description>
<bug-database
rdf:resource="http://issues.apache.org/jira/browse/FTPSERVER" />
- <mailing-list
rdf:resource="http://mina.apache.org/ftpserver/mailing-lists.html" />
- <download-page
rdf:resource="http://mina.apache.org/ftpserver/downloads.html" />
+ <mailing-list
rdf:resource="http://mina.apache.org/ftpserver-project/mailing_list.html" />
+ <download-page
rdf:resource="http://mina.apache.org/ftpserver-project/downloads.html" />
<programming-language>Java</programming-language>
<category
rdf:resource="http://projects.apache.org/category/network-server" />
<release>
Modified: mina/metadata/sshd.rdf
URL:
http://svn.apache.org/viewvc/mina/metadata/sshd.rdf?rev=1506929&r1=1506928&r2=1506929&view=diff
==============================================================================
--- mina/metadata/sshd.rdf (original)
+++ mina/metadata/sshd.rdf Thu Jul 25 12:32:11 2013
@@ -1,18 +1,26 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
+<!--
+ 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.
+-->
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
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/">
-<!--
- =======================================================================
-
- Copyright (c) 2006 The Apache Software Foundation.
- All rights reserved.
-
- =======================================================================
--->
<Project rdf:about="http://mina.apache.org/">
<created>2006-04-04</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
@@ -22,8 +30,8 @@
<shortdesc>Apache SSHD is a 100% pure java library to support the SSH
protocols on both the client and server side.</shortdesc>
<description>Apache SSHD is a 100% pure java library to support the SSH
protocols on both the client and server side. This library is based on Apache
MINA, a scalable and high performance asynchronous IO library. SSHD does not
really aim at being a replacement for the SSH client or SSH server from Unix
operating systems, but rather provides support for Java based applications
requiring SSH support.</description>
<bug-database rdf:resource="http://issues.apache.org/jira/browse/SSHD" />
- <mailing-list
rdf:resource="http://mina.apache.org/sshd/mailing-lists.html" />
- <download-page rdf:resource="http://mina.apache.org/sshd/downloads.html" />
+ <mailing-list
rdf:resource="http://mina.apache.org/sshd-project/mailing_lists.html" />
+ <download-page
rdf:resource="http://mina.apache.org/sshd-project/downloads.html" />
<programming-language>Java</programming-language>
<category
rdf:resource="http://projects.apache.org/category/network-server" />
<release>
Modified: mina/metadata/vysper.rdf
URL:
http://svn.apache.org/viewvc/mina/metadata/vysper.rdf?rev=1506929&r1=1506928&r2=1506929&view=diff
==============================================================================
--- mina/metadata/vysper.rdf (original)
+++ mina/metadata/vysper.rdf Thu Jul 25 12:32:11 2013
@@ -1,18 +1,26 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
+<!--
+ 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.
+-->
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
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/">
-<!--
- =======================================================================
-
- Copyright (c) 2006 The Apache Software Foundation.
- All rights reserved.
-
- =======================================================================
--->
<Project rdf:about="http://mina.apache.org/">
<created>2006-04-04</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
@@ -22,8 +30,8 @@
<shortdesc>A modular, full featured XMPP (Jabber) server</shortdesc>
<description>Apache Vysper aims to be a modular, full featured XMPP
(Jabber) server. Vysper is implemented in Java.</description>
<bug-database rdf:resource="http://issues.apache.org/jira/browse/VYSPER" />
- <mailing-list
rdf:resource="http://mina.apache.org/vysper/mailing-lists.html" />
- <download-page rdf:resource="http://mina.apache.org/vysper/downloads.html"
/>
+ <mailing-list
rdf:resource="http://mina.apache.org/vysper-project/mailing_lists.html" />
+ <download-page
rdf:resource="http://mina.apache.org/vysper-project/downloads.html" />
<programming-language>Java</programming-language>
<category
rdf:resource="http://projects.apache.org/category/network-server" />
<release>