licence and actual code.
   THE SOFTWARE.
 */
 
+
 #include "agreinterface.h"
 #include "logger.h"
 #include <QDebug>
 
   THE SOFTWARE.
 */
 
+
 #include "csvdatawriterbackend.h"
 
 CSVDataWriterBackend::CSVDataWriterBackend(QObject* parent) :
 
   THE SOFTWARE.
 */
 
+
 #ifndef CSVRAWDATAWRITER_H
 #define CSVRAWDATAWRITER_H
 
 
   THE SOFTWARE.
 */
 
+
 #include "datafileexporter.h"
 #include "csvdatawriterbackend.h"
 #include <QtCore/QDir>
 
   THE SOFTWARE.
 */
 
+
 #ifndef RAWDATAEXPORTER_H
 #define RAWDATAEXPORTER_H
 
 
   THE SOFTWARE.
 */
 
+
 #include "datafilesloader.h"
 #include "logger.h"
 #include <QtWidgets/QMessageBox>
 
   THE SOFTWARE.
 */
 
+
 #ifndef DATAFILESLOADER_H
 #define DATAFILESLOADER_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef DATAMANAGER_H
 #define DATAMANAGER_H
 
 
   THE SOFTWARE.
 */
 
+
 #include "datawriterbackend.h"
 
 DataWriterBackend::DataWriterBackend(const QString& extension, QObject* parent) :
 
   THE SOFTWARE.
 */
 
+
 #ifndef DATAFILEWRITER_H
 #define DATAFILEWRITER_H
 
 
 THE SOFTWARE.
 */
 
+
 /*
 Usage sample:
 
 
   THE SOFTWARE.
 */
 
+
 #include "globalinfo.h"
 
 const int GlobalInfo::APP_VERSION_MAJ(0);
 
   THE SOFTWARE.
 */
 
+
 #ifndef GLOBALINFO_H
 #define GLOBALINFO_H
 
 
   THE SOFTWARE.
 */
 
+
 #include "aboutanyanka.h"
 #include "ui_aboutanyanka.h"
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef ABOUTANYANKA_H
 #define ABOUTANYANKA_H
 
 
+/*
+  Copyright (c) 2013 Michal Malý <madcatxster@prifuk.cz>
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+*/
+
+
 #include "exportgraphtoimagedialog.h"
 #include "ui_exportgraphtoimagedialog.h"
 #include <QtCore/QLocale>
 
+/*
+  Copyright (c) 2013 Michal Malý <madcatxster@prifuk.cz>
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+*/
+
+
 #ifndef EXPORTGRAPHTOIMAGEDIALOG_H
 #define EXPORTGRAPHTOIMAGEDIALOG_H
 
 
   THE SOFTWARE.
 */
 
+
 #include "exportrawdatadialog.h"
 #include "ui_exportrawdatadialog.h"
 #include <QtWidgets/QFileDialog>
 
   THE SOFTWARE.
 */
 
+
 #ifndef EXPORTRAWDATADIALOG_H
 #define EXPORTRAWDATADIALOG_H
 
 
   THE SOFTWARE.
 */
 
+
 #include "gui/graphview.h"
 #include "logger.h"
 #include <QtGui/QPainter>
 
   THE SOFTWARE.
 */
 
+
 #ifndef GRAPHVIEW_H
 #define GRAPHVIEW_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef MAINWINDOW_H
 #define MAINWINDOW_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef SIGNALVIEW_H
 #define SIGNALVIEW_H
 
 
+/*
+  Copyright (c) 2013 Michal Malý <madcatxster@prifuk.cz>
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+*/
+
+
 #include "imagedrawer.h"
 
 #include <QtCore/QFile>
 
+/*
+  Copyright (c) 2013 Michal Malý <madcatxster@prifuk.cz>
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+*/
+
+
 #ifndef IMAGEDRAWER_H
 #define IMAGEDRAWER_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef INTEGRATIONTABLEMODEL_H
 #define INTEGRATIONTABLEMODEL_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef INTEGRATOR_H
 #define INTEGRATOR_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef MATHHELPERS_H
 #define MATHHELPERS_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef METATYPES_H
 #define METATYPES_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef SEQUENCE_H
 #define SEQUENCE_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef SEQUENCESELECTORMODEL_H
 #define SEQUENCESELECTORMODEL_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef SIGNAL_H
 #define SIGNAL_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef SIGNALCONTROLLER_H
 #define SIGNALCONTROLLER_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef SIGNALDATATABLEMODEL_H
 #define SIGNALDATATABLEMODEL_H
 
 
+/*
+  Copyright (c) 2013 Michal Malý <madcatxster@prifuk.cz>
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+*/
+
 #include "logger.h"
 #include "signaldrawer.h"
 
 
+/*
+  Copyright (c) 2013 Michal Malý <madcatxster@prifuk.cz>
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+*/
+
+
 #ifndef SIGNALDRAWER_H
 #define SIGNALDRAWER_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef SINGLERUNDATA_H
 #define SINGLERUNDATA_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef SINGLERUNSSELECTORMODEL_H
 #define SINGLERUNSSELECTORMODEL_H
 
 
   THE SOFTWARE.
 */
 
+
 #ifndef WINDOWS_DEFINES_H
 #define WINDOWS_DEFINES_H