On Wed, 8 Jan 2003, Stephen Colebourne wrote:
> > My personal preference would something like: > > > > /* > > * $Header:$ > > * ========= > > * <license> > > */ > > > > package org.apache.commons; > > > > import foo.Bar > > > > /** > > * @version $Revision:$ $Date:$ > > */ > > public class ... > > > > but I don't have a strong opinion on whether or not we make it a formal > > convention. > > We should definitely try to fix the package statements as we see them, > although the others probably don't matter as much. > > In fact if we leave > $Header: > $Revision: $ > $Date: $ > at the top of the file, then there will be many fewer chnages ;-) +1 to the package being under a license. ambivalent and happy to go with the majority on the CVS tags, just add it to the guide and successfully defend it :) Hen -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
