]> Devoid-pointer.net GitWeb - anyanka.git/commitdiff
Add missing licensing information and add one extra line between the
authorMichal Malý <madcatxster@prifuk.cz>
Sun, 9 Mar 2014 23:05:00 +0000 (00:05 +0100)
committerMichal Malý <madcatxster@prifuk.cz>
Sun, 9 Mar 2014 23:05:00 +0000 (00:05 +0100)
licence and actual code.

39 files changed:
agreinterface.cpp
csvdatawriterbackend.cpp
csvdatawriterbackend.h
datafileexporter.cpp
datafileexporter.h
datafilesloader.cpp
datafilesloader.h
datamanager.h
datawriterbackend.cpp
datawriterbackend.h
enumflags.h
globalinfo.cpp
globalinfo.h
gui/aboutanyanka.cpp
gui/aboutanyanka.h
gui/exportgraphtoimagedialog.cpp
gui/exportgraphtoimagedialog.h
gui/exportrawdatadialog.cpp
gui/exportrawdatadialog.h
gui/graphview.cpp
gui/graphview.h
gui/mainwindow.h
gui/signalview.h
imagedrawer.cpp
imagedrawer.h
integrationtablemodel.h
integrator.h
mathhelpers.h
metatypes.h
sequence.h
sequenceselectormodel.h
signal.h
signalcontroller.h
signaldatatablemodel.h
signaldrawer.cpp
signaldrawer.h
singlerundata.h
singlerunsselectormodel.h
windows_defines.h

index fb0e4d6c2a8c114f27c059e26b101491b02c6ff5..201988a21004b704861676e1f61d65769bd59b56 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #include "agreinterface.h"
 #include "logger.h"
 #include <QDebug>
index 6c8583e48d13061b0ed218bcbc9e6c052402b77c..5b4e89f117454d9723c0a32b3dcb2ca817f7789d 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #include "csvdatawriterbackend.h"
 
 CSVDataWriterBackend::CSVDataWriterBackend(QObject* parent) :
index 491dc3b04d0c976d86338621ca30539faedf22b8..9864b07c4ed0e832f704b5812d8fbfbc222255da 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef CSVRAWDATAWRITER_H
 #define CSVRAWDATAWRITER_H
 
index b9d01243127d68b9ee5503fe3af30fc4912ddb2c..72d8f87afddba058b000a7fb1b6b8cebaf38defc 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #include "datafileexporter.h"
 #include "csvdatawriterbackend.h"
 #include <QtCore/QDir>
index 2ac29835c6da215ad903e89e06122d226072de88..ab99c18ac281a4658eafbe6d7fd60bbe8232ac16 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef RAWDATAEXPORTER_H
 #define RAWDATAEXPORTER_H
 
index a1645aed61d385308b04a5dac7e90e1f7997e07f..4c338a9bb165523648a221a651afecb7eabd76cc 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #include "datafilesloader.h"
 #include "logger.h"
 #include <QtWidgets/QMessageBox>
index a9b1c62be31a74e9b539663c692f767be5f406dd..7baff76836fd95c70dcb8689570c1a184670faea 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef DATAFILESLOADER_H
 #define DATAFILESLOADER_H
 
index 1f549366346eaa22cb9a4aabe96e106bf4578aaa..1e5bc3c0828dc342631eacbdc79c7567b847e928 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef DATAMANAGER_H
 #define DATAMANAGER_H
 
index 4f5c86eda2c3530a912cf6b955591edcac06144c..072fce9e7dc720cdb00a2ab2294a7f74f98661fe 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #include "datawriterbackend.h"
 
 DataWriterBackend::DataWriterBackend(const QString& extension, QObject* parent) :
index 9399e2c2fa8bc609c869f80ba734a01a1a7ddb60..852e3276cf625e252f1e30f7184bbf7a2ec8f7ba 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef DATAFILEWRITER_H
 #define DATAFILEWRITER_H
 
index d94c3ebd44b00c3fb45b027e113fa7f2d5f737a1..a9dd89f474d1dfb29ca0cf0f69bcb2ea2966fc44 100644 (file)
@@ -22,6 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 */
 
