summaryrefslogtreecommitdiff
path: root/settings/accounts
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-03-22 18:20:33 +0100
committerAndrew Branson <andrew.branson@jolla.com>2026-03-22 19:31:10 +0100
commit2b1a3046832074e47ad2ad703cd518526b9fb459 (patch)
treec1f335d1185fdc3e3251a12f880ce82fd063c48b /settings/accounts
parent86bc18b99cc539949934e22f92f430f040117b21 (diff)
Relicense to BSD-3-Clause like the nextcloud plugin
Diffstat (limited to 'settings/accounts')
-rw-r--r--settings/accounts/accounts.pro4
-rw-r--r--settings/accounts/providers/mastodon.provider3
-rw-r--r--settings/accounts/services/mastodon-microblog.service3
-rw-r--r--settings/accounts/services/mastodon-notifications.service3
-rw-r--r--settings/accounts/services/mastodon-sharing.service3
-rw-r--r--settings/accounts/ui/MastodonSettingsDisplay.qml4
-rw-r--r--settings/accounts/ui/mastodon-settings.qml4
-rw-r--r--settings/accounts/ui/mastodon-update.qml4
-rw-r--r--settings/accounts/ui/mastodon.qml4
9 files changed, 24 insertions, 8 deletions
diff --git a/settings/accounts/accounts.pro b/settings/accounts/accounts.pro
index 190ee17..37982a3 100644
--- a/settings/accounts/accounts.pro
+++ b/settings/accounts/accounts.pro
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+
TEMPLATE = aux
TS_FILE = $$OUT_PWD/settings-accounts-mastodon.ts
diff --git a/settings/accounts/providers/mastodon.provider b/settings/accounts/providers/mastodon.provider
index c02de41..422c231 100644
--- a/settings/accounts/providers/mastodon.provider
+++ b/settings/accounts/providers/mastodon.provider
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2013-2026 Jolla Ltd. -->
+<!-- SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd. -->
+<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!DOCTYPE provider>
<provider version="1.0" id="mastodon">
<translations>/usr/share/translations/settings-accounts-mastodon</translations>
diff --git a/settings/accounts/services/mastodon-microblog.service b/settings/accounts/services/mastodon-microblog.service
index 6151577..527f70f 100644
--- a/settings/accounts/services/mastodon-microblog.service
+++ b/settings/accounts/services/mastodon-microblog.service
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<!-- Copyright (C) 2013-2026 Jolla Ltd. -->
+<!-- SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd. -->
+<!-- SPDX-License-Identifier: BSD-3-Clause -->
<service id="mastodon-microblog">
<type>microblogging</type>
<translations>/usr/share/translations/settings-accounts-mastodon</translations>
diff --git a/settings/accounts/services/mastodon-notifications.service b/settings/accounts/services/mastodon-notifications.service
index 0c41e29..f5471c9 100644
--- a/settings/accounts/services/mastodon-notifications.service
+++ b/settings/accounts/services/mastodon-notifications.service
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<!-- Copyright (C) 2013-2026 Jolla Ltd. -->
+<!-- SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd. -->
+<!-- SPDX-License-Identifier: BSD-3-Clause -->
<service id="mastodon-notifications">
<type>microblogging</type>
<translations>/usr/share/translations/settings-accounts-mastodon</translations>
diff --git a/settings/accounts/services/mastodon-sharing.service b/settings/accounts/services/mastodon-sharing.service
index 4048b56..fdf342a 100644
--- a/settings/accounts/services/mastodon-sharing.service
+++ b/settings/accounts/services/mastodon-sharing.service
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<!-- Copyright (C) 2013-2026 Jolla Ltd. -->
+<!-- SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd. -->
+<!-- SPDX-License-Identifier: BSD-3-Clause -->
<service id="mastodon-sharing">
<type>sharing</type>
<translations>/usr/share/translations/settings-accounts-mastodon</translations>
diff --git a/settings/accounts/ui/MastodonSettingsDisplay.qml b/settings/accounts/ui/MastodonSettingsDisplay.qml
index 35d657b..13ac06c 100644
--- a/settings/accounts/ui/MastodonSettingsDisplay.qml
+++ b/settings/accounts/ui/MastodonSettingsDisplay.qml
@@ -1,5 +1,7 @@
/*
- * Copyright (C) 2013-2026 Jolla Ltd.
+ * SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
*/
import QtQuick 2.0
diff --git a/settings/accounts/ui/mastodon-settings.qml b/settings/accounts/ui/mastodon-settings.qml
index c66cbb7..0538e44 100644
--- a/settings/accounts/ui/mastodon-settings.qml
+++ b/settings/accounts/ui/mastodon-settings.qml
@@ -1,5 +1,7 @@
/*
- * Copyright (C) 2013-2026 Jolla Ltd.
+ * SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
*/
import QtQuick 2.0
diff --git a/settings/accounts/ui/mastodon-update.qml b/settings/accounts/ui/mastodon-update.qml
index 75c043d..2485a83 100644
--- a/settings/accounts/ui/mastodon-update.qml
+++ b/settings/accounts/ui/mastodon-update.qml
@@ -1,5 +1,7 @@
/*
- * Copyright (C) 2013-2026 Jolla Ltd.
+ * SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
*/
import QtQuick 2.0
diff --git a/settings/accounts/ui/mastodon.qml b/settings/accounts/ui/mastodon.qml
index a32f336..a4bd512 100644
--- a/settings/accounts/ui/mastodon.qml
+++ b/settings/accounts/ui/mastodon.qml
@@ -1,5 +1,7 @@
/*
- * Copyright (C) 2013-2026 Jolla Ltd.
+ * SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
*/
import QtQuick 2.0