+1 in general on removing author tags (it's a board recommendation after all). But strong -1 on removing them without adding them to some central list of contributors.
On 12.09.2011 16:27:26 vhennebert wrote: > Author: vhennebert > Date: Mon Sep 12 14:27:25 2011 > New Revision: 1169766 > > URL: http://svn.apache.org/viewvc?rev=1169766&view=rev > Log: > Bugzilla #51790: source file contains non-ascii character > Removed @author tags > > Modified: > xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java > > Modified: > xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java > URL: > http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java?rev=1169766&r1=1169765&r2=1169766&view=diff > ============================================================================== > --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java > (original) > +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java > Mon Sep 12 14:27:25 2011 > @@ -132,12 +132,6 @@ import org.apache.fop.render.rtf.rtflib. > /** > * RTF Handler: generates RTF output using the structure events from > * the FO Tree sent to this structure handler. > - * > - * @author Bertrand Delacretaz <[email protected]> > - * @author Trembicki-Guy, Ed <[email protected]> > - * @author Boris Poudérous <[email protected]> > - * @author Peter Herweg <[email protected]> > - * @author Andreas Putz <[email protected]> > */ > public class RTFHandler extends FOEventHandler { > Jeremias Maerki
