diff --git a/Calendar.qml b/Calendar.qml index 7920c11..3926b00 100644 --- a/Calendar.qml +++ b/Calendar.qml @@ -1,3 +1,11 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, + * v. 2.0. If a copy of the MPL was not distributed with this file, You can + * obtain one at http://mozilla.org/MPL/2.0/. + * + * Copyright (c) 2015 Oscar Andreasson + */ + import QtQuick 2.0 import QtQuick.Layouts 1.1 import QtQuick.Controls 1.3 diff --git a/MirrorText.qml b/MirrorText.qml index 0674700..6db0ebd 100644 --- a/MirrorText.qml +++ b/MirrorText.qml @@ -1,3 +1,11 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, + * v. 2.0. If a copy of the MPL was not distributed with this file, You can + * obtain one at http://mozilla.org/MPL/2.0/. + * + * Copyright (c) 2015 Oscar Andreasson + */ + import QtQuick 2.0 Text { diff --git a/MirrorWindow.qml b/MirrorWindow.qml index 7152013..f236553 100644 --- a/MirrorWindow.qml +++ b/MirrorWindow.qml @@ -1,3 +1,11 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, + * v. 2.0. If a copy of the MPL was not distributed with this file, You can + * obtain one at http://mozilla.org/MPL/2.0/. + * + * Copyright (c) 2015 Oscar Andreasson + */ + import QtQuick 2.0 Rectangle { diff --git a/TaskWarrior.qml b/TaskWarrior.qml index aa6bef4..d48aac6 100644 --- a/TaskWarrior.qml +++ b/TaskWarrior.qml @@ -1,3 +1,11 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, + * v. 2.0. If a copy of the MPL was not distributed with this file, You can + * obtain one at http://mozilla.org/MPL/2.0/. + * + * Copyright (c) 2015 Oscar Andreasson + */ + import QtQuick 2.2 import net.frozentux.qmlcomponents 1.0