Author: niallp
Date: Wed May 21 13:21:42 2008
New Revision: 658847

URL: http://svn.apache.org/viewvc?rev=658847&view=rev
Log:
Add license headers

Modified:
    commons/proper/email/trunk/build.xml
    commons/proper/email/trunk/doap_email.rdf
    commons/proper/email/trunk/xdocs/navigation.xml

Modified: commons/proper/email/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/build.xml?rev=658847&r1=658846&r2=658847&view=diff
==============================================================================
--- commons/proper/email/trunk/build.xml (original)
+++ commons/proper/email/trunk/build.xml Wed May 21 13:21:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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.
+-->
 
 <!-- ====================================================================== -->
 <!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above.        -->

Modified: commons/proper/email/trunk/doap_email.rdf
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/doap_email.rdf?rev=658847&r1=658846&r2=658847&view=diff
==============================================================================
--- commons/proper/email/trunk/doap_email.rdf (original)
+++ commons/proper/email/trunk/doap_email.rdf Wed May 21 13:21:42 2008
@@ -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="">
     <name>Apache Commons Email</name>

Modified: commons/proper/email/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/xdocs/navigation.xml?rev=658847&r1=658846&r2=658847&view=diff
==============================================================================
--- commons/proper/email/trunk/xdocs/navigation.xml (original)
+++ commons/proper/email/trunk/xdocs/navigation.xml Wed May 21 13:21:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-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.
+-->
 <!DOCTYPE org.apache.commons.menus SYSTEM 
'http://commons.apache.org/build/maven-build.dtd'>
 <project name="Commons Email">
 


Reply via email to