From 2c3102952d9d85f23b0e2fc5bb52bd5e6fc559f6 Mon Sep 17 00:00:00 2001 From: Rikhard Kuutti Date: Wed, 31 Mar 2010 14:28:39 +0300 Subject: [PATCH] Added license for instructions dialog --- Client/instructionsdialog.cpp | 8 ++++++++ Client/instructionsdialog.h | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/Client/instructionsdialog.cpp b/Client/instructionsdialog.cpp index 6946f27..8358b57 100644 --- a/Client/instructionsdialog.cpp +++ b/Client/instructionsdialog.cpp @@ -1,3 +1,11 @@ +/* + * Instructions dialog for speedFreak project + * + * @author Rikhard Kuutti + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #include "instructionsdialog.h" #include "ui_instructionsdialog.h" diff --git a/Client/instructionsdialog.h b/Client/instructionsdialog.h index ecdf6a6..27e2a88 100644 --- a/Client/instructionsdialog.h +++ b/Client/instructionsdialog.h @@ -1,3 +1,11 @@ +/* + * Instructions dialog for speedFreak project + * + * @author Rikhard Kuutti + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef INSTRUCTIONSDIALOG_H #define INSTRUCTIONSDIALOG_H -- 1.7.9.5