Add LGPL license headers

This commit is contained in:
miruka
2019-07-07 23:52:41 -04:00
parent 8dccfffc8b
commit 0f6474532b
77 changed files with 228 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
function onExitRequested(exit_code) {
Qt.exit(exit_code)
}

View File

@@ -1,3 +1,6 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
// FIXME: Obsolete method, but need Qt 5.12+ for standard JS modules import
Qt.include("app.js")
Qt.include("users.js")

View File

@@ -1,3 +1,6 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
Qt.include("../utils.js")

View File

@@ -1,3 +1,6 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
function onAccountUpdated(user_id) {
accounts.append({"userId": user_id})
}