+
 /*
 Usage sample:
 
index 81bb1108aa176ac89d88c480f3c133606af1bb40..9b55b276041d81463de6289efe07ecceaf297765 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #include "globalinfo.h"
 
 const int GlobalInfo::APP_VERSION_MAJ(0);
index 24e2fa4caef76191a80d14ef99115ffa54a8e6fa..2ce4883ecb437f03cd41932c8c909c6a14ef46c0 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef GLOBALINFO_H
 #define GLOBALINFO_H
 
index ade4cd092ce24b6a79cb1493e204e46442d622db..60c0fb3d085b06d712e3724aa4ea06892db0d655 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #include "aboutanyanka.h"
 #include "ui_aboutanyanka.h"
 
index 8db890188e00b4ce12b3050d287eee8bd2b45799..8978cabe5c5be6465a22150cc22e48e19630c139 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef ABOUTANYANKA_H
 #define ABOUTANYANKA_H
 
index 04568ae22592f5f511d179e77b91070874eaf8a7..633c4ffe331a145e5960fb6e9861b60f4e0b9e26 100644 (file)
@@ -1,3 +1,26 @@
+/*
+  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>
index 51db7001deefb657b0b68f8d164d47d4d5921775..cc1224f801ba5672644776e99a81e857a7830a39 100644 (file)
@@ -1,3 +1,26 @@
+/*
+  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
 
index bde220e01b2b16bdf0277bdf0891bbbbfaf8fd87..f5441a7237d7beaec00ad53578e0bcab12e60e96 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #include "exportrawdatadialog.h"
 #include "ui_exportrawdatadialog.h"
 #include <QtWidgets/QFileDialog>
index db1c0d5a0897fd4e8f5a419861647edb995f4199..2b5581e9c766e134fcd6e960d916ecb951696795 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef EXPORTRAWDATADIALOG_H
 #define EXPORTRAWDATADIALOG_H
 
index 423940475f23491988b22a80429a4df04cc311aa..ee5ee904eb634ee4fbee3ca215f386454286026a 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #include "gui/graphview.h"
 #include "logger.h"
 #include <QtGui/QPainter>
index a2a1eecd911b61e51a005843d566cbfc409cccb8..2d0bd75a0b35fa4a7ced4d66caa0ccb7b3311b48 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef GRAPHVIEW_H
 #define GRAPHVIEW_H
 
index 663416b11e2397fe84cac7a80ec660af3f8748a1..1e9d3914763d767068b314d60eeb5aeed3c36c10 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef MAINWINDOW_H
 #define MAINWINDOW_H
 
index e7c2ad6c2626017f89d765c7f1b5adc8100f0f44..7012b7d8b7138772f4985c1aa10b7f644bb5a4f4 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef SIGNALVIEW_H
 #define SIGNALVIEW_H
 
index d4c2042256c77bf50fc002d18b1b9fca43aa5b44..a8806be39f358080cd0e0402c35cb0d13eba9cf5 100644 (file)
@@ -1,3 +1,26 @@
+/*
+  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>
index e3d04058497a80cdc07ed356b914cf0092480443..2b1b2370be3c6b1949b79967a986f694b005a62e 100644 (file)
@@ -1,3 +1,26 @@
+/*
+  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
 
index 83c241d2a9197cf014cb3294288380a289d88bcf..7a41b818533fd70ecaaa01f6271faa1947adbdd5 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef INTEGRATIONTABLEMODEL_H
 #define INTEGRATIONTABLEMODEL_H
 
index 08c0fe1f1d1502840af164497e9a12de88037c1b..6522da2db60ea667721478d65c569bda2746c70e 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef INTEGRATOR_H
 #define INTEGRATOR_H
 
index f2ee3cd8bac3a1f6af5d3e20e5135f0ffa9be27e..5c2ca7a11e7ba159229d99239f95963dbdd3834b 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef MATHHELPERS_H
 #define MATHHELPERS_H
 
index 133bc1c3966266b4fd7eebb591c409abce5b2053..2c13c89c6d6fe0d8447fd86ed20376140c288293 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef METATYPES_H
 #define METATYPES_H
 
index abd710bf08094a6c15c8bc301b89bba8a32b023f..8e040f55ae2c127464b69d6d2eabd133ea570e22 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef SEQUENCE_H
 #define SEQUENCE_H
 
index 9b2441ff07584c443f57cc11ac0701c3a84e6ff1..d917a3c3a1ce5fd26cad0b6c3a40219b64b4b021 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef SEQUENCESELECTORMODEL_H
 #define SEQUENCESELECTORMODEL_H
 
index 4d64e40ac0f92ac480478aaff12102d6f0e4654a..b4944c28b941bbaf267ec10a69388054391cd26a 100644 (file)
--- a/signal.h
+++ b/signal.h
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef SIGNAL_H
 #define SIGNAL_H
 
index 8f5574a63b526dd3c54c1a88dcffd3386937b374..139ba9c16bee03940d4b12f85c5040c7f9a2eb9c 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef SIGNALCONTROLLER_H
 #define SIGNALCONTROLLER_H
 
index 2435a91f15e70514ea01079498958d4f55d72f2f..b702aae69c18868df94b3c6a9a8a56cb2c830902 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef SIGNALDATATABLEMODEL_H
 #define SIGNALDATATABLEMODEL_H
 
index 678aecaf367b105dfc74acc0e444d082ade5b439..b61433a35885ab12e846810e24f1aed05609cb85 100644 (file)
@@ -1,3 +1,25 @@
+/*
+  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"
 
index 9efcae59dccc189cc77a2032d57e7f45858600ce..767b9b706667312eb06df14e8e339d73601df9b5 100644 (file)
@@ -1,3 +1,26 @@
+/*
+  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
 
index b58529d82a65ff3c9e0db5ae341728f691d1430e..c3d96cb349408496c5bd7fa9cf2854c7b4d11c91 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef SINGLERUNDATA_H
 #define SINGLERUNDATA_H
 
index 91ad99e0e38c3570eaeb8594af0c17be2c630cb3..91fccea466d8352045c234bf8c8263e4534b4e52 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef SINGLERUNSSELECTORMODEL_H
 #define SINGLERUNSSELECTORMODEL_H
 
index 8c887e3f447f6fe039d88646abd35ceaf5cf3359..2acce4c829a05de8e60cb5405949c354e222eab6 100644 (file)
@@ -20,6 +20,7 @@
   THE SOFTWARE.
 */
 
+
 #ifndef WINDOWS_DEFINES_H
 #define WINDOWS_DEFINES_H