Re: Author (was: Re: ServletAPI updated (partially) to 2.4 (unsigned))
Nic Ferrier <[email protected]> 21 Apr 2003 21:35:59 +0100
| Newsgroups | gmane.comp.java.classpath.extensions.discuss |
|---|---|
| Message-ID | <[email protected]> |
Arnaud Vandyck <[email protected]> writes: > Nic Ferrier <[email protected]> wrote: > > Arnaud Vandyck <[email protected]> writes: > > > > > I think every classes are correct except > > > javax.servlet.jsp.PageContext but I'll work on it later. Several > > > classes have been added so they have my name as the author but I > > > did not add my name to the classes I modified (did not know if I > > > have to do that or not!). To create the attachment, I did a diff > > > -ruN old new, if it is not correct, let me know. > > > > You should always add your name (in javadoc style) to any classes > > you do substantial edits on. > > Ok > > > "Substantial" is, of course, a subjective term and requires some > > judgment. It's basically the same as when you would add yourself as > > to the AUTHORS file in a traditional GNU program. > > I did never edit other GNU program :-( > > Thanks for the informations, We (the Java people) should probably make more of this: http://www.gnu.org/prep/standards_toc.html It's very useful. Nic