From 4353f760d6a83f8a652c6cc73690b148892f1512 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Mon, 10 Mar 2014 00:05:00 +0100 Subject: [PATCH] Add missing licensing information and add one extra line between the licence and actual code. --- agreinterface.cpp | 1 + csvdatawriterbackend.cpp | 1 + csvdatawriterbackend.h | 1 + datafileexporter.cpp | 1 + datafileexporter.h | 1 + datafilesloader.cpp | 1 + datafilesloader.h | 1 + datamanager.h | 1 + datawriterbackend.cpp | 1 + datawriterbackend.h | 1 + enumflags.h | 1 + globalinfo.cpp | 1 + globalinfo.h | 1 + gui/aboutanyanka.cpp | 1 + gui/aboutanyanka.h | 1 + gui/exportgraphtoimagedialog.cpp | 23 +++++++++++++++++++++++ gui/exportgraphtoimagedialog.h | 23 +++++++++++++++++++++++ gui/exportrawdatadialog.cpp | 1 + gui/exportrawdatadialog.h | 1 + gui/graphview.cpp | 1 + gui/graphview.h | 1 + gui/mainwindow.h | 1 + gui/signalview.h | 1 + imagedrawer.cpp | 23 +++++++++++++++++++++++ imagedrawer.h | 23 +++++++++++++++++++++++ integrationtablemodel.h | 1 + integrator.h | 1 + mathhelpers.h | 1 + metatypes.h | 1 + sequence.h | 1 + sequenceselectormodel.h | 1 + signal.h | 1 + signalcontroller.h | 1 + signaldatatablemodel.h | 1 + signaldrawer.cpp | 22 ++++++++++++++++++++++ signaldrawer.h | 23 +++++++++++++++++++++++ singlerundata.h | 1 + singlerunsselectormodel.h | 1 + windows_defines.h | 1 + 39 files changed, 170 insertions(+) diff --git a/agreinterface.cpp b/agreinterface.cpp index fb0e4d6..201988a 100644 --- a/agreinterface.cpp +++ b/agreinterface.cpp @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #include "agreinterface.h" #include "logger.h" #include diff --git a/csvdatawriterbackend.cpp b/csvdatawriterbackend.cpp index 6c8583e..5b4e89f 100644 --- a/csvdatawriterbackend.cpp +++ b/csvdatawriterbackend.cpp @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #include "csvdatawriterbackend.h" CSVDataWriterBackend::CSVDataWriterBackend(QObject* parent) : diff --git a/csvdatawriterbackend.h b/csvdatawriterbackend.h index 491dc3b..9864b07 100644 --- a/csvdatawriterbackend.h +++ b/csvdatawriterbackend.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef CSVRAWDATAWRITER_H #define CSVRAWDATAWRITER_H diff --git a/datafileexporter.cpp b/datafileexporter.cpp index b9d0124..72d8f87 100644 --- a/datafileexporter.cpp +++ b/datafileexporter.cpp @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #include "datafileexporter.h" #include "csvdatawriterbackend.h" #include diff --git a/datafileexporter.h b/datafileexporter.h index 2ac2983..ab99c18 100644 --- a/datafileexporter.h +++ b/datafileexporter.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef RAWDATAEXPORTER_H #define RAWDATAEXPORTER_H diff --git a/datafilesloader.cpp b/datafilesloader.cpp index a1645ae..4c338a9 100644 --- a/datafilesloader.cpp +++ b/datafilesloader.cpp @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #include "datafilesloader.h" #include "logger.h" #include diff --git a/datafilesloader.h b/datafilesloader.h index a9b1c62..7baff76 100644 --- a/datafilesloader.h +++ b/datafilesloader.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef DATAFILESLOADER_H #define DATAFILESLOADER_H diff --git a/datamanager.h b/datamanager.h index 1f54936..1e5bc3c 100644 --- a/datamanager.h +++ b/datamanager.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef DATAMANAGER_H #define DATAMANAGER_H diff --git a/datawriterbackend.cpp b/datawriterbackend.cpp index 4f5c86e..072fce9 100644 --- a/datawriterbackend.cpp +++ b/datawriterbackend.cpp @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #include "datawriterbackend.h" DataWriterBackend::DataWriterBackend(const QString& extension, QObject* parent) : diff --git a/datawriterbackend.h b/datawriterbackend.h index 9399e2c..852e327 100644 --- a/datawriterbackend.h +++ b/datawriterbackend.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef DATAFILEWRITER_H #define DATAFILEWRITER_H diff --git a/enumflags.h b/enumflags.h index d94c3eb..a9dd89f 100644 --- a/enumflags.h +++ b/enumflags.h @@ -22,6 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ + /* Usage sample: diff --git a/globalinfo.cpp b/globalinfo.cpp index 81bb110..9b55b27 100644 --- a/globalinfo.cpp +++ b/globalinfo.cpp @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #include "globalinfo.h" const int GlobalInfo::APP_VERSION_MAJ(0); diff --git a/globalinfo.h b/globalinfo.h index 24e2fa4..2ce4883 100644 --- a/globalinfo.h +++ b/globalinfo.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef GLOBALINFO_H #define GLOBALINFO_H diff --git a/gui/aboutanyanka.cpp b/gui/aboutanyanka.cpp index ade4cd0..60c0fb3 100644 --- a/gui/aboutanyanka.cpp +++ b/gui/aboutanyanka.cpp @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #include "aboutanyanka.h" #include "ui_aboutanyanka.h" diff --git a/gui/aboutanyanka.h b/gui/aboutanyanka.h index 8db8901..8978cab 100644 --- a/gui/aboutanyanka.h +++ b/gui/aboutanyanka.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef ABOUTANYANKA_H #define ABOUTANYANKA_H diff --git a/gui/exportgraphtoimagedialog.cpp b/gui/exportgraphtoimagedialog.cpp index 04568ae..633c4ff 100644 --- a/gui/exportgraphtoimagedialog.cpp +++ b/gui/exportgraphtoimagedialog.cpp @@ -1,3 +1,26 @@ +/* + Copyright (c) 2013 Michal Malý + + 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 diff --git a/gui/exportgraphtoimagedialog.h b/gui/exportgraphtoimagedialog.h index 51db700..cc1224f 100644 --- a/gui/exportgraphtoimagedialog.h +++ b/gui/exportgraphtoimagedialog.h @@ -1,3 +1,26 @@ +/* + Copyright (c) 2013 Michal Malý + + 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 diff --git a/gui/exportrawdatadialog.cpp b/gui/exportrawdatadialog.cpp index bde220e..f5441a7 100644 --- a/gui/exportrawdatadialog.cpp +++ b/gui/exportrawdatadialog.cpp @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #include "exportrawdatadialog.h" #include "ui_exportrawdatadialog.h" #include diff --git a/gui/exportrawdatadialog.h b/gui/exportrawdatadialog.h index db1c0d5..2b5581e 100644 --- a/gui/exportrawdatadialog.h +++ b/gui/exportrawdatadialog.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef EXPORTRAWDATADIALOG_H #define EXPORTRAWDATADIALOG_H diff --git a/gui/graphview.cpp b/gui/graphview.cpp index 4239404..ee5ee90 100644 --- a/gui/graphview.cpp +++ b/gui/graphview.cpp @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #include "gui/graphview.h" #include "logger.h" #include diff --git a/gui/graphview.h b/gui/graphview.h index a2a1eec..2d0bd75 100644 --- a/gui/graphview.h +++ b/gui/graphview.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef GRAPHVIEW_H #define GRAPHVIEW_H diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 663416b..1e9d391 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef MAINWINDOW_H #define MAINWINDOW_H diff --git a/gui/signalview.h b/gui/signalview.h index e7c2ad6..7012b7d 100644 --- a/gui/signalview.h +++ b/gui/signalview.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef SIGNALVIEW_H #define SIGNALVIEW_H diff --git a/imagedrawer.cpp b/imagedrawer.cpp index d4c2042..a8806be 100644 --- a/imagedrawer.cpp +++ b/imagedrawer.cpp @@ -1,3 +1,26 @@ +/* + Copyright (c) 2013 Michal Malý + + 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 diff --git a/imagedrawer.h b/imagedrawer.h index e3d0405..2b1b237 100644 --- a/imagedrawer.h +++ b/imagedrawer.h @@ -1,3 +1,26 @@ +/* + Copyright (c) 2013 Michal Malý + + 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 diff --git a/integrationtablemodel.h b/integrationtablemodel.h index 83c241d..7a41b81 100644 --- a/integrationtablemodel.h +++ b/integrationtablemodel.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef INTEGRATIONTABLEMODEL_H #define INTEGRATIONTABLEMODEL_H diff --git a/integrator.h b/integrator.h index 08c0fe1..6522da2 100644 --- a/integrator.h +++ b/integrator.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef INTEGRATOR_H #define INTEGRATOR_H diff --git a/mathhelpers.h b/mathhelpers.h index f2ee3cd..5c2ca7a 100644 --- a/mathhelpers.h +++ b/mathhelpers.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef MATHHELPERS_H #define MATHHELPERS_H diff --git a/metatypes.h b/metatypes.h index 133bc1c..2c13c89 100644 --- a/metatypes.h +++ b/metatypes.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef METATYPES_H #define METATYPES_H diff --git a/sequence.h b/sequence.h index abd710b..8e040f5 100644 --- a/sequence.h +++ b/sequence.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef SEQUENCE_H #define SEQUENCE_H diff --git a/sequenceselectormodel.h b/sequenceselectormodel.h index 9b2441f..d917a3c 100644 --- a/sequenceselectormodel.h +++ b/sequenceselectormodel.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef SEQUENCESELECTORMODEL_H #define SEQUENCESELECTORMODEL_H diff --git a/signal.h b/signal.h index 4d64e40..b4944c2 100644 --- a/signal.h +++ b/signal.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef SIGNAL_H #define SIGNAL_H diff --git a/signalcontroller.h b/signalcontroller.h index 8f5574a..139ba9c 100644 --- a/signalcontroller.h +++ b/signalcontroller.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef SIGNALCONTROLLER_H #define SIGNALCONTROLLER_H diff --git a/signaldatatablemodel.h b/signaldatatablemodel.h index 2435a91..b702aae 100644 --- a/signaldatatablemodel.h +++ b/signaldatatablemodel.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef SIGNALDATATABLEMODEL_H #define SIGNALDATATABLEMODEL_H diff --git a/signaldrawer.cpp b/signaldrawer.cpp index 678aeca..b61433a 100644 --- a/signaldrawer.cpp +++ b/signaldrawer.cpp @@ -1,3 +1,25 @@ +/* + Copyright (c) 2013 Michal Malý + + 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" diff --git a/signaldrawer.h b/signaldrawer.h index 9efcae5..767b9b7 100644 --- a/signaldrawer.h +++ b/signaldrawer.h @@ -1,3 +1,26 @@ +/* + Copyright (c) 2013 Michal Malý + + 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 diff --git a/singlerundata.h b/singlerundata.h index b58529d..c3d96cb 100644 --- a/singlerundata.h +++ b/singlerundata.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef SINGLERUNDATA_H #define SINGLERUNDATA_H diff --git a/singlerunsselectormodel.h b/singlerunsselectormodel.h index 91ad99e..91fccea 100644 --- a/singlerunsselectormodel.h +++ b/singlerunsselectormodel.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef SINGLERUNSSELECTORMODEL_H #define SINGLERUNSSELECTORMODEL_H diff --git a/windows_defines.h b/windows_defines.h index 8c887e3..2acce4c 100644 --- a/windows_defines.h +++ b/windows_defines.h @@ -20,6 +20,7 @@ THE SOFTWARE. */ + #ifndef WINDOWS_DEFINES_H #define WINDOWS_DEFINES_H -- 2.43.5