diff --git a/headers/appsettings.h b/headers/appsettings.h index 5c37d3d..290bda8 100644 --- a/headers/appsettings.h +++ b/headers/appsettings.h @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + #ifndef APPSETTINGS_H #define APPSETTINGS_H diff --git a/headers/eventmodel.h b/headers/eventmodel.h index a12c7a6..3388695 100644 --- a/headers/eventmodel.h +++ b/headers/eventmodel.h @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + #ifndef EVENTMODEL_H #define EVENTMODEL_H diff --git a/headers/filtermodel.h b/headers/filtermodel.h index 5799ae1..2d47f15 100644 --- a/headers/filtermodel.h +++ b/headers/filtermodel.h @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + #ifndef FILTERMODEL_H #define FILTERMODEL_H diff --git a/headers/foodplanmodel.h b/headers/foodplanmodel.h index 13d64b6..304f95e 100644 --- a/headers/foodplanmodel.h +++ b/headers/foodplanmodel.h @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + #ifndef FOODPLANMODEL_H #define FOODPLANMODEL_H diff --git a/headers/serverconn.h b/headers/serverconn.h index 0ea743f..aced1b3 100644 --- a/headers/serverconn.h +++ b/headers/serverconn.h @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + #ifndef SERVERCONN_H #define SERVERCONN_H diff --git a/qml/Components/AppToolBar.qml b/qml/Components/AppToolBar.qml index c1979ad..48b09ca 100644 --- a/qml/Components/AppToolBar.qml +++ b/qml/Components/AppToolBar.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.6 import QtQuick.Controls 2.1 import QtGraphicalEffects 1.0 diff --git a/qml/Components/EventView.qml b/qml/Components/EventView.qml index 642cbb2..0ed83e7 100644 --- a/qml/Components/EventView.qml +++ b/qml/Components/EventView.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import Backend 1.0 import QtQuick 2.9 import QtQuick.Controls 2.4 diff --git a/qml/Components/FancyButton.qml b/qml/Components/FancyButton.qml index 31e36f4..7df08a7 100644 --- a/qml/Components/FancyButton.qml +++ b/qml/Components/FancyButton.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.9 import QtQuick.Controls 2.4 import QtGraphicalEffects 1.0 diff --git a/qml/Components/FannyDataListView.qml b/qml/Components/FannyDataListView.qml index 0b1a054..aa14bbd 100644 --- a/qml/Components/FannyDataListView.qml +++ b/qml/Components/FannyDataListView.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import Backend 1.0 import QtQuick 2.9 import QtQuick.Controls 2.4 diff --git a/qml/Components/FoodPlanView.qml b/qml/Components/FoodPlanView.qml index 90130df..3106c45 100644 --- a/qml/Components/FoodPlanView.qml +++ b/qml/Components/FoodPlanView.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import Backend 1.0 import QtQuick 2.9 import QtQuick.Controls 2.4 diff --git a/qml/Components/InfoArea.qml b/qml/Components/InfoArea.qml index 387fa60..6f4e646 100644 --- a/qml/Components/InfoArea.qml +++ b/qml/Components/InfoArea.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.9 import QtQuick.Controls 2.4 diff --git a/qml/Components/ProgressCircle.qml b/qml/Components/ProgressCircle.qml index 26268d3..66042dd 100644 --- a/qml/Components/ProgressCircle.qml +++ b/qml/Components/ProgressCircle.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.0 import QtQml 2.2 diff --git a/qml/Components/SettingsDelegate.qml b/qml/Components/SettingsDelegate.qml index 38de96f..2d563eb 100644 --- a/qml/Components/SettingsDelegate.qml +++ b/qml/Components/SettingsDelegate.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.0 import QtQuick.Controls 2.4 diff --git a/qml/Forms/EventForm.qml b/qml/Forms/EventForm.qml index 0f35d6a..7aa63e1 100644 --- a/qml/Forms/EventForm.qml +++ b/qml/Forms/EventForm.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.9 import QtQuick.Controls 2.2 import QtGraphicalEffects 1.0 diff --git a/qml/Forms/FilterForm.qml b/qml/Forms/FilterForm.qml index ca05aae..6989a43 100644 --- a/qml/Forms/FilterForm.qml +++ b/qml/Forms/FilterForm.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.9 import QtQuick.Controls 2.4 import QtQuick.Layouts 1.3 diff --git a/qml/Forms/FoodPlanForm.qml b/qml/Forms/FoodPlanForm.qml index 9cd5855..17e6562 100644 --- a/qml/Forms/FoodPlanForm.qml +++ b/qml/Forms/FoodPlanForm.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.9 import QtQuick.Controls 2.4 import QtGraphicalEffects 1.0 diff --git a/qml/Forms/HomeForm.qml b/qml/Forms/HomeForm.qml index 8bee192..43bc97e 100644 --- a/qml/Forms/HomeForm.qml +++ b/qml/Forms/HomeForm.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.9 import QtQuick.Controls 2.4 diff --git a/qml/Forms/LoadingForm.qml b/qml/Forms/LoadingForm.qml index 416bd1a..c7d065e 100644 --- a/qml/Forms/LoadingForm.qml +++ b/qml/Forms/LoadingForm.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.9 import QtQuick.Controls 2.4 diff --git a/qml/Forms/SettingsForm.qml b/qml/Forms/SettingsForm.qml index 6b87f43..6403be6 100644 --- a/qml/Forms/SettingsForm.qml +++ b/qml/Forms/SettingsForm.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.0 import QtQuick.Controls 2.4 diff --git a/qml/Pages/LoginPage.qml b/qml/Pages/LoginPage.qml index 32880fc..fccebaf 100644 --- a/qml/Pages/LoginPage.qml +++ b/qml/Pages/LoginPage.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.11 import QtQuick.Layouts 1.3 import QtQuick.Controls 2.2 diff --git a/qml/Pages/MainPage.qml b/qml/Pages/MainPage.qml index 13d8fd3..8be7210 100644 --- a/qml/Pages/MainPage.qml +++ b/qml/Pages/MainPage.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.9 import QtQuick.Controls 2.4 import QtGraphicalEffects 1.0 diff --git a/qml/main.qml b/qml/main.qml index 37677d3..ddcb6d5 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + import QtQuick 2.9 import QtQuick.Controls 2.2 diff --git a/sources/appsettings.cpp b/sources/appsettings.cpp index b022aad..ed670fc 100644 --- a/sources/appsettings.cpp +++ b/sources/appsettings.cpp @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + #include "headers/appsettings.h" AppSettings * pGlobalAppSettings = nullptr; diff --git a/sources/eventmodel.cpp b/sources/eventmodel.cpp index 600f188..c82c068 100644 --- a/sources/eventmodel.cpp +++ b/sources/eventmodel.cpp @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + #include "headers/eventmodel.h" EventModel::EventModel(QObject *parent) : QAbstractListModel(parent) diff --git a/sources/filtermodel.cpp b/sources/filtermodel.cpp index 1050d88..fc71d26 100644 --- a/sources/filtermodel.cpp +++ b/sources/filtermodel.cpp @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + #include "headers/filtermodel.h" FilterModel::FilterModel(QObject *parent ) : QAbstractListModel(parent) diff --git a/sources/foodplanmodel.cpp b/sources/foodplanmodel.cpp index c48e4cb..2c2c63e 100644 --- a/sources/foodplanmodel.cpp +++ b/sources/foodplanmodel.cpp @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + #include "headers/foodplanmodel.h" FoodPlanModel::FoodPlanModel(QObject *parent) : QAbstractListModel(parent) diff --git a/sources/main.cpp b/sources/main.cpp index 1d6858a..3dff70a 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + #include #include #include diff --git a/sources/serverconn.cpp b/sources/serverconn.cpp index 2d3df0a..a241b81 100644 --- a/sources/serverconn.cpp +++ b/sources/serverconn.cpp @@ -1,3 +1,21 @@ +/* + Fannyapp - Application to view the cover plan of the Fanny-Leicht-Gymnasium ins Stuttgart Vaihingen, Germany + Copyright (C) 2019 Itsblue Development + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + #include "headers/serverconn.h" ServerConn * pGlobalServConn = nullptr;