You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ni...@apache.org on 2006/09/10 10:03:11 UTC

svn commit: r441927 - in /james/mime4j/trunk: LICENSE.txt pom.xml

Author: niklas
Date: Sun Sep 10 01:03:10 2006
New Revision: 441927

URL: http://svn.apache.org/viewvc?view=rev&rev=441927
Log:
Made some changes to better comply with ASF release rules. Added Rob Oxspring as a contributor.

Modified:
    james/mime4j/trunk/LICENSE.txt
    james/mime4j/trunk/pom.xml

Modified: james/mime4j/trunk/LICENSE.txt
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/LICENSE.txt?view=diff&rev=441927&r1=441926&r2=441927
==============================================================================
--- james/mime4j/trunk/LICENSE.txt (original)
+++ james/mime4j/trunk/LICENSE.txt Sun Sep 10 01:03:10 2006
@@ -175,28 +175,3 @@
       of your accepting any such warranty or additional liability.
 
    END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed 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.

Modified: james/mime4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?view=diff&rev=441927&r1=441926&r2=441927
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Sun Sep 10 01:03:10 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="ISO-8859-15"?><project>
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<!--
+  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>
   <parent>
     <artifactId>james-project</artifactId>
     <groupId>org.apache.james</groupId>
@@ -31,10 +50,14 @@
     <developer>
       <id>jcheng</id>
       <name>Joe Cheng</name>
-      <email>code(at)joecheng(dot)com</email>
-      <organization></organization>
+      <email>joe(at)joecheng(dot)com</email>
     </developer>
   </developers>
+  <contributors>
+    <contributor>
+      <name>Rob Oxspring</name>
+    </contributor>
+  </contributors>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/james/mime4j/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mime4j/trunk</developerConnection>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org