X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/cd00aa3043b507ed10bf79a37b83b88741d176d7..dfcf20d641c2711f2ee2ea551a320d3d622d9a2a:/client/proxguiqt.h

diff --git a/client/proxguiqt.h b/client/proxguiqt.h
index 58ff8326..155cacb1 100644
--- a/client/proxguiqt.h
+++ b/client/proxguiqt.h
@@ -1,3 +1,13 @@
+//-----------------------------------------------------------------------------
+// Copyright (C) 2009 Michael Gernoth <michael at gernoth.net>
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// GUI (QT)
+//-----------------------------------------------------------------------------
+
 #include <QApplication>
 #include <QPushButton>
 #include <QObject>
@@ -13,6 +23,8 @@ class ProxWidget : public QWidget
 		double GraphPixelsPerPoint;
 		int CursorAPos;
 		int CursorBPos;
+		//int CursorCPos;
+		//int CursorDPos;
 
 	public:
 		ProxWidget(QWidget *parent = 0);