GreyscaleRotatedLuminanceSource: implemented getMatrix()
[zxing.git] / cpp / core / src / zxing / BinaryBitmap.h
index 9950573..23f6dd2 100644 (file)
@@ -1,10 +1,11 @@
+#ifndef __BINARYBITMAP_H__
+#define __BINARYBITMAP_H__
+
 /*
  *  BinaryBitmap.h
  *  zxing
  *
- *  Created by Ralf Kistner on 19/10/2009.
- *  Copyright 2008 ZXing authors All rights reserved.
- *  Modified by Lukasz Warchol on 02/02/2010.
+ *  Copyright 2010 ZXing authors All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,8 +19,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#ifndef BINARYBITMAP_H_
-#define BINARYBITMAP_H_
 
 #include <zxing/common/Counted.h>
 #include <zxing/common/BitMatrix.h>