Remove my old email address from files. Might as well save spammers the trouble.
[zxing.git] / core / src / com / google / zxing / oned / UPCEANReader.java
index a4fcb2e..f685ab9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 Google Inc.
+ * Copyright 2008 ZXing authors
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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 {