Add a copyright notice to a Javadoc
From CodeCodex
[edit] Implementations
[edit] Java
Use the -bottom parameter to the javadoc command line.
-bottom '<font size="-1"><a href="http://www.rgagnon.com">Real's HowTo</a> <br>© 2008 rgagnon.com</font>'
The result looks like this :

