Added license information to all source codes.
authorToni Jussila <toni.jussila@fudeco.com>
Tue, 9 Mar 2010 07:41:31 +0000 (09:41 +0200)
committerToni Jussila <toni.jussila@fudeco.com>
Tue, 9 Mar 2010 07:41:31 +0000 (09:41 +0200)
17 files changed:
Client/carmainwindow.cpp
Client/carmainwindow.h
Client/loginwindow.h
Client/main.cpp
Client/measuredialog.cpp
Client/measuredialog.h
Client/measures.cpp
Client/measures.h
Client/registration.h
Client/resultdialog.cpp
Client/resultdialog.h
Client/stringlistmodel.cpp
Client/stringlistmodel.h
Client/xmlreader.cpp
Client/xmlreader.h
Client/xmlwriter.cpp
Client/xmlwriter.h

index 167bf33..25cdebc 100644 (file)
@@ -1,13 +1,13 @@
-/**
-  * 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
-  */
+/*
+ * 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"
 
 
 #include "carmainwindow.h"
 
index dfb2402..0d6046c 100644 (file)
@@ -1,13 +1,13 @@
-/**
-  * 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
-  */
+/*
+ * 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
 
 #ifndef CARMAINWINDOW_H
 #define CARMAINWINDOW_H
index 6d5b73e..1ffb7ff 100644 (file)
@@ -1,10 +1,10 @@
-/**
-  * LoginWindow class
-  *
-  * @author     Olavi Pulkkinen <olavi.pulkkinen@fudeco.com>
-  * @copyright  (c) 2010 Speed Freak team
-  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
-  */
+/*
+ * LoginWindow class
+ *
+ * @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 LOGINWINDOW_H
 #define LOGINWINDOW_H
 
 #ifndef LOGINWINDOW_H
 #define LOGINWINDOW_H
index 68e444e..baffe78 100644 (file)
@@ -1,10 +1,10 @@
-/**
-  * 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
-  */
+/*
+ * 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"
 
 #include <QtGui/QApplication>
 #include "carmainwindow.h"
index 7e65537..cba4877 100644 (file)
@@ -1,7 +1,14 @@
+/*
+ * CarMainWindow main class
+ *
+ * @author     Janne Änäkkälä <janne.anakkala@fudeco.com>
+ * @copyright  (c) 2010 Speed Freak team
+ * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #include "measuredialog.h"
 #include "ui_measuredialog.h"
 
 #include "measuredialog.h"
 #include "ui_measuredialog.h"
 
-
 /**
   * Constructor of this class.
   * @param QWidget pointer to parent object. By default the value is NULL.
 /**
   * Constructor of this class.
   * @param QWidget pointer to parent object. By default the value is NULL.
index 893d61e..399522d 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * CarMainWindow main class
+ *
+ * @author     Janne Änäkkälä <janne.anakkala@fudeco.com>
+ * @copyright  (c) 2010 Speed Freak team
+ * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #ifndef MEASUREDIALOG_H
 #define MEASUREDIALOG_H
 
 #ifndef MEASUREDIALOG_H
 #define MEASUREDIALOG_H
 
index bf277f8..5439826 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * CarMainWindow main class
+ *
+ * @author     Janne Änäkkälä <janne.anakkala@fudeco.com>
+ * @copyright  (c) 2010 Speed Freak team
+ * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #include "measures.h"
 
 Measures::Measures()
 #include "measures.h"
 
 Measures::Measures()
index 009e868..89f63fa 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * CarMainWindow main class
+ *
+ * @author     Janne Änäkkälä <janne.anakkala@fudeco.com>
+ * @copyright  (c) 2010 Speed Freak team
+ * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #ifndef MEASURES_H
 #define MEASURES_H
 
 #ifndef MEASURES_H
 #define MEASURES_H
 
index 7f0b7a6..60906a9 100644 (file)
@@ -1,10 +1,10 @@
-/**
-  * Registration class
-  *
-  * @author     Olavi Pulkkinen <olavi.pulkkinen@fudeco.com>
-  * @copyright  (c) 2010 Speed Freak team
-  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
-  */
+/*
+ * Registration class
+ *
+ * @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 REGISTRATION_H
 #define REGISTRATION_H
 
 #ifndef REGISTRATION_H
 #define REGISTRATION_H
index 8f3004d..679afce 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * CarMainWindow main class
+ *
+ * @author     Janne Änäkkälä <janne.anakkala@fudeco.com>
+ * @copyright  (c) 2010 Speed Freak team
+ * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #include "resultdialog.h"
 #include "ui_resultdialog.h"
 #include <QPainter>
 #include "resultdialog.h"
 #include "ui_resultdialog.h"
 #include <QPainter>
index d8ab72a..d0184cc 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * CarMainWindow main class
+ *
+ * @author     Janne Änäkkälä <janne.anakkala@fudeco.com>
+ * @copyright  (c) 2010 Speed Freak team
+ * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #ifndef RESULTDIALOG_H
 #define RESULTDIALOG_H
 
 #ifndef RESULTDIALOG_H
 #define RESULTDIALOG_H
 
index 73bd908..1e57155 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Stringlistmodel 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
+ * @exaple      http://qt.nokia.com/doc/4.0/qt4-interview.html#example-code
+ */
+
 #include "stringlistmodel.h"
 
 int StringListModel::rowCount(const QModelIndex &parent) const
 #include "stringlistmodel.h"
 
 int StringListModel::rowCount(const QModelIndex &parent) const
index 5aee6c2..9e1dd09 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Stringlistmodel 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
+ * @exaple      http://qt.nokia.com/doc/4.0/qt4-interview.html#example-code
+ */
+
 #ifndef STRINGLISTMODEL_H
 #define STRINGLISTMODEL_H
 #include <QAbstractListModel>
 #ifndef STRINGLISTMODEL_H
 #define STRINGLISTMODEL_H
 #include <QAbstractListModel>
index c3a439c..f953418 100644 (file)
@@ -1,11 +1,11 @@
-/**
-  * 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
-  */
+/*
+ * 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 <QFile>
 #include <QDebug>
index 615ca36..62ab600 100644 (file)
@@ -1,11 +1,11 @@
-/**
-  * 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
-  */
+/*
+ * 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
 
 #ifndef XMLREADER_H
 #define XMLREADER_H
index 22dc8d1..4d4c112 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Xml writer
+ *
+ * @author     Tiina Kivilinna-Korhola
+ * @copyright  (c) 2010 Speed Freak team
+ * license     http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #include <QtGui>
 #include <QNetworkRequest>
 #include <QIODevice>
 #include <QtGui>
 #include <QNetworkRequest>
 #include <QIODevice>
index c664d42..9ed3b9f 100644 (file)
@@ -1,18 +1,17 @@
+/*
+ * Xml writer
+ *
+ * @author     Tiina Kivilinna-Korhola
+ * @copyright  (c) 2010 Speed Freak team
+ * license     http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #ifndef XMLWRITER_H
 #define XMLWRITER_H
 
 #include <QXmlStreamWriter>
 #include <QBuffer>
 
 #ifndef XMLWRITER_H
 #define XMLWRITER_H
 
 #include <QXmlStreamWriter>
 #include <QBuffer>
 
-
-/**
-  *This class
-  *@author Tiina Kivilinna-Korhola
-  *@copyright   (c) 2010 Speed Freak team
-  *@license     http://opensource.org/licenses/gpl-license.php GNU Public License
-  */
-
-
 class XmlWriter : public QObject
 {
 public:
 class XmlWriter : public QObject
 {
 public: