From 2a6a0120782a4f8dc096227be70f927745035569 Mon Sep 17 00:00:00 2001 From: Rikhard Kuutti Date: Tue, 30 Mar 2010 10:00:47 +0300 Subject: [PATCH] Added license information --- Client/creditsdialog.cpp | 8 ++++++++ Client/creditsdialog.h | 8 ++++++++ Client/mainwindow.cpp | 8 ++++++++ Client/mainwindow.h | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/Client/creditsdialog.cpp b/Client/creditsdialog.cpp index 83a4036..eaba0f1 100644 --- a/Client/creditsdialog.cpp +++ b/Client/creditsdialog.cpp @@ -1,3 +1,11 @@ +/* + * Credits Dialog + * + * @author Rikhard Kuutti + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #include "creditsdialog.h" #include "ui_creditsdialog.h" diff --git a/Client/creditsdialog.h b/Client/creditsdialog.h index ab26e76..69c15e3 100644 --- a/Client/creditsdialog.h +++ b/Client/creditsdialog.h @@ -1,3 +1,11 @@ +/* + * Credits Dialog + * + * @author Rikhard Kuutti + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef CREDITSDIALOG_H #define CREDITSDIALOG_H diff --git a/Client/mainwindow.cpp b/Client/mainwindow.cpp index 81103a4..02a7e54 100644 --- a/Client/mainwindow.cpp +++ b/Client/mainwindow.cpp @@ -1,3 +1,11 @@ +/* + * Mainwindow for speedFreak project + * + * @author Rikhard Kuutti + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #include "mainwindow.h" #include "ui_mainwindow.h" diff --git a/Client/mainwindow.h b/Client/mainwindow.h index 0e681f2..2b4e191 100644 --- a/Client/mainwindow.h +++ b/Client/mainwindow.h @@ -1,3 +1,11 @@ +/* + * Mainwindow for speedFreak project + * + * @author Rikhard Kuutti + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef MAINWINDOW_H #define MAINWINDOW_H -- 1.7.9.5