diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..a17f27a --- /dev/null +++ b/LICENCE @@ -0,0 +1,7 @@ +Copyright © 2013 Mikko Ahlroth + +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. \ No newline at end of file diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml index db4017b..83f10cc 100644 --- a/qml/cover/CoverPage.qml +++ b/qml/cover/CoverPage.qml @@ -1,4 +1,8 @@ -/**/ +/* + * © Mikko Ahlroth 2013 + * SailTime is open source software. For licensing information, please check + * the LICENCE file. + */ import QtQuick 2.0 import Sailfish.Silica 1.0 diff --git a/qml/harbour-sailtime.qml b/qml/harbour-sailtime.qml index ebea5cf..148f8c3 100644 --- a/qml/harbour-sailtime.qml +++ b/qml/harbour-sailtime.qml @@ -1,4 +1,8 @@ -/**/ +/* + * © Mikko Ahlroth 2013 + * SailTime is open source software. For licensing information, please check + * the LICENCE file. + */ import QtQuick 2.0 import Sailfish.Silica 1.0 diff --git a/qml/js/storage.js b/qml/js/storage.js index 0b49987..d46bd7e 100644 --- a/qml/js/storage.js +++ b/qml/js/storage.js @@ -1,3 +1,9 @@ +/* + * © Mikko Ahlroth 2013 + * SailTime is open source software. For licensing information, please check + * the LICENCE file. + */ + .import QtQuick.LocalStorage 2.0 as LS var db = null; diff --git a/qml/pages/FirstPage.qml b/qml/pages/FirstPage.qml index 879fc06..716c05f 100644 --- a/qml/pages/FirstPage.qml +++ b/qml/pages/FirstPage.qml @@ -1,4 +1,8 @@ -/**/ +/* + * © Mikko Ahlroth 2013 + * SailTime is open source software. For licensing information, please check + * the LICENCE file. + */ import QtQuick 2.0 import Sailfish.Silica 1.0 diff --git a/qml/pages/SecondPage.qml b/qml/pages/SecondPage.qml index f1ce146..8616365 100644 --- a/qml/pages/SecondPage.qml +++ b/qml/pages/SecondPage.qml @@ -1,4 +1,8 @@ -/**/ +/* + * © Mikko Ahlroth 2013 + * SailTime is open source software. For licensing information, please check + * the LICENCE file. + */ import QtQuick 2.0 import Sailfish.Silica 1.0 diff --git a/src/harbour-sailtime.cpp b/src/harbour-sailtime.cpp index 27df80c..9523068 100644 --- a/src/harbour-sailtime.cpp +++ b/src/harbour-sailtime.cpp @@ -1,6 +1,8 @@ /* - -*/ + * © Mikko Ahlroth 2013 + * SailTime is open source software. For licensing information, please check + * the LICENCE file. + */ #ifdef QT_QML_DEBUG #include diff --git a/src/uptimechecker.cpp b/src/uptimechecker.cpp index c59c446..c83c229 100644 --- a/src/uptimechecker.cpp +++ b/src/uptimechecker.cpp @@ -1,3 +1,9 @@ +/* + * © Mikko Ahlroth 2013 + * SailTime is open source software. For licensing information, please check + * the LICENCE file. + */ + #include "uptimechecker.h" diff --git a/src/uptimechecker.h b/src/uptimechecker.h index 298fe3b..7cae4d7 100644 --- a/src/uptimechecker.h +++ b/src/uptimechecker.h @@ -1,3 +1,9 @@ +/* + * © Mikko Ahlroth 2013 + * SailTime is open source software. For licensing information, please check + * the LICENCE file. + */ + #ifndef UPTIMECHECKER_H #define UPTIMECHECKER_H