Author: simonetripodi Date: Fri Mar 8 10:24:08 2013 New Revision: 1454309 URL: http://svn.apache.org/r1454309 Log: releng: rebuilt the releases history, added missing license header
Modified: commons/proper/fileupload/trunk/doap_fileupload.rdf Modified: commons/proper/fileupload/trunk/doap_fileupload.rdf URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/doap_fileupload.rdf?rev=1454309&r1=1454308&r2=1454309&view=diff ============================================================================== --- commons/proper/fileupload/trunk/doap_fileupload.rdf (original) +++ commons/proper/fileupload/trunk/doap_fileupload.rdf Fri Mar 8 10:24:08 2013 @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + 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 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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en"> <Project rdf:about="http://commons.apache.org/fileupload/"> <name>Apache Commons FileUpload</name> @@ -24,6 +40,21 @@ <release> <Version> <name>commons-fileupload</name> + <created>2010-07-29</created> + <revision>1.2.2</revision> + </Version> + <Version> + <name>commons-fileupload</name> + <created>2008-01-18</created> + <revision>1.2.1</revision> + </Version> + <Version> + <name>commons-fileupload</name> + <created>2007-02-13</created> + <revision>1.2</revision> + </Version> + <Version> + <name>commons-fileupload</name> <created>2006-06-08</created> <revision>1.1.1</revision> </Version> @@ -32,6 +63,11 @@ <created>2005-12-23</created> <revision>1.1</revision> </Version> + <Version> + <name>commons-fileupload</name> + <created>2003-06-24</created> + <revision>1.0</revision> + </Version> </release> <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/> </Project>