Added license information to source codes.
authorToni Jussila <toni.jussila@fudeco.com>
Fri, 5 Mar 2010 13:02:12 +0000 (15:02 +0200)
committerToni Jussila <toni.jussila@fudeco.com>
Fri, 5 Mar 2010 13:02:12 +0000 (15:02 +0200)
Client/UI.pro
Client/carmainwindow.cpp
Client/carmainwindow.h
Client/main.cpp
Client/xmlreader.cpp
Client/xmlreader.h

index 590687e..924d9d7 100644 (file)
@@ -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
index 26cb811..67be42d 100644 (file)
@@ -1,3 +1,14 @@
+/**
+  * CarMainWindow main class
+  *
+  * @author     Toni Jussila <toni.jussila@fudeco.com>
+  * @author     Janne Änäkkälä <janne.anakkala@fudeco.com>
+  * @author     Tiina Kivilinna-Korhola <tiina.kivilinna-korhola@fudeco.com>
+  * @author     Olavi Pulkkinen <olavi.pulkkinen@fudeco.com>
+  * @copyright  (c) 2010 Speed Freak team
+  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+  */
+
 #include "carmainwindow.h"
 
 /**
index 6a1472c..1dd6cd6 100644 (file)
@@ -1,3 +1,14 @@
+/**
+  * CarMainWindow main class
+  *
+  * @author     Toni Jussila <toni.jussila@fudeco.com>
+  * @author     Janne Änäkkälä <janne.anakkala@fudeco.com>
+  * @author     Tiina Kivilinna-Korhola <tiina.kivilinna-korhola@fudeco.com>
+  * @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 CARMAINWINDOW_H
 #define CARMAINWINDOW_H
 
index d7eceae..68e444e 100644 (file)
@@ -1,3 +1,11 @@
+/**
+  * CarMainWindow main class
+  *
+  * @author     Toni Jussila <toni.jussila@fudeco.com>
+  * @copyright  (c) 2010 Speed Freak team
+  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+  */
+
 #include <QtGui/QApplication>
 #include "carmainwindow.h"
 
index 3e26629..c3a439c 100644 (file)
@@ -1,6 +1,14 @@
+/**
+  * Parse xml file
+  *
+  * @author     Toni Jussila <toni.jussila@fudeco.com>
+  * @author     Tiina Kivilinna-Korhola <tiina.kivilinna-korhola@fudeco.com>
+  * @copyright  (c) 2010 Speed Freak team
+  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+  */
+
 #include <QFile>
 #include <QDebug>
-//#include <QApplication>
 #include "xmlreader.h"
 
 /**
index fa69133..615ca36 100644 (file)
@@ -1,3 +1,12 @@
+/**
+  * Parse xml file
+  *
+  * @author     Toni Jussila <toni.jussila@fudeco.com>
+  * @author     Tiina Kivilinna-Korhola <tiina.kivilinna-korhola@fudeco.com>
+  * @copyright  (c) 2010 Speed Freak team
+  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+  */
+
 #ifndef XMLREADER_H
 #define XMLREADER_H