Added licence info for login & registration dialog source codes
authorOlavi Pulkkinen <olavi.pulkkinen@webinfo.fi>
Mon, 8 Mar 2010 09:14:56 +0000 (11:14 +0200)
committerOlavi Pulkkinen <olavi.pulkkinen@webinfo.fi>
Mon, 8 Mar 2010 09:14:56 +0000 (11:14 +0200)
Client/loginwindow.cpp
Client/loginwindow.h
Client/registration.cpp
Client/registration.h

index e8b816b..a74c8dc 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Loginwindow class to maintain username for user
+ *
+ * @author      Olavi Pulkkinen <olavi.pulkkinen@fudeco.com>
+ * @author
+ * @copyright   (c) 2010 Speed Freak team
+ * @license     http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #include "loginwindow.h"
 #include "ui_loginwindow.h"
 #include <QMessageBox>
 #include "loginwindow.h"
 #include "ui_loginwindow.h"
 #include <QMessageBox>
index 51c5a2c..6d5b73e 100644 (file)
@@ -1,3 +1,11 @@
+/**
+  * LoginWindow class
+  *
+  * @author     Olavi Pulkkinen <olavi.pulkkinen@fudeco.com>
+  * @copyright  (c) 2010 Speed Freak team
+  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+  */
+
 #ifndef LOGINWINDOW_H
 #define LOGINWINDOW_H
 
 #ifndef LOGINWINDOW_H
 #define LOGINWINDOW_H
 
index fefeed8..b3ed87a 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Registration class to registrate username for user
+ *
+ * @author      Olavi Pulkkinen <olavi.pulkkinen@fudeco.com>
+ * @author
+ * @copyright   (c) 2010 Speed Freak team
+ * @license     http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #include "registration.h"
 #include "ui_registration.h"
 #include <QMessageBox>
 #include "registration.h"
 #include "ui_registration.h"
 #include <QMessageBox>
index 05b31d3..7f0b7a6 100644 (file)
@@ -1,3 +1,11 @@
+/**
+  * Registration class
+  *
+  * @author     Olavi Pulkkinen <olavi.pulkkinen@fudeco.com>
+  * @copyright  (c) 2010 Speed Freak team
+  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+  */
+
 #ifndef REGISTRATION_H
 #define REGISTRATION_H
 
 #ifndef REGISTRATION_H
 #define REGISTRATION_H