You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mailet-api@james.apache.org by rd...@apache.org on 2008/11/11 22:49:25 UTC

svn commit: r713184 - /james/mailet/api/trunk/build.xml

Author: rdonkin
Date: Tue Nov 11 13:49:24 2008
New Revision: 713184

URL: http://svn.apache.org/viewvc?rev=713184&view=rev
Log:
Corrected copyright message on javadocs.

Modified:
    james/mailet/api/trunk/build.xml

Modified: james/mailet/api/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/api/trunk/build.xml?rev=713184&r1=713183&r2=713184&view=diff
==============================================================================
--- james/mailet/api/trunk/build.xml (original)
+++ james/mailet/api/trunk/build.xml Tue Nov 11 13:49:24 2008
@@ -135,7 +135,7 @@
                 <param name="-link" value="http://java.sun.com/j2ee/sdk_1.3/techdocs/api" />
                 <param name="-doctitle" value="${Name} ${version}" />
                 <param name="-windowtitle" value="${Name} API" />
-                <param name="-bottom" value="&quot;Copyright &#169; ${year} Apache Jakarta Project. All Rights Reserved.&quot;" />
+                <param name="-bottom" value="Copyright (c) ${year} &lt;a href='http://www.apache.org'&gt;Apache Software Foundation&lt;/a&gt; Apache 2.0 Licensed." />
             </doclet>
         </javadoc>
     </target>