summaryrefslogtreecommitdiff
path: root/eventsview-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'eventsview-plugins')
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml2
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel.cpp2
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel.h2
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel_p.h2
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml6
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.cpp2
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h2
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/postimagehelper_p.h2
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/synchronizelists_p.h2
9 files changed, 11 insertions, 11 deletions
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml b/eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml
index 231b814..c96fb8a 100644
--- a/eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml
+++ b/eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2026 Open Mobile Platform LLC.
+ ** Copyright (C) 2013-2026 Jolla Ltd.
**
****************************************************************************/
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel.cpp b/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel.cpp
index 6d33d48..895ad72 100644
--- a/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel.cpp
+++ b/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Jolla Ltd.
+ * Copyright (C) 2013-2026 Jolla Ltd.
* Contact: Lucien Xu <lucien.xu@jollamobile.com>
*
* This library is free software; you can redistribute it and/or
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel.h b/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel.h
index 1e6394f..c3c3ffe 100644
--- a/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel.h
+++ b/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Jolla Ltd.
+ * Copyright (C) 2013-2026 Jolla Ltd.
* Contact: Lucien Xu <lucien.xu@jollamobile.com>
*
* This library is free software; you can redistribute it and/or
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel_p.h b/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel_p.h
index 6c92655..fa62ac5 100644
--- a/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel_p.h
+++ b/eventsview-plugins/eventsview-plugin-mastodon/abstractsocialcachemodel_p.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Jolla Ltd.
+ * Copyright (C) 2013-2026 Jolla Ltd.
* Contact: Lucien Xu <lucien.xu@jollamobile.com>
*
* This library is free software; you can redistribute it and/or
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml b/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml
index ed79fdb..906dc9c 100644
--- a/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml
+++ b/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2026 Open Mobile Platform LLC.
+ ** Copyright (C) 2013-2026 Jolla Ltd.
**
****************************************************************************/
@@ -17,10 +17,10 @@ SocialMediaAccountDelegate {
//: Mastodon posts
//% "Posts"
headerText: qsTrId("lipstick-jolla-home-la-mastodon_posts")
- headerIcon: "image://theme/graphic-service-mastodon"
+ headerIcon: "image://theme/icon-l-mastodon"
showRemainingCount: false
- services: ["Posts", "Notifications"]
+ services: ["Posts"]
socialNetwork: 9
dataType: SocialSync.Posts
providerName: "mastodon"
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.cpp b/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.cpp
index 3e54b8b..74d239e 100644
--- a/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.cpp
+++ b/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2026 Open Mobile Platform LLC.
+ * Copyright (C) 2013-2026 Jolla Ltd.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h b/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h
index 9692729..150438a 100644
--- a/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h
+++ b/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2026 Open Mobile Platform LLC.
+ * Copyright (C) 2013-2026 Jolla Ltd.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/postimagehelper_p.h b/eventsview-plugins/eventsview-plugin-mastodon/postimagehelper_p.h
index fe61212..0d70ffa 100644
--- a/eventsview-plugins/eventsview-plugin-mastodon/postimagehelper_p.h
+++ b/eventsview-plugins/eventsview-plugin-mastodon/postimagehelper_p.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Jolla Ltd.
+ * Copyright (C) 2013-2026 Jolla Ltd.
* Contact: Lucien Xu <lucien.xu@jollamobile.com>
*
* This library is free software; you can redistribute it and/or
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/synchronizelists_p.h b/eventsview-plugins/eventsview-plugin-mastodon/synchronizelists_p.h
index 1e09e86..78d5863 100644
--- a/eventsview-plugins/eventsview-plugin-mastodon/synchronizelists_p.h
+++ b/eventsview-plugins/eventsview-plugin-mastodon/synchronizelists_p.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Jolla Mobile <andrew.den.exter@jollamobile.com>
+ * Copyright (C) 2013-2026 Jolla Ltd.
*
* You may use this file under the terms of the BSD license as follows:
*