Unify handling of EC level between encoder and decoder
[zxing.git] / core / src / com / google / zxing / qrcode / decoder / DataBlock.java
index 50fadd1..259a8ac 100755 (executable)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright 2007 Google Inc.\r
+ * Copyright 2007 ZXing authors\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -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