Re: ServletAPI updated (partially) to 2.4 (unsigned)
Nic Ferrier <[email protected]> 21 Apr 2003 20:56:56 +0100
| Newsgroups | gmane.comp.java.classpath.extensions.discuss |
|---|---|
| Message-ID | <[email protected]> |
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. "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. Nic