From: Toni Jussila Date: Tue, 9 Mar 2010 07:41:31 +0000 (+0200) Subject: Added license information to all source codes. X-Git-Tag: v0.1~69^2~5^2 X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=commitdiff_plain;h=979a3cc6635b35e58644a19489b5cde58a2fb022 Added license information to all source codes. --- diff --git a/Client/carmainwindow.cpp b/Client/carmainwindow.cpp index 167bf33..25cdebc 100644 --- a/Client/carmainwindow.cpp +++ b/Client/carmainwindow.cpp @@ -1,13 +1,13 @@ -/** - * 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 - */ +/* + * 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 dfb2402..0d6046c 100644 --- a/Client/carmainwindow.h +++ b/Client/carmainwindow.h @@ -1,13 +1,13 @@ -/** - * 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 - */ +/* + * 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/loginwindow.h b/Client/loginwindow.h index 6d5b73e..1ffb7ff 100644 --- a/Client/loginwindow.h +++ b/Client/loginwindow.h @@ -1,10 +1,10 @@ -/** - * LoginWindow class - * - * @author Olavi Pulkkinen - * @copyright (c) 2010 Speed Freak team - * @license http://opensource.org/licenses/gpl-license.php GNU Public License - */ +/* + * LoginWindow class + * + * @author Olavi Pulkkinen + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ #ifndef LOGINWINDOW_H #define LOGINWINDOW_H diff --git a/Client/main.cpp b/Client/main.cpp index 68e444e..baffe78 100644 --- a/Client/main.cpp +++ b/Client/main.cpp @@ -1,10 +1,10 @@ -/** - * CarMainWindow main class - * - * @author Toni Jussila - * @copyright (c) 2010 Speed Freak team - * @license http://opensource.org/licenses/gpl-license.php GNU Public License - */ +/* + * 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/measuredialog.cpp b/Client/measuredialog.cpp index 7e65537..cba4877 100644 --- a/Client/measuredialog.cpp +++ b/Client/measuredialog.cpp @@ -1,7 +1,14 @@ +/* + * CarMainWindow main class + * + * @author Janne Änäkkälä + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #include "measuredialog.h" #include "ui_measuredialog.h" - /** * Constructor of this class. * @param QWidget pointer to parent object. By default the value is NULL. diff --git a/Client/measuredialog.h b/Client/measuredialog.h index 893d61e..399522d 100644 --- a/Client/measuredialog.h +++ b/Client/measuredialog.h @@ -1,3 +1,11 @@ +/* + * CarMainWindow main class + * + * @author Janne Änäkkälä + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef MEASUREDIALOG_H #define MEASUREDIALOG_H diff --git a/Client/measures.cpp b/Client/measures.cpp index bf277f8..5439826 100644 --- a/Client/measures.cpp +++ b/Client/measures.cpp @@ -1,3 +1,11 @@ +/* + * CarMainWindow main class + * + * @author Janne Änäkkälä + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #include "measures.h" Measures::Measures() diff --git a/Client/measures.h b/Client/measures.h index 009e868..89f63fa 100644 --- a/Client/measures.h +++ b/Client/measures.h @@ -1,3 +1,11 @@ +/* + * CarMainWindow main class + * + * @author Janne Änäkkälä + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef MEASURES_H #define MEASURES_H diff --git a/Client/registration.h b/Client/registration.h index 7f0b7a6..60906a9 100644 --- a/Client/registration.h +++ b/Client/registration.h @@ -1,10 +1,10 @@ -/** - * Registration class - * - * @author Olavi Pulkkinen - * @copyright (c) 2010 Speed Freak team - * @license http://opensource.org/licenses/gpl-license.php GNU Public License - */ +/* + * Registration class + * + * @author Olavi Pulkkinen + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ #ifndef REGISTRATION_H #define REGISTRATION_H diff --git a/Client/resultdialog.cpp b/Client/resultdialog.cpp index 8f3004d..679afce 100644 --- a/Client/resultdialog.cpp +++ b/Client/resultdialog.cpp @@ -1,3 +1,11 @@ +/* + * CarMainWindow main class + * + * @author Janne Änäkkälä + * @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 diff --git a/Client/resultdialog.h b/Client/resultdialog.h index d8ab72a..d0184cc 100644 --- a/Client/resultdialog.h +++ b/Client/resultdialog.h @@ -1,3 +1,11 @@ +/* + * CarMainWindow main class + * + * @author Janne Änäkkälä + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef RESULTDIALOG_H #define RESULTDIALOG_H diff --git a/Client/stringlistmodel.cpp b/Client/stringlistmodel.cpp index 73bd908..1e57155 100644 --- a/Client/stringlistmodel.cpp +++ b/Client/stringlistmodel.cpp @@ -1,3 +1,12 @@ +/* + * Stringlistmodel class + * + * @author Toni Jussila + * @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 diff --git a/Client/stringlistmodel.h b/Client/stringlistmodel.h index 5aee6c2..9e1dd09 100644 --- a/Client/stringlistmodel.h +++ b/Client/stringlistmodel.h @@ -1,3 +1,12 @@ +/* + * Stringlistmodel class + * + * @author Toni Jussila + * @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 diff --git a/Client/xmlreader.cpp b/Client/xmlreader.cpp index c3a439c..f953418 100644 --- a/Client/xmlreader.cpp +++ b/Client/xmlreader.cpp @@ -1,11 +1,11 @@ -/** - * 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 - */ +/* + * 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 diff --git a/Client/xmlreader.h b/Client/xmlreader.h index 615ca36..62ab600 100644 --- a/Client/xmlreader.h +++ b/Client/xmlreader.h @@ -1,11 +1,11 @@ -/** - * 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 - */ +/* + * 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 diff --git a/Client/xmlwriter.cpp b/Client/xmlwriter.cpp index 22dc8d1..4d4c112 100644 --- a/Client/xmlwriter.cpp +++ b/Client/xmlwriter.cpp @@ -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 #include #include diff --git a/Client/xmlwriter.h b/Client/xmlwriter.h index c664d42..9ed3b9f 100644 --- a/Client/xmlwriter.h +++ b/Client/xmlwriter.h @@ -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 #include - -/** - *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: