From 762e24bbb530f14ecfd444d0235627d0ca61663b Mon Sep 17 00:00:00 2001 From: Toni Jussila Date: Fri, 5 Mar 2010 15:02:12 +0200 Subject: [PATCH] Added license information to source codes. --- Client/UI.pro | 5 +++++ Client/carmainwindow.cpp | 11 +++++++++++ Client/carmainwindow.h | 11 +++++++++++ Client/main.cpp | 8 ++++++++ Client/xmlreader.cpp | 10 +++++++++- Client/xmlreader.h | 9 +++++++++ 6 files changed, 53 insertions(+), 1 deletion(-) diff --git a/Client/UI.pro b/Client/UI.pro index 590687e..924d9d7 100644 --- a/Client/UI.pro +++ b/Client/UI.pro @@ -1,6 +1,11 @@ # ------------------------------------------------- # Project created by QtCreator 2010-02-23T14:17:30 +# +# @author Speed Freak team +# @copyright (c) 2010 Speed Freak team +# @license http://opensource.org/licenses/gpl-license.php GNU Public License # ------------------------------------------------- + QT += network \ xml TARGET = UI diff --git a/Client/carmainwindow.cpp b/Client/carmainwindow.cpp index 26cb811..67be42d 100644 --- a/Client/carmainwindow.cpp +++ b/Client/carmainwindow.cpp @@ -1,3 +1,14 @@ +/** + * CarMainWindow main class + * + * @author Toni Jussila + * @author Janne Änäkkälä + * @author Tiina Kivilinna-Korhola + * @author Olavi Pulkkinen + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #include "carmainwindow.h" /** diff --git a/Client/carmainwindow.h b/Client/carmainwindow.h index 6a1472c..1dd6cd6 100644 --- a/Client/carmainwindow.h +++ b/Client/carmainwindow.h @@ -1,3 +1,14 @@ +/** + * CarMainWindow main class + * + * @author Toni Jussila + * @author Janne Änäkkälä + * @author Tiina Kivilinna-Korhola + * @author Olavi Pulkkinen + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef CARMAINWINDOW_H #define CARMAINWINDOW_H diff --git a/Client/main.cpp b/Client/main.cpp index d7eceae..68e444e 100644 --- a/Client/main.cpp +++ b/Client/main.cpp @@ -1,3 +1,11 @@ +/** + * CarMainWindow main class + * + * @author Toni Jussila + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #include #include "carmainwindow.h" diff --git a/Client/xmlreader.cpp b/Client/xmlreader.cpp index 3e26629..c3a439c 100644 --- a/Client/xmlreader.cpp +++ b/Client/xmlreader.cpp @@ -1,6 +1,14 @@ +/** + * Parse xml file + * + * @author Toni Jussila + * @author Tiina Kivilinna-Korhola + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #include #include -//#include #include "xmlreader.h" /** diff --git a/Client/xmlreader.h b/Client/xmlreader.h index fa69133..615ca36 100644 --- a/Client/xmlreader.h +++ b/Client/xmlreader.h @@ -1,3 +1,12 @@ +/** + * Parse xml file + * + * @author Toni Jussila + * @author Tiina Kivilinna-Korhola + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef XMLREADER_H #define XMLREADER_H -- 1.7.9.5