From 91e8a7f3b67c8ce9382160b47143a83b1996e468 Mon Sep 17 00:00:00 2001 From: Olavi Pulkkinen Date: Mon, 8 Mar 2010 11:14:56 +0200 Subject: [PATCH] Added licence info for login & registration dialog source codes --- Client/loginwindow.cpp | 9 +++++++++ Client/loginwindow.h | 8 ++++++++ Client/registration.cpp | 9 +++++++++ Client/registration.h | 8 ++++++++ 4 files changed, 34 insertions(+) diff --git a/Client/loginwindow.cpp b/Client/loginwindow.cpp index e8b816b..a74c8dc 100644 --- a/Client/loginwindow.cpp +++ b/Client/loginwindow.cpp @@ -1,3 +1,12 @@ +/* + * Loginwindow class to maintain username for user + * + * @author Olavi Pulkkinen + * @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 diff --git a/Client/loginwindow.h b/Client/loginwindow.h index 51c5a2c..6d5b73e 100644 --- a/Client/loginwindow.h +++ b/Client/loginwindow.h @@ -1,3 +1,11 @@ +/** + * LoginWindow class + * + * @author Olavi Pulkkinen + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef LOGINWINDOW_H #define LOGINWINDOW_H diff --git a/Client/registration.cpp b/Client/registration.cpp index fefeed8..b3ed87a 100644 --- a/Client/registration.cpp +++ b/Client/registration.cpp @@ -1,3 +1,12 @@ +/* + * Registration class to registrate username for user + * + * @author Olavi Pulkkinen + * @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 diff --git a/Client/registration.h b/Client/registration.h index 05b31d3..7f0b7a6 100644 --- a/Client/registration.h +++ b/Client/registration.h @@ -1,3 +1,11 @@ +/** + * Registration class + * + * @author Olavi Pulkkinen + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef REGISTRATION_H #define REGISTRATION_H -- 1.7.9.5