Move self from developer list to committer list and update emails (so people know who to complain to).

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shawn Laubach 2002-10-05 02:38:07 +00:00
parent 89e9ee6890
commit c023333fdb
16 changed files with 16 additions and 16 deletions

View File

@ -47,11 +47,11 @@
<li>Nicola Ken Barozzi (barozzi at nicolaken dot com)</li>
<li>Ryan Ackley (sackley at apache dot org)</li>
<li>Avik Sengupta (avik at apache dot org)</li>
<li>Shawn Laubach (slaubach at apache dot org)</li>
</ul>
</section>
<section title="Developers">
<ul>
<li>Shawn Laubach (shawnlaubach at cox dot net)</li>
<li>Jason Height (jheight at chariot dot net dot au)</li>
</ul>
</section>

View File

@ -79,7 +79,7 @@ import org.apache.poi.hssf.record
* <P>
* @author Andrew C. Oliver (acoliver at apache dot org)
* @author Glen Stampoultzis (glens at apache.org)
* @author Shawn Laubach (laubach at acm.org) Just Gridlines, Headers, Footers, and PrintSetup
* @author Shawn Laubach (slaubach at apache dot org) Gridlines, Headers, Footers, and PrintSetup
* @author Jason Height (jheight at chariot dot net dot au) Clone support
*
* @see org.apache.poi.hssf.model.Workbook

View File

@ -84,7 +84,7 @@ import org.apache.poi.hssf.util.HSSFColor;
* Kit (Microsoft Press) and the documentation at http://sc.openoffice.org/excelfileformat.pdf
* before even attempting to use this.
*
* @author Shawn Laubach (shawnlaubach at cox.net) (Data Formats)
* @author Shawn Laubach (slaubach at apache dot org) (Data Formats)
* @author Andrew C. Oliver (acoliver at apache dot org)
* @author Glen Stampoultzis (glens at apache.org)
* @author Sergei Kozello (sergeikozello at mail.ru)

View File

@ -63,7 +63,7 @@ import org.apache.poi.util.*;
/**
* Record for the bottom margin.
* NOTE: This source was automatically generated.
* @author Shawn Laubach (shawnlaubach at cox.net)
* @author Shawn Laubach (slaubach at apache dot org)
*/
public class BottomMarginRecord
extends Record implements Margin

View File

@ -63,7 +63,7 @@ import org.apache.poi.util.StringUtil;
* Description: Specifies the footer for a sheet<P>
* REFERENCE: PG 317 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P>
* @author Andrew C. Oliver (acoliver at apache dot org)
* @author Shawn Laubach (laubach@acm.org) Modified 3/14/02
* @author Shawn Laubach (slaubach at apache dot org) Modified 3/14/02
* @author Jason Height (jheight at chariot dot net dot au)
* @version 2.0-pre
*/

View File

@ -64,7 +64,7 @@ import org.apache.poi.util.StringUtil;
*
* REFERENCE: PG 317 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P>
* @author Andrew C. Oliver (acoliver at apache dot org)
* @author Shawn M. Laubach (shawnlaubach at cox dot net)
* @author Shawn M. Laubach (slaubach at apache dot org)
* @version 2.0-pre
*/

View File

@ -63,7 +63,7 @@ import org.apache.poi.util.StringUtil;
* Description: Specifies a header for a sheet<P>
* REFERENCE: PG 321 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P>
* @author Andrew C. Oliver (acoliver at apache dot org)
* @author Shawn Laubach (laubach@acm.org) Modified 3/14/02
* @author Shawn Laubach (slaubach at apache dot org) Modified 3/14/02
* @author Jason Height (jheight at chariot dot net dot au)
* @version 2.0-pre
*/

View File

@ -63,7 +63,7 @@ import org.apache.poi.util.*;
/**
* Record for the left margin.
* NOTE: This source was automatically generated.
* @author Shawn Laubach (shawnlaubach at cox.net)
* @author Shawn Laubach (slaubach at apache dot org)
*/
public class LeftMarginRecord
extends Record implements Margin

View File

@ -63,7 +63,7 @@ import org.apache.poi.util.*;
* The margin interface is a parent used to define left, right, top and bottom margins. This allows much of the code to be generic when it comes to handling margins.
* NOTE: This source wass automatically generated.
* @author Shawn Laubach (shawnlaubach at cox.net)
* @author Shawn Laubach (slaubach at apache dot org)
*/
public interface Margin
{

View File

@ -63,7 +63,7 @@ import org.apache.poi.util.*;
/**
* Record for the right margin.
* NOTE: This source was automatically generated.
* @author Shawn Laubach (shawnlaubach at cox.net)
* @author Shawn Laubach (slaubach at apache dot org)
*/
public class RightMarginRecord
extends Record implements Margin

View File

@ -63,7 +63,7 @@ import org.apache.poi.util.*;
/**
* Record for the top margin.
* NOTE: This source was automatically generated.
* @author Shawn Laubach (shawnlaubach at cox.net)
* @author Shawn Laubach (slaubach at apache dot org)
*/
public class TopMarginRecord
extends Record implements Margin

View File

@ -67,7 +67,7 @@ import org.apache.poi.hssf.record.FooterRecord;
* that return the characters used to represent these. One can also change the
* fonts by using similar methods.
* <P>
* @author Shawn Laubach (laubach@acm.org)
* @author Shawn Laubach (slaubach at apache dot org)
*/
public class HSSFFooter extends Object {

View File

@ -66,7 +66,7 @@ import org.apache.poi.hssf.record.HeaderRecord;
* that return the characters used to represent these. One can also change the
* fonts by using similar methods.
* <P>
* @author Shawn Laubach (laubach@acm.org)
* @author Shawn Laubach (slaubach at apache dot org)
*/
public class HSSFHeader extends Object {

View File

@ -59,7 +59,7 @@ import org.apache.poi.hssf.record.PrintSetupRecord;
/**
* Used to modify the print setup.
* <P>
* @author Shawn Laubach (laubach@acm.org)
* @author Shawn Laubach (slaubach at apache dot org)
*/
public class HSSFPrintSetup extends Object {

View File

@ -79,7 +79,7 @@ import java.util.TreeMap;
* @author Andrew C. Oliver (acoliver at apache dot org)
* @author Glen Stampoultzis (glens at apache.org)
* @author Libin Roman (romal at vistaportal.com)
* @author Shawn Laubach (laubach at acm.org) (Just a little)
* @author Shawn Laubach (slaubach at apache dot org) (Just a little)
*/
public class HSSFSheet

View File

@ -87,7 +87,7 @@ import java.util.Iterator;
* @see org.apache.poi.hssf.usermodel.HSSFSheet
* @author Andrew C. Oliver (acoliver at apache dot org)
* @author Glen Stampoultzis (glens at apache.org)
* @author Shawn Laubach (shawnlaubach at cox.net)
* @author Shawn Laubach (slaubach at apache dot org)
* @version 2.0-pre
*/