Display possible country origin info on product scan
[zxing.git] / core / src / com / google / zxing / common / Collections.java
index 91134b6..319ebfe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 Google Inc.
+ * Copyright 2007 ZXing authors
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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 {