diff --git a/ScStwStyling/ScStwStyling.pro b/ScStwStyling/ScStwStyling.pro
index 5ccc3de..5e3704e 100644
--- a/ScStwStyling/ScStwStyling.pro
+++ b/ScStwStyling/ScStwStyling.pro
@@ -38,5 +38,5 @@ CONFIG(release, debug|release): {
}
# Default rules for deployment.
-target.path = $$GLOBAL_TARGET_PATH/lib
+target.path = /usr/local/lib
!isEmpty(target.path): INSTALLS += target
diff --git a/ScStwStyling/headers/scstwapptheme.h b/ScStwStyling/headers/scstwapptheme.h
index d0f7ba7..e9d5c56 100644
--- a/ScStwStyling/headers/scstwapptheme.h
+++ b/ScStwStyling/headers/scstwapptheme.h
@@ -1,3 +1,21 @@
+/****************************************************************************
+ ** ScStw Styling
+ ** Copyright (C) 2020 Itsblue development
+ **
+ ** This program is free software: you can redistribute it and/or modify
+ ** it under the terms of the GNU 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 General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program. If not, see .
+ ****************************************************************************/
+
#ifndef APPTHEME_H
#define APPTHEME_H
diff --git a/ScStwStyling/headers/scstwappthememanager.h b/ScStwStyling/headers/scstwappthememanager.h
index fd74d9a..bec5135 100644
--- a/ScStwStyling/headers/scstwappthememanager.h
+++ b/ScStwStyling/headers/scstwappthememanager.h
@@ -1,3 +1,21 @@
+/****************************************************************************
+ ** ScStw Styling
+ ** Copyright (C) 2020 Itsblue development
+ **
+ ** This program is free software: you can redistribute it and/or modify
+ ** it under the terms of the GNU 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 General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program. If not, see .
+ ****************************************************************************/
+
#ifndef SCSTWAPPTHEMEMANAGER_H
#define SCSTWAPPTHEMEMANAGER_H
diff --git a/ScStwStyling/headers/scstwstyling.h b/ScStwStyling/headers/scstwstyling.h
index 174bb89..1902e0a 100644
--- a/ScStwStyling/headers/scstwstyling.h
+++ b/ScStwStyling/headers/scstwstyling.h
@@ -1,3 +1,21 @@
+/****************************************************************************
+ ** ScStw Styling
+ ** Copyright (C) 2020 Itsblue development
+ **
+ ** This program is free software: you can redistribute it and/or modify
+ ** it under the terms of the GNU 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 General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program. If not, see .
+ ****************************************************************************/
+
#ifndef SCSTWSTYLING_H
#define SCSTWSTYLING_H
diff --git a/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/BusyIndicator.qml b/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/BusyIndicator.qml
index a911dac..3e3fafc 100644
--- a/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/BusyIndicator.qml
+++ b/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/BusyIndicator.qml
@@ -1,3 +1,21 @@
+/****************************************************************************
+ ** ScStw Styling
+ ** Copyright (C) 2020 Itsblue development
+ **
+ ** This program is free software: you can redistribute it and/or modify
+ ** it under the terms of the GNU 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 General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program. If not, see .
+ ****************************************************************************/
+
import QtQuick 2.0
import QtQuick.Templates 2.0 as T
import QtQuick.Controls 2.0
diff --git a/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/FadeAnimation.qml b/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/FadeAnimation.qml
index df750b1..dac6920 100644
--- a/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/FadeAnimation.qml
+++ b/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/FadeAnimation.qml
@@ -1,19 +1,20 @@
-/*
- Speed Climbing Stopwatch - Simple Stopwatch for Climbers
- Copyright (C) 2018 Itsblue Development - Dorian Zeder
-
- 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, version 3 of the License.
-
- 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 .
-*/
+/****************************************************************************
+ ** ScStw Styling
+ ** Copyright (C) 2020 Itsblue development
+ **
+ ** This program is free software: you can redistribute it and/or modify
+ ** it under the terms of the GNU 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 General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program. If not, see .
+ ****************************************************************************/
import QtQuick 2.0
diff --git a/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/Icon.qml b/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/Icon.qml
index 7d038c8..6322994 100644
--- a/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/Icon.qml
+++ b/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/Icon.qml
@@ -1,3 +1,21 @@
+/****************************************************************************
+ ** ScStw Styling
+ ** Copyright (C) 2020 Itsblue development
+ **
+ ** This program is free software: you can redistribute it and/or modify
+ ** it under the terms of the GNU 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 General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program. If not, see .
+ ****************************************************************************/
+
import QtQuick 2.0
import QtQuick.Controls 2.0
diff --git a/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/Test.qml b/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/Test.qml
index dc79e1f..29b2562 100644
--- a/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/Test.qml
+++ b/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/Test.qml
@@ -1,3 +1,21 @@
+/****************************************************************************
+ ** ScStw Styling
+ ** Copyright (C) 2020 Itsblue development
+ **
+ ** This program is free software: you can redistribute it and/or modify
+ ** it under the terms of the GNU 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 General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program. If not, see .
+ ****************************************************************************/
+
import QtQuick 2.12
Item {
diff --git a/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/TimerColumn.qml b/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/TimerColumn.qml
index 1170504..109d450 100644
--- a/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/TimerColumn.qml
+++ b/ScStwStyling/resources/qml/lib/de/itsblue/ScStw/Styling/Components/TimerColumn.qml
@@ -1,3 +1,21 @@
+/****************************************************************************
+ ** ScStw Styling
+ ** Copyright (C) 2020 Itsblue development
+ **
+ ** This program is free software: you can redistribute it and/or modify
+ ** it under the terms of the GNU 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 General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program. If not, see .
+ ****************************************************************************/
+
import QtQuick 2.0
import QtQuick.Controls 2.0
import de.itsblue.ScStw 2.0
diff --git a/ScStwStyling/sources/scstwapptheme.cpp b/ScStwStyling/sources/scstwapptheme.cpp
index cb9a770..2e30539 100644
--- a/ScStwStyling/sources/scstwapptheme.cpp
+++ b/ScStwStyling/sources/scstwapptheme.cpp
@@ -1,3 +1,21 @@
+/****************************************************************************
+ ** ScStw Styling
+ ** Copyright (C) 2020 Itsblue development
+ **
+ ** This program is free software: you can redistribute it and/or modify
+ ** it under the terms of the GNU 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 General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program. If not, see .
+ ****************************************************************************/
+
#include "headers/scstwapptheme.h"
ScStwAppTheme::ScStwAppTheme(QString name, QVariantMap colors, QVariantMap icons, QVariantMap fonts, QVariantMap images, QObject *parent) : QObject(parent)
diff --git a/ScStwStyling/sources/scstwappthememanager.cpp b/ScStwStyling/sources/scstwappthememanager.cpp
index c6d18e9..a924dac 100644
--- a/ScStwStyling/sources/scstwappthememanager.cpp
+++ b/ScStwStyling/sources/scstwappthememanager.cpp
@@ -1,3 +1,21 @@
+/****************************************************************************
+ ** ScStw Styling
+ ** Copyright (C) 2020 Itsblue development
+ **
+ ** This program is free software: you can redistribute it and/or modify
+ ** it under the terms of the GNU 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 General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program. If not, see .
+ ****************************************************************************/
+
#include "../headers/scstwappthememanager.h"
ScStwAppThemeManager::ScStwAppThemeManager(QObject *parent) : QObject(parent)
diff --git a/ScStwStyling/sources/scstwstyling.cpp b/ScStwStyling/sources/scstwstyling.cpp
index f996d09..05dff74 100644
--- a/ScStwStyling/sources/scstwstyling.cpp
+++ b/ScStwStyling/sources/scstwstyling.cpp
@@ -1,3 +1,21 @@
+/****************************************************************************
+ ** ScStw Styling
+ ** Copyright (C) 2020 Itsblue development
+ **
+ ** This program is free software: you can redistribute it and/or modify
+ ** it under the terms of the GNU 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 General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program. If not, see .
+ ****************************************************************************/
+
#include "../headers/scstwstyling.h"
ScStwStyling::ScStwStyling(QObject *parent) : QObject(parent)
diff --git a/docs/.gitignore b/docs/.gitignore
index facb6f8..e47c0cb 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -1,3 +1,4 @@
/html/
/latex/
/xml/
+/m.css/
diff --git a/release/debian/DEBIAN/control b/release/debian/DEBIAN/control
index 028668a..d02e8bb 100644
--- a/release/debian/DEBIAN/control
+++ b/release/debian/DEBIAN/control
@@ -1,5 +1,5 @@
Package: libScStwSharedLibraries
-Version: 1.0.0
+Version: 1.1.0
Section: base
Priority: optional
Architecture: armhf
diff --git a/release/debian/usr/local/lib/libScStwLibraries.so.1.0.0 b/release/debian/usr/local/lib/libScStwLibraries.so.1.0.0
index cfe029b..a04d0ce 100755
Binary files a/release/debian/usr/local/lib/libScStwLibraries.so.1.0.0 and b/release/debian/usr/local/lib/libScStwLibraries.so.1.0.0 differ
diff --git a/release/debian/usr/local/lib/libScStwStyling.so b/release/debian/usr/local/lib/libScStwStyling.so
new file mode 120000
index 0000000..c42ad2d
--- /dev/null
+++ b/release/debian/usr/local/lib/libScStwStyling.so
@@ -0,0 +1 @@
+libScStwStyling.so.1.0.0
\ No newline at end of file
diff --git a/release/debian/usr/local/lib/libScStwStyling.so.1 b/release/debian/usr/local/lib/libScStwStyling.so.1
new file mode 120000
index 0000000..c42ad2d
--- /dev/null
+++ b/release/debian/usr/local/lib/libScStwStyling.so.1
@@ -0,0 +1 @@
+libScStwStyling.so.1.0.0
\ No newline at end of file
diff --git a/release/debian/usr/local/lib/libScStwStyling.so.1.0 b/release/debian/usr/local/lib/libScStwStyling.so.1.0
new file mode 120000
index 0000000..c42ad2d
--- /dev/null
+++ b/release/debian/usr/local/lib/libScStwStyling.so.1.0
@@ -0,0 +1 @@
+libScStwStyling.so.1.0.0
\ No newline at end of file
diff --git a/release/debian/usr/local/lib/libScStwStyling.so.1.0.0 b/release/debian/usr/local/lib/libScStwStyling.so.1.0.0
new file mode 100755
index 0000000..e9c474f
Binary files /dev/null and b/release/debian/usr/local/lib/libScStwStyling.so.1.0.0 differ
diff --git a/release/libScStwSharedLibraries.deb b/release/libScStwSharedLibraries.deb
index 2d36372..1771d9b 100644
Binary files a/release/libScStwSharedLibraries.deb and b/release/libScStwSharedLibraries.deb differ
diff --git a/release/libScStwSharedLibraries_1.0.0.deb b/release/libScStwSharedLibraries_1.0.0.deb
new file mode 100644
index 0000000..2d36372
Binary files /dev/null and b/release/libScStwSharedLibraries_1.0.0.deb differ