diff options
29 files changed, 89 insertions, 0 deletions
diff --git a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon-notifications.xml b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon-notifications.xml index 6648a44..8d042d9 100644 --- a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon-notifications.xml +++ b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon-notifications.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013-2026 Jolla Ltd. --> <profile name="mastodon-notifications" type="client" > <field name="Sync Direction" /> </profile> diff --git a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml index 85f24e6..2843180 100644 --- a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml +++ b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013-2026 Jolla Ltd. --> <profile name="mastodon.Notifications" type="sync" > <key name="category" value="eventfeed" /> <key name="enabled" value="true" /> diff --git a/buteo-plugins/buteo-sync-plugin-mastodon-posts/mastodon-posts.xml b/buteo-plugins/buteo-sync-plugin-mastodon-posts/mastodon-posts.xml index 7f1fec2..53bd93a 100644 --- a/buteo-plugins/buteo-sync-plugin-mastodon-posts/mastodon-posts.xml +++ b/buteo-plugins/buteo-sync-plugin-mastodon-posts/mastodon-posts.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013-2026 Jolla Ltd. --> <profile name="mastodon-posts" type="client" > <field name="Sync Direction" /> </profile> diff --git a/buteo-plugins/buteo-sync-plugin-mastodon-posts/mastodon.Posts.xml b/buteo-plugins/buteo-sync-plugin-mastodon-posts/mastodon.Posts.xml index 44183a6..2904fa5 100644 --- a/buteo-plugins/buteo-sync-plugin-mastodon-posts/mastodon.Posts.xml +++ b/buteo-plugins/buteo-sync-plugin-mastodon-posts/mastodon.Posts.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013-2026 Jolla Ltd. --> <profile name="mastodon.Posts" type="sync" > <key name="category" value="eventfeed" /> <key name="enabled" value="false" /> diff --git a/eventsview-plugins/eventsview-plugin-mastodon/plugin.cpp b/eventsview-plugins/eventsview-plugin-mastodon/plugin.cpp index 2f90732..aa993a0 100644 --- a/eventsview-plugins/eventsview-plugin-mastodon/plugin.cpp +++ b/eventsview-plugins/eventsview-plugin-mastodon/plugin.cpp @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #include <QQmlExtensionPlugin> #include <QtQml> diff --git a/eventsview-plugins/eventsview-plugin-mastodon/qmldir b/eventsview-plugins/eventsview-plugin-mastodon/qmldir index 515a0a0..74461ce 100644 --- a/eventsview-plugins/eventsview-plugin-mastodon/qmldir +++ b/eventsview-plugins/eventsview-plugin-mastodon/qmldir @@ -1,2 +1,4 @@ +# Copyright (C) 2013-2026 Jolla Ltd. + module com.jolla.eventsview.mastodon plugin jollaeventsviewmastodonplugin diff --git a/rpm/sailfish-account-mastodon.spec b/rpm/sailfish-account-mastodon.spec index a975327..fc18d9f 100644 --- a/rpm/sailfish-account-mastodon.spec +++ b/rpm/sailfish-account-mastodon.spec @@ -1,3 +1,5 @@ +# Copyright (C) 2013-2026 Jolla Ltd. + Name: sailfish-account-mastodon License: LGPLv2+ Version: 0.1.0 diff --git a/settings/accounts-translations-plugin/plugin.cpp b/settings/accounts-translations-plugin/plugin.cpp index 2bd504f..f463a72 100644 --- a/settings/accounts-translations-plugin/plugin.cpp +++ b/settings/accounts-translations-plugin/plugin.cpp @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #include <QCoreApplication> #include <QLocale> #include <QQmlEngine> diff --git a/settings/accounts-translations-plugin/qmldir b/settings/accounts-translations-plugin/qmldir index 9b7a872..cf96622 100644 --- a/settings/accounts-translations-plugin/qmldir +++ b/settings/accounts-translations-plugin/qmldir @@ -1,2 +1,4 @@ +# Copyright (C) 2013-2026 Jolla Ltd. + module com.jolla.settings.accounts.mastodon plugin mastodonaccountstranslationsplugin diff --git a/settings/accounts/providers/mastodon.provider b/settings/accounts/providers/mastodon.provider index 73700c4..c02de41 100644 --- a/settings/accounts/providers/mastodon.provider +++ b/settings/accounts/providers/mastodon.provider @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013-2026 Jolla Ltd. --> <!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 703b3c5..6b975f7 100644 --- a/settings/accounts/services/mastodon-microblog.service +++ b/settings/accounts/services/mastodon-microblog.service @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- Copyright (C) 2013-2026 Jolla Ltd. --> <service id="mastodon-microblog"> <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 cbf007d..4048b56 100644 --- a/settings/accounts/services/mastodon-sharing.service +++ b/settings/accounts/services/mastodon-sharing.service @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- Copyright (C) 2013-2026 Jolla Ltd. --> <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 e553afb..1ee276e 100644 --- a/settings/accounts/ui/MastodonSettingsDisplay.qml +++ b/settings/accounts/ui/MastodonSettingsDisplay.qml @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + import QtQuick 2.0 import Sailfish.Silica 1.0 import Sailfish.Accounts 1.0 diff --git a/settings/accounts/ui/mastodon-settings.qml b/settings/accounts/ui/mastodon-settings.qml index bef1967..c66cbb7 100644 --- a/settings/accounts/ui/mastodon-settings.qml +++ b/settings/accounts/ui/mastodon-settings.qml @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + import QtQuick 2.0 import Sailfish.Silica 1.0 import Sailfish.Accounts 1.0 diff --git a/settings/accounts/ui/mastodon-update.qml b/settings/accounts/ui/mastodon-update.qml index fa99a82..98dba8c 100644 --- a/settings/accounts/ui/mastodon-update.qml +++ b/settings/accounts/ui/mastodon-update.qml @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + import QtQuick 2.0 import Sailfish.Silica 1.0 import Sailfish.Accounts 1.0 diff --git a/settings/accounts/ui/mastodon.qml b/settings/accounts/ui/mastodon.qml index 9cc37fa..e7cf255 100644 --- a/settings/accounts/ui/mastodon.qml +++ b/settings/accounts/ui/mastodon.qml @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + import QtQuick 2.0 import Sailfish.Silica 1.0 import Sailfish.Accounts 1.0 diff --git a/transferengine-plugins/mastodonshareplugin/MastodonSharePost.qml b/transferengine-plugins/mastodonshareplugin/MastodonSharePost.qml index f965209..d2d950c 100644 --- a/transferengine-plugins/mastodonshareplugin/MastodonSharePost.qml +++ b/transferengine-plugins/mastodonshareplugin/MastodonSharePost.qml @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + import QtQuick 2.6 import Sailfish.Silica 1.0 import Sailfish.Lipstick 1.0 diff --git a/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.cpp b/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.cpp index d2fffc4..99871cb 100644 --- a/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.cpp +++ b/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.cpp @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #include "mastodonplugininfo.h" #include "mastodonshareservicestatus.h" diff --git a/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.h b/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.h index 28eb479..1d74b74 100644 --- a/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.h +++ b/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #ifndef MASTODONPLUGININFO_H #define MASTODONPLUGININFO_H diff --git a/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.cpp b/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.cpp index ec7a732..0666080 100644 --- a/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.cpp +++ b/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.cpp @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #include "mastodonshareplugin.h" #include "mastodonplugininfo.h" diff --git a/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.h b/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.h index 634d051..9f21919 100644 --- a/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.h +++ b/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #ifndef MASTODONSHAREPLUGIN_H #define MASTODONSHAREPLUGIN_H diff --git a/transferengine-plugins/mastodonshareservicestatus.cpp b/transferengine-plugins/mastodonshareservicestatus.cpp index 60173eb..f3c96ca 100644 --- a/transferengine-plugins/mastodonshareservicestatus.cpp +++ b/transferengine-plugins/mastodonshareservicestatus.cpp @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #include "mastodonshareservicestatus.h" #include "mastodonauthutils.h" diff --git a/transferengine-plugins/mastodonshareservicestatus.h b/transferengine-plugins/mastodonshareservicestatus.h index d7968f5..cf2e1f8 100644 --- a/transferengine-plugins/mastodonshareservicestatus.h +++ b/transferengine-plugins/mastodonshareservicestatus.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #ifndef MASTODONSHARESERVICESTATUS_H #define MASTODONSHARESERVICESTATUS_H diff --git a/transferengine-plugins/mastodontransferplugin/mastodonapi.cpp b/transferengine-plugins/mastodontransferplugin/mastodonapi.cpp index c12182f..baf9dd8 100644 --- a/transferengine-plugins/mastodontransferplugin/mastodonapi.cpp +++ b/transferengine-plugins/mastodontransferplugin/mastodonapi.cpp @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #include "mastodonapi.h" #include <QtCore/QFile> diff --git a/transferengine-plugins/mastodontransferplugin/mastodonapi.h b/transferengine-plugins/mastodontransferplugin/mastodonapi.h index 772ce89..4ac3d80 100644 --- a/transferengine-plugins/mastodontransferplugin/mastodonapi.h +++ b/transferengine-plugins/mastodontransferplugin/mastodonapi.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #ifndef MASTODONAPI_H #define MASTODONAPI_H diff --git a/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.cpp b/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.cpp index 2ee4cd0..064388c 100644 --- a/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.cpp +++ b/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.cpp @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #include "mastodontransferplugin.h" #include "mastodonuploader.h" diff --git a/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.h b/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.h index 68cf188..865faff 100644 --- a/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.h +++ b/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #ifndef MASTODONTRANSFERPLUGIN_H #define MASTODONTRANSFERPLUGIN_H diff --git a/transferengine-plugins/mastodontransferplugin/mastodonuploader.cpp b/transferengine-plugins/mastodontransferplugin/mastodonuploader.cpp index c025bdc..6e0a6ea 100644 --- a/transferengine-plugins/mastodontransferplugin/mastodonuploader.cpp +++ b/transferengine-plugins/mastodontransferplugin/mastodonuploader.cpp @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #include "mastodonuploader.h" #include "mastodonapi.h" diff --git a/transferengine-plugins/mastodontransferplugin/mastodonuploader.h b/transferengine-plugins/mastodontransferplugin/mastodonuploader.h index a55c359..f773c23 100644 --- a/transferengine-plugins/mastodontransferplugin/mastodonuploader.h +++ b/transferengine-plugins/mastodontransferplugin/mastodonuploader.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013-2026 Jolla Ltd. + */ + #ifndef MASTODONUPLOADER_H #define MASTODONUPLOADER_H |
