Remove my old email address from files. Might as well save spammers the trouble.
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Sat, 15 Nov 2008 00:07:25 +0000 (00:07 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Sat, 15 Nov 2008 00:07:25 +0000 (00:07 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@706 59b500cc-1b3d-0410-9834-0bbf25fbcc57

150 files changed:
core/src/com/google/zxing/BarcodeFormat.java
core/src/com/google/zxing/BlackPointEstimationMethod.java
core/src/com/google/zxing/DecodeHintType.java
core/src/com/google/zxing/MonochromeBitmapSource.java
core/src/com/google/zxing/Reader.java
core/src/com/google/zxing/ReaderException.java
core/src/com/google/zxing/Result.java
core/src/com/google/zxing/ResultMetadataType.java
core/src/com/google/zxing/ResultPoint.java
core/src/com/google/zxing/client/result/AbstractDoCoMoResultParser.java
core/src/com/google/zxing/client/result/AddressBookAUResultParser.java
core/src/com/google/zxing/client/result/AddressBookDoCoMoResultParser.java
core/src/com/google/zxing/client/result/AddressBookParsedResult.java
core/src/com/google/zxing/client/result/BizcardResultParser.java
core/src/com/google/zxing/client/result/BookmarkDoCoMoResultParser.java
core/src/com/google/zxing/client/result/CalendarParsedResult.java
core/src/com/google/zxing/client/result/EmailAddressParsedResult.java
core/src/com/google/zxing/client/result/EmailAddressResultParser.java
core/src/com/google/zxing/client/result/EmailDoCoMoResultParser.java
core/src/com/google/zxing/client/result/GeoParsedResult.java
core/src/com/google/zxing/client/result/GeoResultParser.java
core/src/com/google/zxing/client/result/ParsedResult.java
core/src/com/google/zxing/client/result/ParsedResultType.java
core/src/com/google/zxing/client/result/ResultParser.java
core/src/com/google/zxing/client/result/SMSMMSResultParser.java
core/src/com/google/zxing/client/result/SMSParsedResult.java
core/src/com/google/zxing/client/result/TelParsedResult.java
core/src/com/google/zxing/client/result/TelResultParser.java
core/src/com/google/zxing/client/result/TextParsedResult.java
core/src/com/google/zxing/client/result/URIParsedResult.java
core/src/com/google/zxing/client/result/URIResultParser.java
core/src/com/google/zxing/client/result/URLTOResultParser.java
core/src/com/google/zxing/client/result/VCardResultParser.java
core/src/com/google/zxing/client/result/VEventResultParser.java
core/src/com/google/zxing/client/result/optional/AbstractMobileTagResultParser.java
core/src/com/google/zxing/client/result/optional/AbstractNDEFResultParser.java
core/src/com/google/zxing/client/result/optional/MobileTagMMSResultParser.java
core/src/com/google/zxing/client/result/optional/MobileTagRichWebParsedResult.java
core/src/com/google/zxing/client/result/optional/MobileTagRichWebResultParser.java
core/src/com/google/zxing/client/result/optional/MobileTagSMSResultParser.java
core/src/com/google/zxing/client/result/optional/MobileTagSimpleCalendarResultParser.java
core/src/com/google/zxing/client/result/optional/MobileTagSimpleContactResultParser.java
core/src/com/google/zxing/client/result/optional/MobileTagSimpleWebResultParser.java
core/src/com/google/zxing/client/result/optional/MobileTagTelResultParser.java
core/src/com/google/zxing/client/result/optional/NDEFRecord.java
core/src/com/google/zxing/client/result/optional/NDEFSmartPosterParsedResult.java
core/src/com/google/zxing/client/result/optional/NDEFSmartPosterResultParser.java
core/src/com/google/zxing/client/result/optional/NDEFTextResultParser.java
core/src/com/google/zxing/client/result/optional/NDEFURIResultParser.java
core/src/com/google/zxing/common/BitArray.java
core/src/com/google/zxing/common/BitMatrix.java
core/src/com/google/zxing/common/BitSource.java
core/src/com/google/zxing/common/BlackPointEstimator.java
core/src/com/google/zxing/common/CharacterSetECI.java
core/src/com/google/zxing/common/Collections.java
core/src/com/google/zxing/common/DecoderResult.java
core/src/com/google/zxing/common/DefaultGridSampler.java
core/src/com/google/zxing/common/DetectorResult.java
core/src/com/google/zxing/common/ECI.java
core/src/com/google/zxing/common/GridSampler.java
core/src/com/google/zxing/common/PerspectiveTransform.java
core/src/com/google/zxing/common/reedsolomon/GF256.java
core/src/com/google/zxing/common/reedsolomon/GF256Poly.java
core/src/com/google/zxing/common/reedsolomon/ReedSolomonDecoder.java
core/src/com/google/zxing/common/reedsolomon/ReedSolomonEncoder.java
core/src/com/google/zxing/common/reedsolomon/ReedSolomonException.java
core/src/com/google/zxing/datamatrix/decoder/DecodedBitStreamParser.java
core/src/com/google/zxing/datamatrix/detector/Detector.java
core/src/com/google/zxing/oned/AbstractOneDReader.java
core/src/com/google/zxing/oned/AbstractUPCEANReader.java
core/src/com/google/zxing/oned/Code128Reader.java
core/src/com/google/zxing/oned/Code39Reader.java
core/src/com/google/zxing/oned/EAN13Reader.java
core/src/com/google/zxing/oned/EAN8Reader.java
core/src/com/google/zxing/oned/MultiFormatOneDReader.java
core/src/com/google/zxing/oned/MultiFormatUPCEANReader.java
core/src/com/google/zxing/oned/OneDReader.java
core/src/com/google/zxing/oned/UPCAReader.java
core/src/com/google/zxing/oned/UPCEANReader.java
core/src/com/google/zxing/oned/UPCEReader.java
core/src/com/google/zxing/qrcode/QRCodeReader.java
core/src/com/google/zxing/qrcode/decoder/BitMatrixParser.java
core/src/com/google/zxing/qrcode/decoder/DataBlock.java
core/src/com/google/zxing/qrcode/decoder/DataMask.java
core/src/com/google/zxing/qrcode/decoder/DecodedBitStreamParser.java
core/src/com/google/zxing/qrcode/decoder/Decoder.java
core/src/com/google/zxing/qrcode/decoder/ErrorCorrectionLevel.java
core/src/com/google/zxing/qrcode/decoder/FormatInformation.java
core/src/com/google/zxing/qrcode/decoder/Mode.java
core/src/com/google/zxing/qrcode/decoder/Version.java
core/src/com/google/zxing/qrcode/detector/AlignmentPattern.java
core/src/com/google/zxing/qrcode/detector/AlignmentPatternFinder.java
core/src/com/google/zxing/qrcode/detector/Detector.java
core/src/com/google/zxing/qrcode/detector/FinderPattern.java
core/src/com/google/zxing/qrcode/detector/FinderPatternFinder.java
core/src/com/google/zxing/qrcode/detector/FinderPatternInfo.java
core/test/src/com/google/zxing/client/result/ParsedReaderResultTestCase.java
core/test/src/com/google/zxing/client/result/URIParsedResultTestCase.java
core/test/src/com/google/zxing/common/AbstractBlackBoxTestCase.java
core/test/src/com/google/zxing/common/BitArrayTestCase.java
core/test/src/com/google/zxing/common/BitMatrixTestCase.java
core/test/src/com/google/zxing/common/BitSourceBuilder.java
core/test/src/com/google/zxing/common/BitSourceTestCase.java
core/test/src/com/google/zxing/common/BlackPointEstimationMethodTestCase.java
core/test/src/com/google/zxing/common/CollectionsTestCase.java
core/test/src/com/google/zxing/common/PerspectiveTransformTestCase.java
core/test/src/com/google/zxing/common/reedsolomon/AbstractReedSolomonTestCase.java
core/test/src/com/google/zxing/common/reedsolomon/ReedSolomonDecoderDataMatrixTestCase.java
core/test/src/com/google/zxing/common/reedsolomon/ReedSolomonDecoderQRCodeTestCase.java
core/test/src/com/google/zxing/common/reedsolomon/ReedSolomonEncoderQRCodeTestCase.java
core/test/src/com/google/zxing/oned/Code128BlackBox1TestCase.java
core/test/src/com/google/zxing/oned/Code128BlackBox3TestCase.java
core/test/src/com/google/zxing/oned/Code39BlackBox1TestCase.java
core/test/src/com/google/zxing/oned/Code39ExtendedBlackBox2TestCase.java
core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java
core/test/src/com/google/zxing/oned/EAN8BlackBox1TestCase.java
core/test/src/com/google/zxing/oned/UPCABlackBox1TestCase.java
core/test/src/com/google/zxing/oned/UPCEBlackBox1TestCase.java
core/test/src/com/google/zxing/qrcode/QRCodeBlackBox1TestCase.java
core/test/src/com/google/zxing/qrcode/QRCodeBlackBox2TestCase.java
core/test/src/com/google/zxing/qrcode/decoder/DataMaskTestCase.java
core/test/src/com/google/zxing/qrcode/decoder/DecodedBitStreamParserTestCase.java
core/test/src/com/google/zxing/qrcode/decoder/ErrorCorrectionLevelTestCase.java
core/test/src/com/google/zxing/qrcode/decoder/FormatInformationTestCase.java
core/test/src/com/google/zxing/qrcode/decoder/ModeTestCase.java
core/test/src/com/google/zxing/qrcode/decoder/VersionTestCase.java
javame/src/com/google/zxing/client/j2me/AdvancedMultimediaManager.java
javame/src/com/google/zxing/client/j2me/DefaultMultimediaManager.java
javame/src/com/google/zxing/client/j2me/LCDUIImageMonochromeBitmapSource.java
javame/src/com/google/zxing/client/j2me/MultimediaManager.java
javame/src/com/google/zxing/client/j2me/SnapshotThread.java
javame/src/com/google/zxing/client/j2me/VideoCanvas.java
javame/src/com/google/zxing/client/j2me/ZXingMIDlet.java
javase/src/com/google/zxing/client/j2se/BufferedImageMonochromeBitmapSource.java
javase/src/com/google/zxing/client/j2se/CommandLineRunner.java
javase/src/com/google/zxing/client/j2se/GUIRunner.java
zxingorg/src/com/google/zxing/web/DecodeEmailListener.java
zxingorg/src/com/google/zxing/web/DecodeEmailTask.java
zxingorg/src/com/google/zxing/web/DecodeServlet.java
zxingorg/src/com/google/zxing/web/DoSFilter.java
zxingorg/src/com/google/zxing/web/EmailAuthenticator.java
zxingorg/src/com/google/zxing/web/IPTrie.java
zxingorg/src/com/google/zxing/web/ServletContextLogHandler.java
zxingorg/web/analytics.jspx
zxingorg/web/badimage.jspx
zxingorg/web/badurl.jspx
zxingorg/web/decode.jspx
zxingorg/web/decoderesult.jspx
zxingorg/web/index.jspx
zxingorg/web/notfound.jspx

index c0e46bc..b7deb27 100644 (file)
@@ -19,7 +19,7 @@ package com.google.zxing;
 /**
  * Enumerates barcode formats known to this package.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class BarcodeFormat {
 
index 7e1a546..8036806 100644 (file)
@@ -19,7 +19,8 @@ package com.google.zxing;
 /**
  * <p>Enumerates different methods of sampling an imagine to estimate a black point.</p>
  *
- * @author srowen@google.com (Sean Owen), dswitkin@google.com (Daniel Switkin)
+ * @author Sean Owen
+ * @author dswitkin@google.com (Daniel Switkin)
  */
 public final class BlackPointEstimationMethod {
 
index ae645c3..ec0e823 100644 (file)
@@ -21,7 +21,7 @@ package com.google.zxing;
  * more quickly or accurately decode it. It is up to implementations to decide what,
  * if anything, to do with the information that is supplied.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  * @author dswitkin@google.com (Daniel Switkin)
  * @see Reader#decode(MonochromeBitmapSource, java.util.Hashtable)
  */
index 2c23696..64155a1 100644 (file)
@@ -22,7 +22,7 @@ import com.google.zxing.common.BitArray;
  * <p>Encapsulates a generic black-and-white bitmap -- a collection of pixels in two dimensions.
  * This unifies many possible representations, like AWT's <code>BufferedImage</code>.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  * @author dswitkin@google.com (Daniel Switkin)
  */
 public interface MonochromeBitmapSource {
index 8e2690d..aad8957 100644 (file)
@@ -27,7 +27,8 @@ import java.util.Hashtable;
  * See {@link com.google.zxing.MultiFormatReader}, which attempts to determine what barcode
  * format is present within the image as well, and then decodes it accordingly.
  *
- * @author srowen@google.com (Sean Owen), dswitkin@google.com (Daniel Switkin)
+ * @author Sean Owen
+ * @author dswitkin@google.com (Daniel Switkin)
  */
 public interface Reader {
 
index 3267de7..58f8978 100644 (file)
@@ -21,7 +21,7 @@ package com.google.zxing;
  * This includes, but is not limited to, failing checksums / error correction algorithms, being
  * unable to locate finder timing patterns, and so on.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 
 // TODO: Currently we throw up to 400 ReaderExceptions while scanning a single 240x240 image before
index 80fb7f4..8a798f0 100644 (file)
@@ -21,7 +21,7 @@ import java.util.Hashtable;
 /**
  * <p>Encapsulates the result of decoding a barcode within an image.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class Result {
 
index 70068ed..2b7e266 100644 (file)
@@ -20,7 +20,7 @@ package com.google.zxing;
  * Represents some type of metadata about the result of the decoding that the decoder
  * wishes to communicate back to the caller.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class ResultMetadataType {
 
index 15e438c..dacec96 100644 (file)
@@ -20,7 +20,7 @@ package com.google.zxing;
  * <p>Encapsulates a point of interest in an image containing a barcode. Typically, this
  * would be the location of a finder pattern or the corner of the barcode, for example.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public interface ResultPoint {
 
index 2318924..3d2c1d2 100644 (file)
@@ -24,7 +24,7 @@ package com.google.zxing.client.result;
  * <p>Thanks to Jeff Griffin for proposing rewrite of these classes that relies less
  * on exception-based mechanisms during parsing.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 abstract class AbstractDoCoMoResultParser extends ResultParser {
 
index 51160a1..8458579 100644 (file)
@@ -26,7 +26,7 @@ import java.util.Vector;
  * http://www.au.kddi.com/ezfactory/tec/two_dimensions/index.html</a>.
  * (Thanks to Yuzo for translating!)
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class AddressBookAUResultParser extends ResultParser {
 
index 5c1377b..e73fa21 100644 (file)
@@ -31,7 +31,7 @@ import com.google.zxing.Result;
  *
  * http://www.mobicode.org.tw/files/OMIA%20Mobile%20Bar%20Code%20Standard%20v3.2.1.doc 
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class AddressBookDoCoMoResultParser extends AbstractDoCoMoResultParser {
 
index 781cc84..6ae80b1 100644 (file)
@@ -17,7 +17,7 @@
 package com.google.zxing.client.result;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class AddressBookParsedResult extends ParsedResult {
 
index a351993..d6a4e5c 100644 (file)
@@ -25,7 +25,7 @@ import java.util.Vector;
  * largely reverse-engineered from examples observed in the wild -- still
  * looking for a definitive reference.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class BizcardResultParser extends AbstractDoCoMoResultParser {
 
index 2a1e1fd..aa07e99 100644 (file)
@@ -19,7 +19,7 @@ package com.google.zxing.client.result;
 import com.google.zxing.Result;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class BookmarkDoCoMoResultParser extends AbstractDoCoMoResultParser {
 
index 8c4a405..0cd3925 100644 (file)
@@ -17,7 +17,7 @@
 package com.google.zxing.client.result;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class CalendarParsedResult extends ParsedResult {
 
index a49059d..f3a3442 100644 (file)
@@ -17,7 +17,7 @@
 package com.google.zxing.client.result;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class EmailAddressParsedResult extends ParsedResult {
 
index 941ea52..f2d97c1 100644 (file)
@@ -24,7 +24,7 @@ import java.util.Hashtable;
  * Represents a result that encodes an e-mail address, either as a plain address
  * like "joe@example.org" or a mailto: URL like "mailto:joe@example.org".
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class EmailAddressResultParser extends ResultParser {
 
index fea5940..6e12df0 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.Result;
  *
  * Supported keys: TO, SUB, BODY
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class EmailDoCoMoResultParser extends AbstractDoCoMoResultParser {
 
index 14c38a8..97ff4f5 100644 (file)
@@ -17,7 +17,7 @@
 package com.google.zxing.client.result;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class GeoParsedResult extends ParsedResult {
 
index 0335cd0..2b85a06 100644 (file)
@@ -24,7 +24,7 @@ import com.google.zxing.Result;
  * <a href="http://tools.ietf.org/html/draft-mayrhofer-geo-uri-00">
  * http://tools.ietf.org/html/draft-mayrhofer-geo-uri-00</a>.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class GeoResultParser extends ResultParser {
 
index eac04ca..2b7bf78 100644 (file)
@@ -27,7 +27,7 @@ import com.google.zxing.Result;
  * <p>Thanks to Jeff Griffin for proposing rewrite of these classes that relies less
  * on exception-based mechanisms during parsing.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public abstract class ParsedResult {
 
index 96018ec..36705ef 100644 (file)
@@ -20,7 +20,7 @@ package com.google.zxing.client.result;
  * Represents the type of data encoded by a barcode -- from plain text, to a
  * URI, to an e-mail address, etc.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class ParsedResultType {
 
index 414eb3c..a00c0ef 100644 (file)
@@ -30,7 +30,7 @@ import java.util.Vector;
  * <p>Thanks to Jeff Griffin for proposing rewrite of these classes that relies less
  * on exception-based mechanisms during parsing.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public abstract class ResultParser {
 
index e57ac5d..055fe64 100644 (file)
@@ -29,7 +29,7 @@ import java.util.Hashtable;
  * "MMSTO:", and treats them all the same way, and effectively converts them to an "sms:" URI
  * for purposes of forwarding to the platform.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class SMSMMSResultParser extends ResultParser {
 
index 77fdd0f..6b57b79 100644 (file)
@@ -17,7 +17,7 @@
 package com.google.zxing.client.result;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class SMSParsedResult extends ParsedResult {
 
index 20cdd51..e3fd4fb 100644 (file)
@@ -17,7 +17,7 @@
 package com.google.zxing.client.result;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class TelParsedResult extends ParsedResult {
 
index 8a55759..5b77247 100644 (file)
@@ -21,7 +21,7 @@ import com.google.zxing.Result;
 /**
  * Parses a "tel:" URI result, which specifies a phone number.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class TelResultParser extends ResultParser {
 
index 39e8f15..052d4d0 100644 (file)
@@ -20,7 +20,7 @@ package com.google.zxing.client.result;
  * A simple result type encapsulating a string that has no further
  * interpretation.
  * 
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class TextParsedResult extends ParsedResult {
 
index 00df5dc..49cfc5d 100644 (file)
@@ -17,7 +17,7 @@
 package com.google.zxing.client.result;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class URIParsedResult extends ParsedResult {
 
index 10805f6..0f52dff 100644 (file)
@@ -21,7 +21,7 @@ import com.google.zxing.Result;
 /**
  * Tries to parse results that are a URI of some kind.
  * 
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class URIResultParser extends ResultParser {
 
index 0397953..dd23c84 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.Result;
  * This seems to be used sometimes, but I am not able to find documentation
  * on its origin or official format?
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class URLTOResultParser {
 
index 5b127f0..c1f9de1 100644 (file)
@@ -24,7 +24,7 @@ import java.util.Vector;
  * Parses contact information formatted according to the VCard (2.1) format. This is not a complete
  * implementation but should parse information as commonly encoded in 2D barcodes.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class VCardResultParser extends ResultParser {
 
index 2d37b38..07df10e 100644 (file)
@@ -22,7 +22,7 @@ import com.google.zxing.Result;
  * Partially implements the iCalendar format's "VEVENT" format for specifying a
  * calendar event. See RFC 2445. This supports SUMMARY, DTSTART and DTEND fields.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class VEventResultParser extends ResultParser {
 
index b845a5e..c8c0c23 100644 (file)
@@ -22,7 +22,7 @@ import com.google.zxing.client.result.ResultParser;
  * <p>Superclass for classes encapsulating reader results encoded according
  * to the MobileTag Reader International Specification.</p>
  * 
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 abstract class AbstractMobileTagResultParser extends ResultParser {
 
index 47472e5..59cb0b2 100644 (file)
@@ -28,7 +28,7 @@ import java.io.UnsupportedEncodingException;
  * useful in 2D barcode formats. This generally includes 1-record messages, no chunking,
  * "short record" syntax, no ID field.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 abstract class AbstractNDEFResultParser extends ResultParser {
 
index 9a13c5e..7c96e3c 100644 (file)
@@ -24,7 +24,7 @@ import com.google.zxing.client.result.SMSParsedResult;
  * <p>Represents a "MMS" result encoded according to section 4.7 of the
  * MobileTag Reader International Specification.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class MobileTagMMSResultParser extends AbstractMobileTagResultParser {
 
index f5efcd6..ac18680 100644 (file)
@@ -20,7 +20,7 @@ import com.google.zxing.client.result.ParsedResult;
 import com.google.zxing.client.result.ParsedResultType;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class MobileTagRichWebParsedResult extends ParsedResult {
 
index 2d1996f..a016d03 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.Result;
  * <p>Represents a "rich web" result encoded according to section 5 of the
  * MobileTag Reader International Specification.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class MobileTagRichWebResultParser extends AbstractMobileTagResultParser {
 
index 107ac7f..8e81de4 100644 (file)
@@ -24,7 +24,7 @@ import com.google.zxing.client.result.SMSParsedResult;
  * <p>Represents a "SMS" result encoded according to section 4.6 of the
  * MobileTag Reader International Specification.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class MobileTagSMSResultParser extends AbstractMobileTagResultParser {
 
index e3af27f..5823efb 100644 (file)
@@ -24,7 +24,7 @@ import com.google.zxing.client.result.CalendarParsedResult;
  * <p>Represents a "simple calendar" result encoded according to section 4.9 of the
  * MobileTag Reader International Specification.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class MobileTagSimpleCalendarResultParser extends AbstractMobileTagResultParser {
 
index ff507b5..ebba71e 100644 (file)
@@ -24,7 +24,7 @@ import com.google.zxing.client.result.AddressBookParsedResult;
  * <p>Represents a "simple contact" result encoded according to section 4.8 of the
  * MobileTag Reader International Specification.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class MobileTagSimpleContactResultParser extends AbstractMobileTagResultParser {
 
index c805a9d..bcafe2c 100644 (file)
@@ -24,7 +24,7 @@ import com.google.zxing.client.result.URIParsedResult;
  * <p>Represents a "simple web" result encoded according to section 4.11 of the
  * MobileTag Reader International Specification.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class MobileTagSimpleWebResultParser extends AbstractMobileTagResultParser {
 
index 8ac31e2..e37b86e 100644 (file)
@@ -24,7 +24,7 @@ import com.google.zxing.client.result.TelParsedResult;
  * <p>Represents a "TEL" result encoded according to section 4.4 of the
  * MobileTag Reader International Specification.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class MobileTagTelResultParser extends AbstractMobileTagResultParser {
 
index e92161d..5a51407 100644 (file)
@@ -21,7 +21,7 @@ package com.google.zxing.client.result.optional;
  * of records -- namely, non-chunked records, where ID length is omitted, and only
  * "short records".</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class NDEFRecord {
 
index 4ed5bac..2c0607c 100644 (file)
@@ -20,7 +20,7 @@ import com.google.zxing.client.result.ParsedResult;
 import com.google.zxing.client.result.ParsedResultType;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class NDEFSmartPosterParsedResult extends ParsedResult {
 
index 00b9755..ac3ea1c 100644 (file)
@@ -27,7 +27,7 @@ import com.google.zxing.Result;
  * of these records are infeasibly large for barcodes. Size and type records
  * are not supported. Multiple titles are not supported.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class NDEFSmartPosterResultParser extends AbstractNDEFResultParser {
 
index 02ad6cd..40651c5 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.client.result.TextParsedResult;
  * Recognizes an NDEF message that encodes text according to the
  * "Text Record Type Definition" specification.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class NDEFTextResultParser extends AbstractNDEFResultParser {
 
index 87b9402..3532c5b 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.client.result.URIParsedResult;
  * Recognizes an NDEF message that encodes a URI according to the
  * "URI Record Type Definition" specification.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class NDEFURIResultParser extends AbstractNDEFResultParser {
 
index 0c6c31f..c296960 100644 (file)
@@ -19,7 +19,7 @@ package com.google.zxing.common;
 /**\r
  * <p>A simple, fast array of bits, represented compactly by an array of ints internally.</p>\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 public final class BitArray {\r
 \r
index 94817dd..74e452d 100755 (executable)
@@ -30,7 +30,7 @@ package com.google.zxing.common;
  * <p>This class is a convenient wrapper around this representation, but also exposes the internal\r
  * array for efficient access and manipulation.</p>\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 public final class BitMatrix {\r
 \r
index 01c1d77..f74d973 100755 (executable)
@@ -22,7 +22,7 @@ package com.google.zxing.common;
  *\r
  * <p>This class is not thread-safe.</p>\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 public final class BitSource {\r
 \r
index 2aa6122..7e08976 100644 (file)
@@ -26,7 +26,7 @@ import com.google.zxing.ReaderException;
  * <a href="http://webdiis.unizar.es/~neira/12082/thresholding.pdf">http://webdiis.unizar.es/~neira/12082/thresholding.pdf</a>.\r
  * </p>\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  * @author dswitkin@google.com (Daniel Switkin)\r
  */\r
 public final class BlackPointEstimator {\r
index b559e88..91f2ec4 100644 (file)
@@ -22,7 +22,7 @@ import java.util.Hashtable;
  * Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1
  * of ISO 18004.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class CharacterSetECI extends ECI {
 
index e2b17a4..319ebfe 100644 (file)
@@ -22,7 +22,7 @@ import java.util.Vector;
  * <p>This is basically a substitute for <code>java.util.Collections</code>, which is not
  * present in MIDP 2.0 / CLDC 1.1.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class Collections {
 
index b9f854d..065fd1c 100644 (file)
@@ -21,7 +21,7 @@ package com.google.zxing.common;
  * applies to 2D barcode formats. For now it contains the raw bytes obtained,
  * as well as a String interpretation of those bytes, if applicable.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class DecoderResult {
 
index 415e055..b0d4ece 100644 (file)
@@ -20,7 +20,7 @@ import com.google.zxing.MonochromeBitmapSource;
 import com.google.zxing.ReaderException;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class DefaultGridSampler extends GridSampler {
 
index 5ac45bc..5e3786a 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.ResultPoint;
  * matrix of black/white pixels corresponding to the barcode, and possibly points of interest
  * in the image, like the location of finder patterns or corners of the barcode in the image.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class DetectorResult {
 
index 9e2752b..8a6f446 100644 (file)
@@ -20,7 +20,7 @@ package com.google.zxing.common;
  * Superclass of classes encapsulating types ECIs, according to "Extended Channel Interpretations" 5.3
  * of ISO 18004.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public abstract class ECI {
 
index b847a31..c90b6e0 100644 (file)
@@ -30,7 +30,7 @@ import com.google.zxing.ReaderException;
  * The implementation used can be controlled by calling {@link #setGridSampler(GridSampler)}
  * with an instance of a class which implements this interface.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public abstract class GridSampler {
 
index c6d5ffd..5ff6f09 100644 (file)
@@ -21,7 +21,7 @@ package com.google.zxing.common;
  * points, it will compute the transformation implied between them. The code is based directly upon section\r
  * 3.4.2 of George Wolberg's "Digital Image Warping"; see pages 54-56.</p>\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 final class PerspectiveTransform {\r
 \r
index 5bf9896..ea1f3ec 100644 (file)
@@ -24,7 +24,7 @@ package com.google.zxing.common.reedsolomon;
  * for convenience and speed (but at the cost of memory).
  * Only the bottom 8 bits are really used.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class GF256 {
 
index 8f9bcb3..8da7f93 100644 (file)
@@ -23,7 +23,7 @@ package com.google.zxing.common.reedsolomon;
  * <p>Much credit is due to William Rucklidge since portions of this code are an indirect
  * port of his C++ Reed-Solomon implementation.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class GF256Poly {
 
index 4c000d3..b94a1eb 100644 (file)
@@ -34,7 +34,7 @@ package com.google.zxing.common.reedsolomon;
  * <p>Much credit is due to William Rucklidge since portions of this code are an indirect
  * port of his C++ Reed-Solomon implementation.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  * @author William Rucklidge
  * @author sanfordsquires
  */
index 1d5d378..c638b04 100644 (file)
@@ -21,7 +21,7 @@ import java.util.Vector;
 /**
  * <p>Implements Reed-Solomon enbcoding, as the name implies.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  * @author William Rucklidge
  */
 public final class ReedSolomonEncoder {
index 70af716..d5b45a6 100644 (file)
@@ -20,7 +20,7 @@ package com.google.zxing.common.reedsolomon;
  * <p>Thrown when an exception occurs during Reed-Solomon decoding, such as when
  * there are too many errors to correct.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class ReedSolomonException extends Exception {
 
index 890a668..de25f92 100644 (file)
@@ -26,7 +26,7 @@ import com.google.zxing.common.BitSource;
  * <p>See ISO 16022:2006, 5.2.1 - 5.2.9.2</p>
  *
  * @author bbrown@google.com (Brian Brown)
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class DecodedBitStreamParser {
 
index ddd08ae..4de6098 100644 (file)
@@ -36,7 +36,7 @@ import java.util.Vector;
  * <p>Encapsulates logic that can detect a Data Matrix Code in an image, even if the Data Matrix Code
  * is rotated or skewed, or partially obscured.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class Detector {
 
index b09dd71..f7b9ced 100644 (file)
@@ -33,7 +33,7 @@ import java.util.Hashtable;
  * of one-dimensional barcodes.</p>
  *
  * @author dswitkin@google.com (Daniel Switkin)
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public abstract class AbstractOneDReader implements OneDReader {
 
index 707ee62..83aa7c0 100644 (file)
@@ -30,7 +30,7 @@ import java.util.Hashtable;
  * of one-dimensional barcodes.</p>
  *
  * @author dswitkin@google.com (Daniel Switkin)
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  * @author alasdair@google.com (Alasdair Mackintosh)
  */
 public abstract class AbstractUPCEANReader extends AbstractOneDReader implements UPCEANReader {
index 4063d11..61488ba 100644 (file)
@@ -28,7 +28,7 @@ import java.util.Hashtable;
 /**
  * <p>Decodes Code 128 barcodes.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class Code128Reader extends AbstractOneDReader {
 
index 4273c4f..3d54a6e 100644 (file)
@@ -28,7 +28,7 @@ import java.util.Hashtable;
 /**
  * <p>Decodes Code 39 barcodes. This does not support "Full ASCII Code 39" yet.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class Code39Reader extends AbstractOneDReader {
 
index 8ca41c9..4f36ce5 100644 (file)
@@ -24,7 +24,7 @@ import com.google.zxing.common.BitArray;
  * <p>Implements decoding of the EAN-13 format.</p>
  *
  * @author dswitkin@google.com (Daniel Switkin)
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  * @author alasdair@google.com (Alasdair Mackintosh)
  */
 public final class EAN13Reader extends AbstractUPCEANReader {
index ee9bdb8..ee298c6 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.common.BitArray;
 /**
  * <p>Implements decoding of the EAN-8 format.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class EAN8Reader extends AbstractUPCEANReader {
 
index b74a773..8cb3bba 100644 (file)
@@ -27,7 +27,7 @@ import java.util.Vector;
 
 /**
  * @author dswitkin@google.com (Daniel Switkin)
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class MultiFormatOneDReader extends AbstractOneDReader {
 
index 966654e..4c4979e 100644 (file)
@@ -30,7 +30,7 @@ import java.util.Vector;
  * read all such formats, it is most efficent to use this implementation rather than invoke
  * individual readers.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class MultiFormatUPCEANReader extends AbstractOneDReader {
 
index 3851fe2..ae12957 100644 (file)
@@ -27,7 +27,7 @@ import java.util.Hashtable;
  * <p>{@link Reader}s which also implement this interface read one-dimensional barcode
  * formats, and expose additional functionality that is specific to this type of barcode.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public interface OneDReader extends Reader {
 
index 021ed85..472ba14 100644 (file)
@@ -28,7 +28,7 @@ import java.util.Hashtable;
  * <p>Implements decoding of the UPC-A format.</p>
  *
  * @author dswitkin@google.com (Daniel Switkin)
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class UPCAReader implements UPCEANReader {
 
index 4a2361a..f685ab9 100644 (file)
@@ -24,7 +24,7 @@ import com.google.zxing.common.BitArray;
  * <p>This interfaces captures addtional functionality that readers of
  * UPC/EAN family of barcodes should expose.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public interface UPCEANReader extends OneDReader {
 
index 9acb0bd..35eb3e6 100644 (file)
@@ -26,7 +26,7 @@ import com.google.zxing.common.BitArray;
  * <p><a href="http://www.barcodeisland.com/upce.phtml">This</a> is a great reference for
  * UPC-E information.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class UPCEReader extends AbstractUPCEANReader {
 
index 4f5105e..f5b0dcd 100644 (file)
@@ -34,7 +34,7 @@ import java.util.Hashtable;
 /**
  * This implementation can detect and decode QR Codes in an image.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class QRCodeReader implements Reader {
 
index 27f19ad..b375f27 100644 (file)
@@ -20,7 +20,7 @@ import com.google.zxing.ReaderException;
 import com.google.zxing.common.BitMatrix;\r
 \r
 /**\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 final class BitMatrixParser {\r
 \r
index 7cbf406..259a8ac 100755 (executable)
@@ -21,7 +21,7 @@ package com.google.zxing.qrcode.decoder;
  * multiple blocks, each of which is a unit of data and error-correction codewords. Each\r
  * is represented by an instance of this class.</p>\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 final class DataBlock {\r
 \r
index 7f1aec7..6ba1b35 100755 (executable)
@@ -25,7 +25,7 @@ package com.google.zxing.qrcode.decoder;
  * <p>Note that the diagram in section 6.8.1 is misleading since it indicates that i is column position\r
  * and j is row position. In fact, as the text says, i is row position and j is column position.</p>\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 abstract class DataMask {\r
 \r
index 668b0d8..67f0607 100644 (file)
@@ -28,7 +28,7 @@ import java.io.UnsupportedEncodingException;
  *
  * <p>See ISO 18004:2006, 6.4.3 - 6.4.7</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class DecodedBitStreamParser {
 
index 0ee7954..f1436f2 100644 (file)
@@ -27,7 +27,7 @@ import com.google.zxing.common.reedsolomon.ReedSolomonException;
  * <p>The main class which implements QR Code decoding -- as opposed to locating and extracting\r
  * the QR Code from an image.</p>\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 public final class Decoder {\r
 \r
index e75daf2..27a94d3 100644 (file)
@@ -22,7 +22,7 @@ import com.google.zxing.ReaderException;
  * <p>See ISO 18004:2006, 6.5.1. This enum encapsulates the four error correction levels
  * defined by the QR code standard.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class ErrorCorrectionLevel {
 
index 92894dc..5195108 100644 (file)
@@ -22,7 +22,7 @@ import com.google.zxing.ReaderException;
  * <p>Encapsulates a QR Code's format information, including the data mask used and
  * error correction level.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  * @see DataMask
  * @see ErrorCorrectionLevel
  */
index 9e9947b..417a0dd 100644 (file)
@@ -22,7 +22,7 @@ import com.google.zxing.ReaderException;
  * <p>See ISO 18004:2006, 6.4.1, Tables 2 and 3. This enum encapsulates the various modes in which
  * data can be encoded to bits in the QR code standard.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class Mode {
 
index 8018efb..63273b6 100755 (executable)
@@ -22,7 +22,7 @@ import com.google.zxing.common.BitMatrix;
 /**\r
  * See ISO 18004:2006 Annex D\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 public final class Version {\r
 \r
index 3d80523..e99aca8 100644 (file)
@@ -22,7 +22,7 @@ import com.google.zxing.ResultPoint;
  * <p>Encapsulates an alignment pattern, which are the smaller square patterns found in
  * all but the simplest QR Codes.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class AlignmentPattern implements ResultPoint {
 
index 056fac6..66cbadb 100644 (file)
@@ -34,7 +34,7 @@ import java.util.Vector;
  *\r
  * <p>This class is not thread-safe.</p>\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 final class AlignmentPatternFinder {\r
 \r
index 574d2d1..5739d9d 100644 (file)
@@ -32,7 +32,7 @@ import java.util.Hashtable;
  * <p>Encapsulates logic that can detect a QR Code in an image, even if the QR Code
  * is rotated or skewed, or partially obscured.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class Detector {
 
index f92edd9..3df26cf 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.ResultPoint;
  * the corners of QR Codes. It also encapsulates a count of similar finder patterns,
  * as a convenience to the finder's bookkeeping.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class FinderPattern implements ResultPoint {
 
index 2714eef..8841c1b 100755 (executable)
@@ -33,7 +33,7 @@ import java.util.Vector;
  *\r
  * <p>This class is not thread-safe and should not be reused.</p>\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 final class FinderPatternFinder {\r
 \r
index 77716d4..734f49e 100644 (file)
@@ -20,7 +20,7 @@ package com.google.zxing.qrcode.detector;
  * <p>Encapsulates information about finder patterns in an image, including the location of
  * the three finder patterns, and their estimated module size.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 final class FinderPatternInfo {
 
index f4dd92b..7cd227f 100644 (file)
@@ -23,7 +23,7 @@ import junit.framework.TestCase;
 /**
  * Tests {@link ParsedResult}.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class ParsedReaderResultTestCase extends TestCase {
 
index fe75bfc..8376467 100644 (file)
@@ -21,7 +21,7 @@ import junit.framework.TestCase;
 /**
  * Tests {@link com.google.zxing.client.result.URIParsedResult}.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class URIParsedResultTestCase extends TestCase {
 
index 73a7803..9d4017e 100644 (file)
@@ -41,7 +41,7 @@ import java.util.ArrayList;
 import java.nio.charset.Charset;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  * @author dswitkin@google.com (Daniel Switkin)
  */
 public abstract class AbstractBlackBoxTestCase extends TestCase {
index 77eaf23..233cb0e 100644 (file)
@@ -19,7 +19,7 @@ package com.google.zxing.common;
 import junit.framework.TestCase;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class BitArrayTestCase extends TestCase {
 
index bdd87bd..1bb8351 100644 (file)
@@ -19,7 +19,7 @@ package com.google.zxing.common;
 import junit.framework.TestCase;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class BitMatrixTestCase extends TestCase {
 
index a5bdeea..a9ea32b 100755 (executable)
@@ -21,7 +21,7 @@ import java.io.ByteArrayOutputStream;
 /**\r
  * Class that lets one easily build an array of bytes by appending bits at a time.\r
  *\r
- * @author srowen@google.com (Sean Owen)\r
+ * @author Sean Owen\r
  */\r
 public final class BitSourceBuilder {\r
 \r
index 13fe73b..9b53390 100644 (file)
@@ -19,7 +19,7 @@ package com.google.zxing.common;
 import junit.framework.TestCase;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class BitSourceTestCase extends TestCase {
 
index cffaacc..2878a97 100644 (file)
@@ -20,7 +20,7 @@ import com.google.zxing.ReaderException;
 import junit.framework.TestCase;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class BlackPointEstimationMethodTestCase extends TestCase {
 
index 9be1882..6fbfc4e 100644 (file)
@@ -22,7 +22,7 @@ import java.util.Random;
 import java.util.Vector;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class CollectionsTestCase extends TestCase {
 
index 7424634..1ec4b19 100644 (file)
@@ -19,7 +19,7 @@ package com.google.zxing.common;
 import junit.framework.TestCase;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class PerspectiveTransformTestCase extends TestCase {
 
index 7697e00..494cc18 100644 (file)
@@ -22,7 +22,7 @@ import java.util.BitSet;
 import java.util.Random;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 abstract class AbstractReedSolomonTestCase extends TestCase {
 
index 73f63f6..684cb18 100644 (file)
@@ -19,7 +19,7 @@ package com.google.zxing.common.reedsolomon;
 import java.util.Random;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  * @author sanfordsquires
  */
 public final class ReedSolomonDecoderDataMatrixTestCase extends AbstractReedSolomonTestCase {
index 48f50df..578e9ee 100644 (file)
@@ -19,7 +19,7 @@ package com.google.zxing.common.reedsolomon;
 import java.util.Random;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class ReedSolomonDecoderQRCodeTestCase extends AbstractReedSolomonTestCase {
 
index e2ad2b8..9f6d8f1 100644 (file)
@@ -19,7 +19,7 @@ package com.google.zxing.common.reedsolomon;
 import java.util.Random;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class ReedSolomonEncoderQRCodeTestCase extends AbstractReedSolomonTestCase {
 
index bb115aa..5502fba 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.common.AbstractBlackBoxTestCase;
 import java.io.File;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class Code128BlackBox1TestCase extends AbstractBlackBoxTestCase {
 
index 190bd53..28c3eec 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.common.AbstractBlackBoxTestCase;
 import java.io.File;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class Code128BlackBox3TestCase extends AbstractBlackBoxTestCase {
 
index 0800e73..6603340 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.common.AbstractBlackBoxTestCase;
 import java.io.File;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class Code39BlackBox1TestCase extends AbstractBlackBoxTestCase {
 
index f5656ad..5db30c2 100644 (file)
@@ -22,7 +22,7 @@ import com.google.zxing.BarcodeFormat;
 import java.io.File;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class Code39ExtendedBlackBox2TestCase extends AbstractBlackBoxTestCase {
 
index c0f2c09..eca3217 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.common.AbstractBlackBoxTestCase;
 import java.io.File;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class EAN13BlackBox1TestCase extends AbstractBlackBoxTestCase {
 
index f018dea..fb1a6f0 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.common.AbstractBlackBoxTestCase;
 import java.io.File;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class EAN8BlackBox1TestCase extends AbstractBlackBoxTestCase {
 
index 9bac32d..4b54933 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.common.AbstractBlackBoxTestCase;
 import java.io.File;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class UPCABlackBox1TestCase extends AbstractBlackBoxTestCase {
 
index 7d78e05..b20c4d0 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.common.AbstractBlackBoxTestCase;
 import java.io.File;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class UPCEBlackBox1TestCase extends AbstractBlackBoxTestCase {
 
index c8c1d6b..e36b080 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.common.AbstractBlackBoxTestCase;
 import java.io.File;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class QRCodeBlackBox1TestCase extends AbstractBlackBoxTestCase {
 
index 82bfa4e..de9dce2 100644 (file)
@@ -23,7 +23,7 @@ import com.google.zxing.common.AbstractBlackBoxTestCase;
 import java.io.File;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class QRCodeBlackBox2TestCase extends AbstractBlackBoxTestCase {
 
index aeccb05..c7df2c2 100644 (file)
@@ -20,7 +20,7 @@ import com.google.zxing.common.BitMatrix;
 import junit.framework.TestCase;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class DataMaskTestCase extends TestCase {
 
index 76be390..2662101 100644 (file)
@@ -23,7 +23,7 @@ import junit.framework.TestCase;
 /**
  * Tests {@link com.google.zxing.qrcode.decoder.DecodedBitStreamParser}.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class DecodedBitStreamParserTestCase extends TestCase {
 
index b7f74b9..14a3df0 100644 (file)
@@ -20,7 +20,7 @@ import com.google.zxing.ReaderException;
 import junit.framework.TestCase;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class ErrorCorrectionLevelTestCase extends TestCase {
 
index a241519..99acb47 100644 (file)
@@ -20,7 +20,7 @@ import com.google.zxing.ReaderException;
 import junit.framework.TestCase;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class FormatInformationTestCase extends TestCase {
 
index fb3fc25..a7fbc78 100644 (file)
@@ -20,7 +20,7 @@ import com.google.zxing.ReaderException;
 import junit.framework.TestCase;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class ModeTestCase extends TestCase {
 
index 18185a7..f90ffa1 100644 (file)
@@ -20,7 +20,7 @@ import com.google.zxing.ReaderException;
 import junit.framework.TestCase;
 
 /**
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class VersionTestCase extends TestCase {
 
index 888f76c..d510bcd 100644 (file)
@@ -26,7 +26,7 @@ import javax.microedition.media.MediaException;
  * <p>Implementation suitable for JSR-234 phones which takes advantage of advanced camera
  * capability.</p>
  *
- * @author Sean Owen (srowen@google.com)
+ * @author Sean Owen
  */
 final class AdvancedMultimediaManager implements MultimediaManager {
 
index 1f784e8..2d35067 100644 (file)
@@ -21,7 +21,7 @@ import javax.microedition.media.Controllable;
 /**
  * <p>Dummy implemenation which does nothing. This is suitable for non-JSR-234 phones.</p>
  *
- * @author Sean Owen (srowen@google.com)
+ * @author Sean Owen
  */
 final class DefaultMultimediaManager implements MultimediaManager {
 
index e825257..7c4f2eb 100644 (file)
@@ -23,7 +23,8 @@ import javax.microedition.lcdui.Image;
 /**
  * <p>An implementation based on Java ME's {@link Image} representation.</p>
  *
- * @author Sean Owen (srowen@google.com), Daniel Switkin (dswitkin@google.com)
+ * @author Sean Owen
+ * @author Daniel Switkin (dswitkin@google.com)
  */
 public final class LCDUIImageMonochromeBitmapSource extends BaseMonochromeBitmapSource {
 
index 6643608..37ab365 100644 (file)
@@ -23,7 +23,7 @@ import javax.microedition.media.Controllable;
  * {@link com.google.zxing.client.j2me.AdvancedMultimediaManager} in order to dynamically
  * load support for JSR-234 APIs where possible.</p>
  *
- * @author Sean Owen (srowen@google.com)
+ * @author Sean Owen
  * @author Paul Hackenberger
  */
 interface MultimediaManager {
index 921ce97..7ad5b19 100644 (file)
@@ -30,7 +30,7 @@ import javax.microedition.media.control.VideoControl;
 /**
  * Thread which does the work of capturing a frame and decoding it.
  *
- * @author Sean Owen (srowen@google.com)
+ * @author Sean Owen
  */
 final class SnapshotThread implements Runnable {
 
index 671fce9..d156b20 100644 (file)
@@ -26,7 +26,7 @@ import javax.microedition.lcdui.Graphics;
  * The main {@link Canvas} onto which the camera's field of view is painted.
  * This class manages decoding via {@link SnapshotThread}.
  *
- * @author Sean Owen (srowen@google.com)
+ * @author Sean Owen
  */
 final class VideoCanvas extends Canvas implements CommandListener {
 
index 13fe055..0cc8d81 100644 (file)
@@ -45,7 +45,7 @@ import java.io.IOException;
 /**
  * <p>The actual reader application {@link MIDlet}.</p>
  *
- * @author Sean Owen (srowen@google.com)
+ * @author Sean Owen
  */
 public final class ZXingMIDlet extends MIDlet {
 
index 3a99e5f..8c56982 100644 (file)
@@ -33,7 +33,8 @@ import java.awt.image.BufferedImageOp;
  * based on a region of a {@link BufferedImage}; see
  * {@link #BufferedImageMonochromeBitmapSource(BufferedImage, int, int, int, int)}.</p>
  *
- * @author srowen@google.com (Sean Owen), Daniel Switkin (dswitkin@google.com)
+ * @author Sean Owen
+ * @author Daniel Switkin (dswitkin@google.com)
  */
 public final class BufferedImageMonochromeBitmapSource extends BaseMonochromeBitmapSource {
 
index 485a531..08e17f4 100644 (file)
@@ -40,7 +40,8 @@ import java.nio.charset.Charset;
  * request that hint. The raw text of each barcode is printed, and when running against directories,
  * summary statistics are also displayed.</p>
  *
- * @author srowen@google.com (Sean Owen), dswitkin@google.com (Daniel Switkin)
+ * @author Sean Owen
+ * @author dswitkin@google.com (Daniel Switkin)
  */
 public final class CommandLineRunner {
 
index e37b68b..e2acc6c 100644 (file)
@@ -41,7 +41,7 @@ import java.net.MalformedURLException;
  * <p>Simple GUI frontend to the library. Right now, only decodes a local file.
  * This definitely needs some improvement. Just throwing something down to start.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class GUIRunner extends JFrame {
 
index 03eb0cd..906fde6 100644 (file)
@@ -23,7 +23,7 @@ import javax.servlet.ServletContextListener;
 import java.util.Timer;
 
 /**
- * @author Sean Owen (srowen@google.com)
+ * @author Sean Owen
  */
 public final class DecodeEmailListener implements ServletContextListener {
 
index 1b8babd..8e61e54 100644 (file)
@@ -50,7 +50,7 @@ import java.util.logging.Logger;
  * image. When one is found it attempts to decode the image and replies with the decoded messages
  * by e-mail.
  *
- * @author Sean Owen (srowen@google.com)
+ * @author Sean Owen
  */
 final class DecodeEmailTask extends TimerTask {
 
index d330b7a..8831f36 100644 (file)
@@ -69,7 +69,7 @@ import java.util.logging.Logger;
  * {@link HttpServlet} which decodes images containing barcodes. Given a URL, it will
  * retrieve the image and decode it. It can also process image files uploaded via POST.
  * 
- * @author Sean Owen (srowen@google.com)
+ * @author Sean Owen
  */
 public final class DecodeServlet extends HttpServlet {
 
index 7b2727a..083dd30 100755 (executable)
@@ -38,7 +38,7 @@ import java.util.TimerTask;
  * A {@link Filter} that rejects requests from hosts that are sending too many\r
  * requests in too short a time.\r
  * \r
- * @author Sean Owen (srowen@google.com)\r
+ * @author Sean Owen\r
  */\r
 public final class DoSFilter implements Filter {\r
 \r
index d198740..ff2dd6b 100644 (file)
@@ -22,7 +22,7 @@ import javax.mail.PasswordAuthentication;
 /**
  * A simple {@link Authenticator} which replies with a fixed username and password.
  * 
- * @author Sean Owen (srowen@google.com)
+ * @author Sean Owen
  */
 final class EmailAuthenticator extends Authenticator {
 
index fe2dec3..319aa9f 100755 (executable)
@@ -22,7 +22,7 @@ import java.util.Arrays;
 /**\r
  * A trie data structure for storing a set of IP addresses efficiently.\r
  * \r
- * @author Sean Owen (srowen@google.com)\r
+ * @author Sean Owen\r
  */\r
 final class IPTrie {\r
 \r
index 568b523..891b214 100644 (file)
@@ -24,7 +24,7 @@ import java.util.logging.LogRecord;
 /**
  * A {@link Handler} that redirects log messages to the servlet container log.
  * 
- * @author Sean Owen (srowen@google.com)
+ * @author Sean Owen
  */
 final class ServletContextLogHandler extends Handler {
 
index c0c1c4c..eb34636 100644 (file)
@@ -14,7 +14,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
-<!-- Author: Sean Owen (srowen@google.com) -->
+<!-- Author: Sean Owen -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.1">
   <jsp:output omit-xml-declaration="true"/>
   <script type="text/javascript">
index 99f3de1..49ddec6 100644 (file)
@@ -14,7 +14,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
-<!-- Author: Sean Owen (srowen@google.com) -->
+<!-- Author: Sean Owen -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.1">
   <jsp:output
           omit-xml-declaration="false" doctype-root-element="html"
index 5eca122..a171164 100644 (file)
@@ -14,7 +14,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
-<!-- Author: Sean Owen (srowen@google.com) -->
+<!-- Author: Sean Owen -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.1">
   <jsp:output
           omit-xml-declaration="false" doctype-root-element="html"
index bb27623..df44347 100644 (file)
@@ -14,7 +14,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
-<!-- Author: Sean Owen (srowen@google.com) -->
+<!-- Author: Sean Owen -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.1">
   <jsp:output
           omit-xml-declaration="false" doctype-root-element="html"
index 00d82f8..048d350 100644 (file)
@@ -14,7 +14,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
-<!-- Author: Sean Owen (srowen@google.com) -->
+<!-- Author: Sean Owen -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.1">
   <jsp:output
           omit-xml-declaration="false" doctype-root-element="html"
index 855267d..852f4ce 100644 (file)
@@ -14,7 +14,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
-<!-- Author: Sean Owen (srowen@google.com) -->
+<!-- Author: Sean Owen -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.1">
   <jsp:output
           omit-xml-declaration="false" doctype-root-element="html"
index 170547a..72729a4 100644 (file)
@@ -14,7 +14,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
-<!-- Author: Sean Owen (srowen@google.com) -->
+<!-- Author: Sean Owen -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.1">
   <jsp:output
           omit-xml-declaration="false" doctype-root-element="html"