From ca8c1d91817280c484f5bd9830dbce86b45cafb6 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Thu, 26 Oct 2023 16:41:12 +0200 Subject: [PATCH] chore: Update copyright notice to refer to Pachli for the license (#201) Previous copyright notice mentioned that the license should have been distributed with Tusky. Correct that to Pachli. This does not change the copyright assignment, only the instructions as to where to find the license. --- app/src/main/java/app/pachli/AccountsInListFragment.kt | 2 +- app/src/main/java/app/pachli/BaseActivity.java | 2 +- app/src/main/java/app/pachli/BottomSheetActivity.kt | 2 +- app/src/main/java/app/pachli/EditProfileActivity.kt | 2 +- app/src/main/java/app/pachli/ListsActivity.kt | 2 +- app/src/main/java/app/pachli/MainActivity.kt | 2 +- app/src/main/java/app/pachli/PachliApplication.kt | 2 +- app/src/main/java/app/pachli/StatusListActivity.kt | 2 +- app/src/main/java/app/pachli/TabData.kt | 2 +- app/src/main/java/app/pachli/TabPreferenceActivity.kt | 2 +- app/src/main/java/app/pachli/ViewMediaActivity.kt | 2 +- .../main/java/app/pachli/adapter/AccountFieldEditAdapter.kt | 5 +++-- .../main/java/app/pachli/adapter/AccountSelectionAdapter.kt | 5 +++-- app/src/main/java/app/pachli/adapter/EmojiAdapter.kt | 5 +++-- app/src/main/java/app/pachli/adapter/LocaleAdapter.kt | 5 +++-- app/src/main/java/app/pachli/adapter/PollAdapter.kt | 5 +++-- .../java/app/pachli/adapter/PreviewPollOptionsAdapter.kt | 5 +++-- app/src/main/java/app/pachli/adapter/StatusViewHolder.kt | 2 +- app/src/main/java/app/pachli/adapter/TabAdapter.kt | 5 +++-- .../java/app/pachli/components/account/AccountActivity.kt | 5 +++-- .../app/pachli/components/account/AccountFieldAdapter.kt | 5 +++-- .../app/pachli/components/account/AccountPagerAdapter.kt | 5 +++-- .../components/account/list/ListsForAccountFragment.kt | 2 +- .../components/account/list/ListsForAccountViewModel.kt | 2 +- .../pachli/components/account/media/AccountMediaFragment.kt | 5 +++-- .../components/account/media/AccountMediaPagingSource.kt | 5 +++-- .../components/account/media/AccountMediaRemoteMediator.kt | 5 +++-- .../pachli/components/account/media/AccountMediaViewModel.kt | 5 +++-- .../components/account/media/GridSpacingItemDecoration.kt | 5 +++-- .../app/pachli/components/accountlist/AccountListActivity.kt | 5 +++-- .../app/pachli/components/accountlist/AccountListFragment.kt | 5 +++-- .../pachli/components/accountlist/adapter/AccountAdapter.kt | 5 +++-- .../pachli/components/accountlist/adapter/BlocksAdapter.kt | 5 +++-- .../pachli/components/accountlist/adapter/FollowAdapter.kt | 5 +++-- .../components/accountlist/adapter/FollowRequestsAdapter.kt | 5 +++-- .../accountlist/adapter/FollowRequestsHeaderAdapter.kt | 5 +++-- .../pachli/components/accountlist/adapter/MutesAdapter.kt | 5 +++-- .../pachli/components/announcements/AnnouncementAdapter.kt | 5 +++-- .../pachli/components/announcements/AnnouncementsActivity.kt | 5 +++-- .../components/announcements/AnnouncementsViewModel.kt | 5 +++-- .../java/app/pachli/components/compose/ComposeActivity.kt | 5 +++-- .../pachli/components/compose/ComposeAutoCompleteAdapter.kt | 5 +++-- .../java/app/pachli/components/compose/ComposeTokenizer.kt | 5 +++-- .../java/app/pachli/components/compose/ComposeViewModel.kt | 5 +++-- .../java/app/pachli/components/compose/ImageDownsizer.kt | 5 +++-- .../app/pachli/components/compose/MediaPreviewAdapter.kt | 5 +++-- .../main/java/app/pachli/components/compose/MediaUploader.kt | 5 +++-- .../app/pachli/components/compose/dialog/AddPollDialog.kt | 5 +++-- .../components/compose/dialog/AddPollOptionsAdapter.kt | 5 +++-- .../app/pachli/components/compose/dialog/CaptionDialog.kt | 5 +++-- .../java/app/pachli/components/compose/dialog/FocusDialog.kt | 5 +++-- .../app/pachli/components/compose/view/ComposeOptionsView.kt | 5 +++-- .../java/app/pachli/components/compose/view/EditTextTyped.kt | 5 +++-- .../app/pachli/components/compose/view/PollPreviewView.kt | 5 +++-- .../java/app/pachli/components/compose/view/TootButton.kt | 5 +++-- .../pachli/components/conversation/ConversationAdapter.kt | 5 +++-- .../app/pachli/components/conversation/ConversationEntity.kt | 5 +++-- .../components/conversation/ConversationLoadStateAdapter.kt | 5 +++-- .../pachli/components/conversation/ConversationViewData.kt | 5 +++-- .../pachli/components/conversation/ConversationViewHolder.kt | 2 +- .../pachli/components/conversation/ConversationsFragment.kt | 5 +++-- .../pachli/components/conversation/ConversationsViewModel.kt | 5 +++-- .../main/java/app/pachli/components/drafts/DraftHelper.kt | 5 +++-- .../java/app/pachli/components/drafts/DraftMediaAdapter.kt | 5 +++-- .../main/java/app/pachli/components/drafts/DraftsActivity.kt | 5 +++-- .../main/java/app/pachli/components/drafts/DraftsAdapter.kt | 5 +++-- .../java/app/pachli/components/drafts/DraftsViewModel.kt | 5 +++-- .../java/app/pachli/components/filters/FilterExtensions.kt | 2 +- .../java/app/pachli/components/instanceinfo/InstanceInfo.kt | 5 +++-- .../pachli/components/instanceinfo/InstanceInfoRepository.kt | 5 +++-- .../main/java/app/pachli/components/login/LoginActivity.kt | 5 +++-- .../java/app/pachli/components/login/LoginWebViewActivity.kt | 5 +++-- .../app/pachli/components/login/LoginWebViewViewModel.kt | 5 +++-- .../pachli/components/notifications/NotificationHelper.java | 5 +++-- .../components/notifications/PushNotificationHelper.kt | 5 +++-- .../components/preference/AccountPreferencesFragment.kt | 5 +++-- .../components/preference/NotificationPreferencesFragment.kt | 5 +++-- .../app/pachli/components/preference/PreferencesActivity.kt | 5 +++-- .../app/pachli/components/preference/PreferencesFragment.kt | 5 +++-- .../pachli/components/preference/ProxyPreferencesFragment.kt | 5 +++-- .../components/preference/TabFilterPreferencesFragment.kt | 5 +++-- .../main/java/app/pachli/components/report/ReportActivity.kt | 5 +++-- .../java/app/pachli/components/report/ReportViewModel.kt | 5 +++-- app/src/main/java/app/pachli/components/report/Screen.kt | 5 +++-- .../app/pachli/components/report/adapter/AdapterHandler.kt | 5 +++-- .../pachli/components/report/adapter/ReportPagerAdapter.kt | 5 +++-- .../app/pachli/components/report/adapter/StatusViewHolder.kt | 5 +++-- .../app/pachli/components/report/adapter/StatusesAdapter.kt | 5 +++-- .../pachli/components/report/adapter/StatusesPagingSource.kt | 5 +++-- .../pachli/components/report/fragments/ReportDoneFragment.kt | 5 +++-- .../pachli/components/report/fragments/ReportNoteFragment.kt | 5 +++-- .../components/report/fragments/ReportStatusesFragment.kt | 5 +++-- .../app/pachli/components/report/model/StatusViewState.kt | 5 +++-- .../pachli/components/scheduled/ScheduledStatusActivity.kt | 5 +++-- .../pachli/components/scheduled/ScheduledStatusAdapter.kt | 5 +++-- .../components/scheduled/ScheduledStatusPagingSource.kt | 5 +++-- .../pachli/components/scheduled/ScheduledStatusViewModel.kt | 5 +++-- .../main/java/app/pachli/components/search/SearchActivity.kt | 5 +++-- app/src/main/java/app/pachli/components/search/SearchType.kt | 5 +++-- .../java/app/pachli/components/search/SearchViewModel.kt | 5 +++-- .../components/search/adapter/SearchAccountsAdapter.kt | 5 +++-- .../components/search/adapter/SearchHashtagsAdapter.kt | 5 +++-- .../pachli/components/search/adapter/SearchPagerAdapter.kt | 5 +++-- .../pachli/components/search/adapter/SearchPagingSource.kt | 5 +++-- .../components/search/adapter/SearchPagingSourceFactory.kt | 5 +++-- .../components/search/adapter/SearchStatusesAdapter.kt | 5 +++-- .../components/search/fragments/SearchAccountsFragment.kt | 5 +++-- .../components/search/fragments/SearchHashtagsFragment.kt | 5 +++-- .../components/search/fragments/SearchStatusesFragment.kt | 5 +++-- .../app/pachli/components/timeline/TimelinePagingAdapter.kt | 5 +++-- .../app/pachli/components/trending/TrendingDateViewHolder.kt | 5 +++-- .../app/pachli/components/trending/TrendingTagViewHolder.kt | 5 +++-- .../app/pachli/components/trending/TrendingTagsAdapter.kt | 5 +++-- .../components/trending/viewmodel/TrendingTagsViewModel.kt | 5 +++-- .../components/viewthread/ConversationLineItemDecoration.kt | 5 +++-- .../java/app/pachli/components/viewthread/ThreadAdapter.kt | 5 +++-- .../app/pachli/components/viewthread/ViewThreadActivity.kt | 5 +++-- .../app/pachli/components/viewthread/ViewThreadFragment.kt | 5 +++-- .../app/pachli/components/viewthread/ViewThreadViewModel.kt | 5 +++-- .../pachli/components/viewthread/edits/ViewEditsFragment.kt | 5 +++-- app/src/main/java/app/pachli/db/AccountDao.kt | 5 +++-- app/src/main/java/app/pachli/db/AccountEntity.kt | 5 +++-- app/src/main/java/app/pachli/db/AccountManager.kt | 5 +++-- app/src/main/java/app/pachli/db/ConversationsDao.kt | 5 +++-- app/src/main/java/app/pachli/db/Converters.kt | 5 +++-- app/src/main/java/app/pachli/db/DraftDao.kt | 5 +++-- app/src/main/java/app/pachli/db/DraftEntity.kt | 5 +++-- app/src/main/java/app/pachli/db/DraftsAlert.kt | 5 +++-- app/src/main/java/app/pachli/db/InstanceDao.kt | 5 +++-- app/src/main/java/app/pachli/db/InstanceEntity.kt | 5 +++-- app/src/main/java/app/pachli/db/TimelineDao.kt | 5 +++-- app/src/main/java/app/pachli/db/TimelineStatusEntity.kt | 5 +++-- app/src/main/java/app/pachli/di/NetworkModule.kt | 5 +++-- app/src/main/java/app/pachli/entity/AccessToken.kt | 5 +++-- app/src/main/java/app/pachli/entity/Account.kt | 5 +++-- app/src/main/java/app/pachli/entity/Announcement.kt | 5 +++-- app/src/main/java/app/pachli/entity/AppCredentials.kt | 5 +++-- app/src/main/java/app/pachli/entity/Attachment.kt | 5 +++-- app/src/main/java/app/pachli/entity/Card.kt | 5 +++-- app/src/main/java/app/pachli/entity/Conversation.kt | 5 +++-- app/src/main/java/app/pachli/entity/DeletedStatus.kt | 5 +++-- app/src/main/java/app/pachli/entity/Emoji.kt | 5 +++-- app/src/main/java/app/pachli/entity/FilterV1.kt | 5 +++-- app/src/main/java/app/pachli/entity/Instance.kt | 5 +++-- app/src/main/java/app/pachli/entity/MastoList.kt | 2 +- app/src/main/java/app/pachli/entity/NewStatus.kt | 5 +++-- app/src/main/java/app/pachli/entity/Notification.kt | 5 +++-- .../java/app/pachli/entity/NotificationSubscribeResult.kt | 5 +++-- app/src/main/java/app/pachli/entity/Relationship.kt | 5 +++-- app/src/main/java/app/pachli/entity/ScheduledStatus.kt | 5 +++-- app/src/main/java/app/pachli/entity/SearchResult.kt | 5 +++-- app/src/main/java/app/pachli/entity/Status.kt | 5 +++-- app/src/main/java/app/pachli/entity/StatusContext.kt | 5 +++-- app/src/main/java/app/pachli/entity/StatusParams.kt | 5 +++-- app/src/main/java/app/pachli/entity/StatusSource.kt | 5 +++-- app/src/main/java/app/pachli/entity/TimelineAccount.kt | 5 +++-- app/src/main/java/app/pachli/entity/TrendingTagsResult.kt | 5 +++-- app/src/main/java/app/pachli/fragment/SFragment.kt | 5 +++-- app/src/main/java/app/pachli/fragment/ViewImageFragment.kt | 5 +++-- app/src/main/java/app/pachli/fragment/ViewMediaFragment.kt | 5 +++-- app/src/main/java/app/pachli/fragment/ViewVideoFragment.kt | 5 +++-- .../java/app/pachli/interfaces/AccountSelectionListener.kt | 5 +++-- .../java/app/pachli/interfaces/ActionButtonActivity.java | 5 +++-- app/src/main/java/app/pachli/interfaces/FabFragment.kt | 2 +- app/src/main/java/app/pachli/interfaces/LinkListener.kt | 5 +++-- app/src/main/java/app/pachli/json/GuardedBooleanAdapter.kt | 5 +++-- .../java/app/pachli/network/InstanceSwitchAuthInterceptor.kt | 5 +++-- app/src/main/java/app/pachli/network/MastodonApi.kt | 5 +++-- app/src/main/java/app/pachli/pager/MainPagerAdapter.kt | 5 +++-- .../receiver/NotificationBlockStateBroadcastReceiver.kt | 5 +++-- .../java/app/pachli/receiver/SendStatusBroadcastReceiver.kt | 5 +++-- .../java/app/pachli/receiver/UnifiedPushBroadcastReceiver.kt | 5 +++-- app/src/main/java/app/pachli/service/PachliTileService.kt | 5 +++-- app/src/main/java/app/pachli/service/ServiceClient.kt | 5 +++-- app/src/main/java/app/pachli/usecase/TimelineCases.kt | 5 +++-- app/src/main/java/app/pachli/util/AbsoluteTimeFormatter.kt | 5 +++-- app/src/main/java/app/pachli/util/AlertDialogExtensions.kt | 2 +- app/src/main/java/app/pachli/util/AsciiFolding.kt | 5 +++-- app/src/main/java/app/pachli/util/CryptoUtil.kt | 5 +++-- app/src/main/java/app/pachli/util/CustomEmojiHelper.kt | 5 +++-- .../main/java/app/pachli/util/CustomFragmentStateAdapter.kt | 5 +++-- app/src/main/java/app/pachli/util/Either.kt | 5 +++-- app/src/main/java/app/pachli/util/FocalPointUtil.kt | 5 +++-- app/src/main/java/app/pachli/util/IconUtils.kt | 5 +++-- app/src/main/java/app/pachli/util/LinkHelper.kt | 2 +- app/src/main/java/app/pachli/util/ListUtils.kt | 5 +++-- app/src/main/java/app/pachli/util/LocaleExtensions.kt | 5 +++-- app/src/main/java/app/pachli/util/LocaleManager.kt | 5 +++-- app/src/main/java/app/pachli/util/LocaleUtils.kt | 5 +++-- app/src/main/java/app/pachli/util/MediaUtils.kt | 5 +++-- app/src/main/java/app/pachli/util/NoUnderlineURLSpan.kt | 5 +++-- .../main/java/app/pachli/util/NotificationTypeConverter.kt | 5 +++-- app/src/main/java/app/pachli/util/PickMediaFiles.kt | 5 +++-- app/src/main/java/app/pachli/util/ShareShortcutHelper.kt | 5 +++-- app/src/main/java/app/pachli/util/SmartLengthInputFilter.kt | 5 +++-- app/src/main/java/app/pachli/util/StatusParsingHelper.kt | 5 +++-- app/src/main/java/app/pachli/util/StatusViewHelper.kt | 5 +++-- app/src/main/java/app/pachli/util/TouchDelegateHelper.kt | 5 +++-- app/src/main/java/app/pachli/util/ViewExtensions.kt | 2 +- app/src/main/java/app/pachli/view/GraphView.kt | 5 +++-- app/src/main/java/app/pachli/view/LicenseCard.kt | 5 +++-- app/src/main/java/app/pachli/view/MediaPreviewImageView.kt | 5 +++-- app/src/main/java/app/pachli/viewdata/AttachmentViewData.kt | 5 +++-- app/src/main/java/app/pachli/viewdata/PollViewData.kt | 5 +++-- app/src/main/java/app/pachli/viewdata/StatusViewData.kt | 5 +++-- app/src/main/java/app/pachli/viewdata/TrendingViewData.kt | 5 +++-- .../java/app/pachli/viewmodel/AccountsInListViewModel.kt | 2 +- .../main/java/app/pachli/viewmodel/EditProfileViewModel.kt | 5 +++-- app/src/main/java/app/pachli/viewmodel/ListsViewModel.kt | 2 +- .../res/layout-sw640dp/fragment_timeline_notifications.xml | 2 +- app/src/main/res/layout/fragment_timeline_notifications.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- app/src/test/java/app/pachli/BottomSheetActivityTest.kt | 2 +- app/src/test/java/app/pachli/FilterV1Test.kt | 2 +- app/src/test/java/app/pachli/FocalPointUtilTest.kt | 2 +- app/src/test/java/app/pachli/PachliApplication.kt | 2 +- 216 files changed, 588 insertions(+), 402 deletions(-) diff --git a/app/src/main/java/app/pachli/AccountsInListFragment.kt b/app/src/main/java/app/pachli/AccountsInListFragment.kt index daa1667d5..110107569 100644 --- a/app/src/main/java/app/pachli/AccountsInListFragment.kt +++ b/app/src/main/java/app/pachli/AccountsInListFragment.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/BaseActivity.java b/app/src/main/java/app/pachli/BaseActivity.java index dd0d9967c..a351cfc13 100644 --- a/app/src/main/java/app/pachli/BaseActivity.java +++ b/app/src/main/java/app/pachli/BaseActivity.java @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/BottomSheetActivity.kt b/app/src/main/java/app/pachli/BottomSheetActivity.kt index 53483621b..4430ef3c1 100644 --- a/app/src/main/java/app/pachli/BottomSheetActivity.kt +++ b/app/src/main/java/app/pachli/BottomSheetActivity.kt @@ -10,7 +10,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/EditProfileActivity.kt b/app/src/main/java/app/pachli/EditProfileActivity.kt index 6f46c5e4c..cf154c626 100644 --- a/app/src/main/java/app/pachli/EditProfileActivity.kt +++ b/app/src/main/java/app/pachli/EditProfileActivity.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/ListsActivity.kt b/app/src/main/java/app/pachli/ListsActivity.kt index 172de86fd..2301bc1d7 100644 --- a/app/src/main/java/app/pachli/ListsActivity.kt +++ b/app/src/main/java/app/pachli/ListsActivity.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/MainActivity.kt b/app/src/main/java/app/pachli/MainActivity.kt index 379bb99f0..67c175cdb 100644 --- a/app/src/main/java/app/pachli/MainActivity.kt +++ b/app/src/main/java/app/pachli/MainActivity.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/PachliApplication.kt b/app/src/main/java/app/pachli/PachliApplication.kt index ce3111f03..59b1918ee 100644 --- a/app/src/main/java/app/pachli/PachliApplication.kt +++ b/app/src/main/java/app/pachli/PachliApplication.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/StatusListActivity.kt b/app/src/main/java/app/pachli/StatusListActivity.kt index e77351a5e..567537c71 100644 --- a/app/src/main/java/app/pachli/StatusListActivity.kt +++ b/app/src/main/java/app/pachli/StatusListActivity.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/TabData.kt b/app/src/main/java/app/pachli/TabData.kt index 78557b37c..19e3af4a4 100644 --- a/app/src/main/java/app/pachli/TabData.kt +++ b/app/src/main/java/app/pachli/TabData.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/TabPreferenceActivity.kt b/app/src/main/java/app/pachli/TabPreferenceActivity.kt index 6998136c2..7fbaa32bd 100644 --- a/app/src/main/java/app/pachli/TabPreferenceActivity.kt +++ b/app/src/main/java/app/pachli/TabPreferenceActivity.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/ViewMediaActivity.kt b/app/src/main/java/app/pachli/ViewMediaActivity.kt index e91f6d34c..8a9342e5d 100644 --- a/app/src/main/java/app/pachli/ViewMediaActivity.kt +++ b/app/src/main/java/app/pachli/ViewMediaActivity.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/adapter/AccountFieldEditAdapter.kt b/app/src/main/java/app/pachli/adapter/AccountFieldEditAdapter.kt index c2cbce510..e477765fb 100644 --- a/app/src/main/java/app/pachli/adapter/AccountFieldEditAdapter.kt +++ b/app/src/main/java/app/pachli/adapter/AccountFieldEditAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.adapter diff --git a/app/src/main/java/app/pachli/adapter/AccountSelectionAdapter.kt b/app/src/main/java/app/pachli/adapter/AccountSelectionAdapter.kt index 621a7987a..94423a22d 100644 --- a/app/src/main/java/app/pachli/adapter/AccountSelectionAdapter.kt +++ b/app/src/main/java/app/pachli/adapter/AccountSelectionAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.adapter diff --git a/app/src/main/java/app/pachli/adapter/EmojiAdapter.kt b/app/src/main/java/app/pachli/adapter/EmojiAdapter.kt index 9e715569a..a53c9e80e 100644 --- a/app/src/main/java/app/pachli/adapter/EmojiAdapter.kt +++ b/app/src/main/java/app/pachli/adapter/EmojiAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.adapter diff --git a/app/src/main/java/app/pachli/adapter/LocaleAdapter.kt b/app/src/main/java/app/pachli/adapter/LocaleAdapter.kt index b2a0a0646..376ad5a81 100644 --- a/app/src/main/java/app/pachli/adapter/LocaleAdapter.kt +++ b/app/src/main/java/app/pachli/adapter/LocaleAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.adapter diff --git a/app/src/main/java/app/pachli/adapter/PollAdapter.kt b/app/src/main/java/app/pachli/adapter/PollAdapter.kt index 473f91fbc..f8eb8ae51 100644 --- a/app/src/main/java/app/pachli/adapter/PollAdapter.kt +++ b/app/src/main/java/app/pachli/adapter/PollAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.adapter diff --git a/app/src/main/java/app/pachli/adapter/PreviewPollOptionsAdapter.kt b/app/src/main/java/app/pachli/adapter/PreviewPollOptionsAdapter.kt index 87799bdda..d65609143 100644 --- a/app/src/main/java/app/pachli/adapter/PreviewPollOptionsAdapter.kt +++ b/app/src/main/java/app/pachli/adapter/PreviewPollOptionsAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.adapter diff --git a/app/src/main/java/app/pachli/adapter/StatusViewHolder.kt b/app/src/main/java/app/pachli/adapter/StatusViewHolder.kt index a214ae9b1..bc61c98cf 100644 --- a/app/src/main/java/app/pachli/adapter/StatusViewHolder.kt +++ b/app/src/main/java/app/pachli/adapter/StatusViewHolder.kt @@ -10,7 +10,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/adapter/TabAdapter.kt b/app/src/main/java/app/pachli/adapter/TabAdapter.kt index f0db7ce11..6ffc08eed 100644 --- a/app/src/main/java/app/pachli/adapter/TabAdapter.kt +++ b/app/src/main/java/app/pachli/adapter/TabAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.adapter diff --git a/app/src/main/java/app/pachli/components/account/AccountActivity.kt b/app/src/main/java/app/pachli/components/account/AccountActivity.kt index d21d84f00..455e4e61e 100644 --- a/app/src/main/java/app/pachli/components/account/AccountActivity.kt +++ b/app/src/main/java/app/pachli/components/account/AccountActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.account diff --git a/app/src/main/java/app/pachli/components/account/AccountFieldAdapter.kt b/app/src/main/java/app/pachli/components/account/AccountFieldAdapter.kt index d9561c8ca..8fff01b6f 100644 --- a/app/src/main/java/app/pachli/components/account/AccountFieldAdapter.kt +++ b/app/src/main/java/app/pachli/components/account/AccountFieldAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.account diff --git a/app/src/main/java/app/pachli/components/account/AccountPagerAdapter.kt b/app/src/main/java/app/pachli/components/account/AccountPagerAdapter.kt index 44062f989..3337393ec 100644 --- a/app/src/main/java/app/pachli/components/account/AccountPagerAdapter.kt +++ b/app/src/main/java/app/pachli/components/account/AccountPagerAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.account diff --git a/app/src/main/java/app/pachli/components/account/list/ListsForAccountFragment.kt b/app/src/main/java/app/pachli/components/account/list/ListsForAccountFragment.kt index af7539c47..9612abb24 100644 --- a/app/src/main/java/app/pachli/components/account/list/ListsForAccountFragment.kt +++ b/app/src/main/java/app/pachli/components/account/list/ListsForAccountFragment.kt @@ -10,7 +10,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/components/account/list/ListsForAccountViewModel.kt b/app/src/main/java/app/pachli/components/account/list/ListsForAccountViewModel.kt index 83666ac24..35e5d9983 100644 --- a/app/src/main/java/app/pachli/components/account/list/ListsForAccountViewModel.kt +++ b/app/src/main/java/app/pachli/components/account/list/ListsForAccountViewModel.kt @@ -10,7 +10,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/components/account/media/AccountMediaFragment.kt b/app/src/main/java/app/pachli/components/account/media/AccountMediaFragment.kt index cc8ca7058..b7b43bd6c 100644 --- a/app/src/main/java/app/pachli/components/account/media/AccountMediaFragment.kt +++ b/app/src/main/java/app/pachli/components/account/media/AccountMediaFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.account.media diff --git a/app/src/main/java/app/pachli/components/account/media/AccountMediaPagingSource.kt b/app/src/main/java/app/pachli/components/account/media/AccountMediaPagingSource.kt index 6dc0c2701..ae294cc93 100644 --- a/app/src/main/java/app/pachli/components/account/media/AccountMediaPagingSource.kt +++ b/app/src/main/java/app/pachli/components/account/media/AccountMediaPagingSource.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.account.media diff --git a/app/src/main/java/app/pachli/components/account/media/AccountMediaRemoteMediator.kt b/app/src/main/java/app/pachli/components/account/media/AccountMediaRemoteMediator.kt index b9877d81f..e11a63ddb 100644 --- a/app/src/main/java/app/pachli/components/account/media/AccountMediaRemoteMediator.kt +++ b/app/src/main/java/app/pachli/components/account/media/AccountMediaRemoteMediator.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.account.media diff --git a/app/src/main/java/app/pachli/components/account/media/AccountMediaViewModel.kt b/app/src/main/java/app/pachli/components/account/media/AccountMediaViewModel.kt index 24e0a2e57..443290105 100644 --- a/app/src/main/java/app/pachli/components/account/media/AccountMediaViewModel.kt +++ b/app/src/main/java/app/pachli/components/account/media/AccountMediaViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.account.media diff --git a/app/src/main/java/app/pachli/components/account/media/GridSpacingItemDecoration.kt b/app/src/main/java/app/pachli/components/account/media/GridSpacingItemDecoration.kt index 49a23c2f7..32adf11e3 100644 --- a/app/src/main/java/app/pachli/components/account/media/GridSpacingItemDecoration.kt +++ b/app/src/main/java/app/pachli/components/account/media/GridSpacingItemDecoration.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.account.media diff --git a/app/src/main/java/app/pachli/components/accountlist/AccountListActivity.kt b/app/src/main/java/app/pachli/components/accountlist/AccountListActivity.kt index 8015a6d39..740c044ef 100644 --- a/app/src/main/java/app/pachli/components/accountlist/AccountListActivity.kt +++ b/app/src/main/java/app/pachli/components/accountlist/AccountListActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.accountlist diff --git a/app/src/main/java/app/pachli/components/accountlist/AccountListFragment.kt b/app/src/main/java/app/pachli/components/accountlist/AccountListFragment.kt index 48ae63876..2beb3b6f7 100644 --- a/app/src/main/java/app/pachli/components/accountlist/AccountListFragment.kt +++ b/app/src/main/java/app/pachli/components/accountlist/AccountListFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.accountlist diff --git a/app/src/main/java/app/pachli/components/accountlist/adapter/AccountAdapter.kt b/app/src/main/java/app/pachli/components/accountlist/adapter/AccountAdapter.kt index 3b46f5e8b..7d9a87943 100644 --- a/app/src/main/java/app/pachli/components/accountlist/adapter/AccountAdapter.kt +++ b/app/src/main/java/app/pachli/components/accountlist/adapter/AccountAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.accountlist.adapter import android.view.LayoutInflater diff --git a/app/src/main/java/app/pachli/components/accountlist/adapter/BlocksAdapter.kt b/app/src/main/java/app/pachli/components/accountlist/adapter/BlocksAdapter.kt index 2c33877de..7e47c8854 100644 --- a/app/src/main/java/app/pachli/components/accountlist/adapter/BlocksAdapter.kt +++ b/app/src/main/java/app/pachli/components/accountlist/adapter/BlocksAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.accountlist.adapter diff --git a/app/src/main/java/app/pachli/components/accountlist/adapter/FollowAdapter.kt b/app/src/main/java/app/pachli/components/accountlist/adapter/FollowAdapter.kt index 1bfa13c13..a7ff56966 100644 --- a/app/src/main/java/app/pachli/components/accountlist/adapter/FollowAdapter.kt +++ b/app/src/main/java/app/pachli/components/accountlist/adapter/FollowAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.accountlist.adapter diff --git a/app/src/main/java/app/pachli/components/accountlist/adapter/FollowRequestsAdapter.kt b/app/src/main/java/app/pachli/components/accountlist/adapter/FollowRequestsAdapter.kt index bbd19231b..77af3d4cb 100644 --- a/app/src/main/java/app/pachli/components/accountlist/adapter/FollowRequestsAdapter.kt +++ b/app/src/main/java/app/pachli/components/accountlist/adapter/FollowRequestsAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.accountlist.adapter diff --git a/app/src/main/java/app/pachli/components/accountlist/adapter/FollowRequestsHeaderAdapter.kt b/app/src/main/java/app/pachli/components/accountlist/adapter/FollowRequestsHeaderAdapter.kt index 5198bdadb..6c2dba04e 100644 --- a/app/src/main/java/app/pachli/components/accountlist/adapter/FollowRequestsHeaderAdapter.kt +++ b/app/src/main/java/app/pachli/components/accountlist/adapter/FollowRequestsHeaderAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.accountlist.adapter diff --git a/app/src/main/java/app/pachli/components/accountlist/adapter/MutesAdapter.kt b/app/src/main/java/app/pachli/components/accountlist/adapter/MutesAdapter.kt index 90494c09a..de6fe556e 100644 --- a/app/src/main/java/app/pachli/components/accountlist/adapter/MutesAdapter.kt +++ b/app/src/main/java/app/pachli/components/accountlist/adapter/MutesAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.accountlist.adapter diff --git a/app/src/main/java/app/pachli/components/announcements/AnnouncementAdapter.kt b/app/src/main/java/app/pachli/components/announcements/AnnouncementAdapter.kt index 144ac18d3..8ab5789aa 100644 --- a/app/src/main/java/app/pachli/components/announcements/AnnouncementAdapter.kt +++ b/app/src/main/java/app/pachli/components/announcements/AnnouncementAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.announcements diff --git a/app/src/main/java/app/pachli/components/announcements/AnnouncementsActivity.kt b/app/src/main/java/app/pachli/components/announcements/AnnouncementsActivity.kt index 65f5767dd..956177e49 100644 --- a/app/src/main/java/app/pachli/components/announcements/AnnouncementsActivity.kt +++ b/app/src/main/java/app/pachli/components/announcements/AnnouncementsActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.announcements diff --git a/app/src/main/java/app/pachli/components/announcements/AnnouncementsViewModel.kt b/app/src/main/java/app/pachli/components/announcements/AnnouncementsViewModel.kt index cda3ec693..d349d08fb 100644 --- a/app/src/main/java/app/pachli/components/announcements/AnnouncementsViewModel.kt +++ b/app/src/main/java/app/pachli/components/announcements/AnnouncementsViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.announcements diff --git a/app/src/main/java/app/pachli/components/compose/ComposeActivity.kt b/app/src/main/java/app/pachli/components/compose/ComposeActivity.kt index c380fe1c5..3ed765081 100644 --- a/app/src/main/java/app/pachli/components/compose/ComposeActivity.kt +++ b/app/src/main/java/app/pachli/components/compose/ComposeActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose diff --git a/app/src/main/java/app/pachli/components/compose/ComposeAutoCompleteAdapter.kt b/app/src/main/java/app/pachli/components/compose/ComposeAutoCompleteAdapter.kt index 572eea014..5447e20a3 100644 --- a/app/src/main/java/app/pachli/components/compose/ComposeAutoCompleteAdapter.kt +++ b/app/src/main/java/app/pachli/components/compose/ComposeAutoCompleteAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose diff --git a/app/src/main/java/app/pachli/components/compose/ComposeTokenizer.kt b/app/src/main/java/app/pachli/components/compose/ComposeTokenizer.kt index d4a79a3f5..2127bdaa9 100644 --- a/app/src/main/java/app/pachli/components/compose/ComposeTokenizer.kt +++ b/app/src/main/java/app/pachli/components/compose/ComposeTokenizer.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose diff --git a/app/src/main/java/app/pachli/components/compose/ComposeViewModel.kt b/app/src/main/java/app/pachli/components/compose/ComposeViewModel.kt index 4e9e3bd5b..c4def30fd 100644 --- a/app/src/main/java/app/pachli/components/compose/ComposeViewModel.kt +++ b/app/src/main/java/app/pachli/components/compose/ComposeViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose diff --git a/app/src/main/java/app/pachli/components/compose/ImageDownsizer.kt b/app/src/main/java/app/pachli/components/compose/ImageDownsizer.kt index be7917f39..65b178bc9 100644 --- a/app/src/main/java/app/pachli/components/compose/ImageDownsizer.kt +++ b/app/src/main/java/app/pachli/components/compose/ImageDownsizer.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose diff --git a/app/src/main/java/app/pachli/components/compose/MediaPreviewAdapter.kt b/app/src/main/java/app/pachli/components/compose/MediaPreviewAdapter.kt index 752bcf43d..f18f67b93 100644 --- a/app/src/main/java/app/pachli/components/compose/MediaPreviewAdapter.kt +++ b/app/src/main/java/app/pachli/components/compose/MediaPreviewAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose diff --git a/app/src/main/java/app/pachli/components/compose/MediaUploader.kt b/app/src/main/java/app/pachli/components/compose/MediaUploader.kt index 0a7e63884..3e7c0c11d 100644 --- a/app/src/main/java/app/pachli/components/compose/MediaUploader.kt +++ b/app/src/main/java/app/pachli/components/compose/MediaUploader.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose diff --git a/app/src/main/java/app/pachli/components/compose/dialog/AddPollDialog.kt b/app/src/main/java/app/pachli/components/compose/dialog/AddPollDialog.kt index 42e760af3..c95922ca3 100644 --- a/app/src/main/java/app/pachli/components/compose/dialog/AddPollDialog.kt +++ b/app/src/main/java/app/pachli/components/compose/dialog/AddPollDialog.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ @file:JvmName("AddPollDialog") diff --git a/app/src/main/java/app/pachli/components/compose/dialog/AddPollOptionsAdapter.kt b/app/src/main/java/app/pachli/components/compose/dialog/AddPollOptionsAdapter.kt index b36e83f6c..cbf90d671 100644 --- a/app/src/main/java/app/pachli/components/compose/dialog/AddPollOptionsAdapter.kt +++ b/app/src/main/java/app/pachli/components/compose/dialog/AddPollOptionsAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose.dialog diff --git a/app/src/main/java/app/pachli/components/compose/dialog/CaptionDialog.kt b/app/src/main/java/app/pachli/components/compose/dialog/CaptionDialog.kt index 9c247e4c3..ceb41b7c5 100644 --- a/app/src/main/java/app/pachli/components/compose/dialog/CaptionDialog.kt +++ b/app/src/main/java/app/pachli/components/compose/dialog/CaptionDialog.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose.dialog diff --git a/app/src/main/java/app/pachli/components/compose/dialog/FocusDialog.kt b/app/src/main/java/app/pachli/components/compose/dialog/FocusDialog.kt index f740081c6..1c583e88e 100644 --- a/app/src/main/java/app/pachli/components/compose/dialog/FocusDialog.kt +++ b/app/src/main/java/app/pachli/components/compose/dialog/FocusDialog.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose.dialog diff --git a/app/src/main/java/app/pachli/components/compose/view/ComposeOptionsView.kt b/app/src/main/java/app/pachli/components/compose/view/ComposeOptionsView.kt index 712d5a268..b0c827f54 100644 --- a/app/src/main/java/app/pachli/components/compose/view/ComposeOptionsView.kt +++ b/app/src/main/java/app/pachli/components/compose/view/ComposeOptionsView.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose.view diff --git a/app/src/main/java/app/pachli/components/compose/view/EditTextTyped.kt b/app/src/main/java/app/pachli/components/compose/view/EditTextTyped.kt index 09d9b5cdc..4e8c8b966 100644 --- a/app/src/main/java/app/pachli/components/compose/view/EditTextTyped.kt +++ b/app/src/main/java/app/pachli/components/compose/view/EditTextTyped.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose.view diff --git a/app/src/main/java/app/pachli/components/compose/view/PollPreviewView.kt b/app/src/main/java/app/pachli/components/compose/view/PollPreviewView.kt index f5f92635e..a458b7bcc 100644 --- a/app/src/main/java/app/pachli/components/compose/view/PollPreviewView.kt +++ b/app/src/main/java/app/pachli/components/compose/view/PollPreviewView.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose.view diff --git a/app/src/main/java/app/pachli/components/compose/view/TootButton.kt b/app/src/main/java/app/pachli/components/compose/view/TootButton.kt index 5d79e83fe..847e92f39 100644 --- a/app/src/main/java/app/pachli/components/compose/view/TootButton.kt +++ b/app/src/main/java/app/pachli/components/compose/view/TootButton.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.compose.view diff --git a/app/src/main/java/app/pachli/components/conversation/ConversationAdapter.kt b/app/src/main/java/app/pachli/components/conversation/ConversationAdapter.kt index eeea44bc4..f806583d4 100644 --- a/app/src/main/java/app/pachli/components/conversation/ConversationAdapter.kt +++ b/app/src/main/java/app/pachli/components/conversation/ConversationAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.conversation diff --git a/app/src/main/java/app/pachli/components/conversation/ConversationEntity.kt b/app/src/main/java/app/pachli/components/conversation/ConversationEntity.kt index 963dbee23..d71593ad4 100644 --- a/app/src/main/java/app/pachli/components/conversation/ConversationEntity.kt +++ b/app/src/main/java/app/pachli/components/conversation/ConversationEntity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.conversation diff --git a/app/src/main/java/app/pachli/components/conversation/ConversationLoadStateAdapter.kt b/app/src/main/java/app/pachli/components/conversation/ConversationLoadStateAdapter.kt index f7d7b6b11..6e9a803f2 100644 --- a/app/src/main/java/app/pachli/components/conversation/ConversationLoadStateAdapter.kt +++ b/app/src/main/java/app/pachli/components/conversation/ConversationLoadStateAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.conversation diff --git a/app/src/main/java/app/pachli/components/conversation/ConversationViewData.kt b/app/src/main/java/app/pachli/components/conversation/ConversationViewData.kt index f379f742c..c48d5798e 100644 --- a/app/src/main/java/app/pachli/components/conversation/ConversationViewData.kt +++ b/app/src/main/java/app/pachli/components/conversation/ConversationViewData.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.conversation diff --git a/app/src/main/java/app/pachli/components/conversation/ConversationViewHolder.kt b/app/src/main/java/app/pachli/components/conversation/ConversationViewHolder.kt index e59fff6dc..4208d49b8 100644 --- a/app/src/main/java/app/pachli/components/conversation/ConversationViewHolder.kt +++ b/app/src/main/java/app/pachli/components/conversation/ConversationViewHolder.kt @@ -10,7 +10,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/components/conversation/ConversationsFragment.kt b/app/src/main/java/app/pachli/components/conversation/ConversationsFragment.kt index 69b8e9387..6c78370cd 100644 --- a/app/src/main/java/app/pachli/components/conversation/ConversationsFragment.kt +++ b/app/src/main/java/app/pachli/components/conversation/ConversationsFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.conversation diff --git a/app/src/main/java/app/pachli/components/conversation/ConversationsViewModel.kt b/app/src/main/java/app/pachli/components/conversation/ConversationsViewModel.kt index d35fd7478..3a4f9a1f6 100644 --- a/app/src/main/java/app/pachli/components/conversation/ConversationsViewModel.kt +++ b/app/src/main/java/app/pachli/components/conversation/ConversationsViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.conversation diff --git a/app/src/main/java/app/pachli/components/drafts/DraftHelper.kt b/app/src/main/java/app/pachli/components/drafts/DraftHelper.kt index d7e89dc60..8c9708601 100644 --- a/app/src/main/java/app/pachli/components/drafts/DraftHelper.kt +++ b/app/src/main/java/app/pachli/components/drafts/DraftHelper.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.drafts diff --git a/app/src/main/java/app/pachli/components/drafts/DraftMediaAdapter.kt b/app/src/main/java/app/pachli/components/drafts/DraftMediaAdapter.kt index 05c09f866..698372890 100644 --- a/app/src/main/java/app/pachli/components/drafts/DraftMediaAdapter.kt +++ b/app/src/main/java/app/pachli/components/drafts/DraftMediaAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.drafts diff --git a/app/src/main/java/app/pachli/components/drafts/DraftsActivity.kt b/app/src/main/java/app/pachli/components/drafts/DraftsActivity.kt index b7e94bff1..ff1456aad 100644 --- a/app/src/main/java/app/pachli/components/drafts/DraftsActivity.kt +++ b/app/src/main/java/app/pachli/components/drafts/DraftsActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.drafts diff --git a/app/src/main/java/app/pachli/components/drafts/DraftsAdapter.kt b/app/src/main/java/app/pachli/components/drafts/DraftsAdapter.kt index 3349f4c3d..ec86d7f14 100644 --- a/app/src/main/java/app/pachli/components/drafts/DraftsAdapter.kt +++ b/app/src/main/java/app/pachli/components/drafts/DraftsAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.drafts diff --git a/app/src/main/java/app/pachli/components/drafts/DraftsViewModel.kt b/app/src/main/java/app/pachli/components/drafts/DraftsViewModel.kt index 554a17ac6..9eff53a90 100644 --- a/app/src/main/java/app/pachli/components/drafts/DraftsViewModel.kt +++ b/app/src/main/java/app/pachli/components/drafts/DraftsViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.drafts diff --git a/app/src/main/java/app/pachli/components/filters/FilterExtensions.kt b/app/src/main/java/app/pachli/components/filters/FilterExtensions.kt index 8e6744e86..08106d93e 100644 --- a/app/src/main/java/app/pachli/components/filters/FilterExtensions.kt +++ b/app/src/main/java/app/pachli/components/filters/FilterExtensions.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/components/instanceinfo/InstanceInfo.kt b/app/src/main/java/app/pachli/components/instanceinfo/InstanceInfo.kt index a7b291aa2..8ec819f17 100644 --- a/app/src/main/java/app/pachli/components/instanceinfo/InstanceInfo.kt +++ b/app/src/main/java/app/pachli/components/instanceinfo/InstanceInfo.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.instanceinfo diff --git a/app/src/main/java/app/pachli/components/instanceinfo/InstanceInfoRepository.kt b/app/src/main/java/app/pachli/components/instanceinfo/InstanceInfoRepository.kt index 9029062c2..38b8dfdae 100644 --- a/app/src/main/java/app/pachli/components/instanceinfo/InstanceInfoRepository.kt +++ b/app/src/main/java/app/pachli/components/instanceinfo/InstanceInfoRepository.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.instanceinfo diff --git a/app/src/main/java/app/pachli/components/login/LoginActivity.kt b/app/src/main/java/app/pachli/components/login/LoginActivity.kt index c80799a76..2b8bf1cf8 100644 --- a/app/src/main/java/app/pachli/components/login/LoginActivity.kt +++ b/app/src/main/java/app/pachli/components/login/LoginActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.login diff --git a/app/src/main/java/app/pachli/components/login/LoginWebViewActivity.kt b/app/src/main/java/app/pachli/components/login/LoginWebViewActivity.kt index 5e6e85415..439a01c05 100644 --- a/app/src/main/java/app/pachli/components/login/LoginWebViewActivity.kt +++ b/app/src/main/java/app/pachli/components/login/LoginWebViewActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.login diff --git a/app/src/main/java/app/pachli/components/login/LoginWebViewViewModel.kt b/app/src/main/java/app/pachli/components/login/LoginWebViewViewModel.kt index 2870c7934..94c6a21e2 100644 --- a/app/src/main/java/app/pachli/components/login/LoginWebViewViewModel.kt +++ b/app/src/main/java/app/pachli/components/login/LoginWebViewViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.login diff --git a/app/src/main/java/app/pachli/components/notifications/NotificationHelper.java b/app/src/main/java/app/pachli/components/notifications/NotificationHelper.java index 23030ba0f..e3b608a64 100644 --- a/app/src/main/java/app/pachli/components/notifications/NotificationHelper.java +++ b/app/src/main/java/app/pachli/components/notifications/NotificationHelper.java @@ -11,8 +11,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.notifications; diff --git a/app/src/main/java/app/pachli/components/notifications/PushNotificationHelper.kt b/app/src/main/java/app/pachli/components/notifications/PushNotificationHelper.kt index 9e62042f6..1cde295da 100644 --- a/app/src/main/java/app/pachli/components/notifications/PushNotificationHelper.kt +++ b/app/src/main/java/app/pachli/components/notifications/PushNotificationHelper.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ @file:JvmName("PushNotificationHelper") diff --git a/app/src/main/java/app/pachli/components/preference/AccountPreferencesFragment.kt b/app/src/main/java/app/pachli/components/preference/AccountPreferencesFragment.kt index 91e3823f4..b5dd2e6da 100644 --- a/app/src/main/java/app/pachli/components/preference/AccountPreferencesFragment.kt +++ b/app/src/main/java/app/pachli/components/preference/AccountPreferencesFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.preference diff --git a/app/src/main/java/app/pachli/components/preference/NotificationPreferencesFragment.kt b/app/src/main/java/app/pachli/components/preference/NotificationPreferencesFragment.kt index 57df30ffe..e1cbe0193 100644 --- a/app/src/main/java/app/pachli/components/preference/NotificationPreferencesFragment.kt +++ b/app/src/main/java/app/pachli/components/preference/NotificationPreferencesFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.preference diff --git a/app/src/main/java/app/pachli/components/preference/PreferencesActivity.kt b/app/src/main/java/app/pachli/components/preference/PreferencesActivity.kt index 96ec9fa72..74c42d2f1 100644 --- a/app/src/main/java/app/pachli/components/preference/PreferencesActivity.kt +++ b/app/src/main/java/app/pachli/components/preference/PreferencesActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.preference diff --git a/app/src/main/java/app/pachli/components/preference/PreferencesFragment.kt b/app/src/main/java/app/pachli/components/preference/PreferencesFragment.kt index a89a986f9..e89852442 100644 --- a/app/src/main/java/app/pachli/components/preference/PreferencesFragment.kt +++ b/app/src/main/java/app/pachli/components/preference/PreferencesFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.preference diff --git a/app/src/main/java/app/pachli/components/preference/ProxyPreferencesFragment.kt b/app/src/main/java/app/pachli/components/preference/ProxyPreferencesFragment.kt index bb71bb7f4..b03b638d5 100644 --- a/app/src/main/java/app/pachli/components/preference/ProxyPreferencesFragment.kt +++ b/app/src/main/java/app/pachli/components/preference/ProxyPreferencesFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.preference diff --git a/app/src/main/java/app/pachli/components/preference/TabFilterPreferencesFragment.kt b/app/src/main/java/app/pachli/components/preference/TabFilterPreferencesFragment.kt index 09631da00..caf1e7571 100644 --- a/app/src/main/java/app/pachli/components/preference/TabFilterPreferencesFragment.kt +++ b/app/src/main/java/app/pachli/components/preference/TabFilterPreferencesFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.preference diff --git a/app/src/main/java/app/pachli/components/report/ReportActivity.kt b/app/src/main/java/app/pachli/components/report/ReportActivity.kt index 5b5c54caa..f3f3bf6b4 100644 --- a/app/src/main/java/app/pachli/components/report/ReportActivity.kt +++ b/app/src/main/java/app/pachli/components/report/ReportActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report diff --git a/app/src/main/java/app/pachli/components/report/ReportViewModel.kt b/app/src/main/java/app/pachli/components/report/ReportViewModel.kt index 6e1056f2e..ea15dd77a 100644 --- a/app/src/main/java/app/pachli/components/report/ReportViewModel.kt +++ b/app/src/main/java/app/pachli/components/report/ReportViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report diff --git a/app/src/main/java/app/pachli/components/report/Screen.kt b/app/src/main/java/app/pachli/components/report/Screen.kt index fe8eaff16..7c3b3ce63 100644 --- a/app/src/main/java/app/pachli/components/report/Screen.kt +++ b/app/src/main/java/app/pachli/components/report/Screen.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report diff --git a/app/src/main/java/app/pachli/components/report/adapter/AdapterHandler.kt b/app/src/main/java/app/pachli/components/report/adapter/AdapterHandler.kt index 8df167c7e..17e8fac1e 100644 --- a/app/src/main/java/app/pachli/components/report/adapter/AdapterHandler.kt +++ b/app/src/main/java/app/pachli/components/report/adapter/AdapterHandler.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report.adapter diff --git a/app/src/main/java/app/pachli/components/report/adapter/ReportPagerAdapter.kt b/app/src/main/java/app/pachli/components/report/adapter/ReportPagerAdapter.kt index 539163846..aae49ab5a 100644 --- a/app/src/main/java/app/pachli/components/report/adapter/ReportPagerAdapter.kt +++ b/app/src/main/java/app/pachli/components/report/adapter/ReportPagerAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report.adapter diff --git a/app/src/main/java/app/pachli/components/report/adapter/StatusViewHolder.kt b/app/src/main/java/app/pachli/components/report/adapter/StatusViewHolder.kt index 15aa873a4..cf15ee9d9 100644 --- a/app/src/main/java/app/pachli/components/report/adapter/StatusViewHolder.kt +++ b/app/src/main/java/app/pachli/components/report/adapter/StatusViewHolder.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report.adapter diff --git a/app/src/main/java/app/pachli/components/report/adapter/StatusesAdapter.kt b/app/src/main/java/app/pachli/components/report/adapter/StatusesAdapter.kt index e20c9c3ce..f9584fbd4 100644 --- a/app/src/main/java/app/pachli/components/report/adapter/StatusesAdapter.kt +++ b/app/src/main/java/app/pachli/components/report/adapter/StatusesAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report.adapter diff --git a/app/src/main/java/app/pachli/components/report/adapter/StatusesPagingSource.kt b/app/src/main/java/app/pachli/components/report/adapter/StatusesPagingSource.kt index 760fd62ec..fac9538e7 100644 --- a/app/src/main/java/app/pachli/components/report/adapter/StatusesPagingSource.kt +++ b/app/src/main/java/app/pachli/components/report/adapter/StatusesPagingSource.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report.adapter diff --git a/app/src/main/java/app/pachli/components/report/fragments/ReportDoneFragment.kt b/app/src/main/java/app/pachli/components/report/fragments/ReportDoneFragment.kt index af689efe9..0b8018640 100644 --- a/app/src/main/java/app/pachli/components/report/fragments/ReportDoneFragment.kt +++ b/app/src/main/java/app/pachli/components/report/fragments/ReportDoneFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report.fragments diff --git a/app/src/main/java/app/pachli/components/report/fragments/ReportNoteFragment.kt b/app/src/main/java/app/pachli/components/report/fragments/ReportNoteFragment.kt index 813800542..25a60aa0a 100644 --- a/app/src/main/java/app/pachli/components/report/fragments/ReportNoteFragment.kt +++ b/app/src/main/java/app/pachli/components/report/fragments/ReportNoteFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report.fragments diff --git a/app/src/main/java/app/pachli/components/report/fragments/ReportStatusesFragment.kt b/app/src/main/java/app/pachli/components/report/fragments/ReportStatusesFragment.kt index 4dbe5e857..bff02014c 100644 --- a/app/src/main/java/app/pachli/components/report/fragments/ReportStatusesFragment.kt +++ b/app/src/main/java/app/pachli/components/report/fragments/ReportStatusesFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report.fragments diff --git a/app/src/main/java/app/pachli/components/report/model/StatusViewState.kt b/app/src/main/java/app/pachli/components/report/model/StatusViewState.kt index 0fb9997f8..58c67f1ff 100644 --- a/app/src/main/java/app/pachli/components/report/model/StatusViewState.kt +++ b/app/src/main/java/app/pachli/components/report/model/StatusViewState.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.report.model diff --git a/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusActivity.kt b/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusActivity.kt index d26ffe0ff..5e0fbb5f2 100644 --- a/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusActivity.kt +++ b/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.scheduled diff --git a/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusAdapter.kt b/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusAdapter.kt index a4513d8c2..f58ed7d07 100644 --- a/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusAdapter.kt +++ b/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.scheduled diff --git a/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusPagingSource.kt b/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusPagingSource.kt index 048a754e3..7a6940159 100644 --- a/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusPagingSource.kt +++ b/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusPagingSource.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.scheduled diff --git a/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusViewModel.kt b/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusViewModel.kt index 310cfb0e1..9be4b669a 100644 --- a/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusViewModel.kt +++ b/app/src/main/java/app/pachli/components/scheduled/ScheduledStatusViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.scheduled diff --git a/app/src/main/java/app/pachli/components/search/SearchActivity.kt b/app/src/main/java/app/pachli/components/search/SearchActivity.kt index c9e69e12a..8777c87f3 100644 --- a/app/src/main/java/app/pachli/components/search/SearchActivity.kt +++ b/app/src/main/java/app/pachli/components/search/SearchActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search diff --git a/app/src/main/java/app/pachli/components/search/SearchType.kt b/app/src/main/java/app/pachli/components/search/SearchType.kt index 0ea03716d..3bcd1c535 100644 --- a/app/src/main/java/app/pachli/components/search/SearchType.kt +++ b/app/src/main/java/app/pachli/components/search/SearchType.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search diff --git a/app/src/main/java/app/pachli/components/search/SearchViewModel.kt b/app/src/main/java/app/pachli/components/search/SearchViewModel.kt index aa8a43ea9..5faec7cfc 100644 --- a/app/src/main/java/app/pachli/components/search/SearchViewModel.kt +++ b/app/src/main/java/app/pachli/components/search/SearchViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search diff --git a/app/src/main/java/app/pachli/components/search/adapter/SearchAccountsAdapter.kt b/app/src/main/java/app/pachli/components/search/adapter/SearchAccountsAdapter.kt index 8a7219c9c..3e85f2ccd 100644 --- a/app/src/main/java/app/pachli/components/search/adapter/SearchAccountsAdapter.kt +++ b/app/src/main/java/app/pachli/components/search/adapter/SearchAccountsAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search.adapter diff --git a/app/src/main/java/app/pachli/components/search/adapter/SearchHashtagsAdapter.kt b/app/src/main/java/app/pachli/components/search/adapter/SearchHashtagsAdapter.kt index 314b34c1d..1165a31d8 100644 --- a/app/src/main/java/app/pachli/components/search/adapter/SearchHashtagsAdapter.kt +++ b/app/src/main/java/app/pachli/components/search/adapter/SearchHashtagsAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search.adapter diff --git a/app/src/main/java/app/pachli/components/search/adapter/SearchPagerAdapter.kt b/app/src/main/java/app/pachli/components/search/adapter/SearchPagerAdapter.kt index f79c0e84f..99eee9cbc 100644 --- a/app/src/main/java/app/pachli/components/search/adapter/SearchPagerAdapter.kt +++ b/app/src/main/java/app/pachli/components/search/adapter/SearchPagerAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search.adapter diff --git a/app/src/main/java/app/pachli/components/search/adapter/SearchPagingSource.kt b/app/src/main/java/app/pachli/components/search/adapter/SearchPagingSource.kt index b6929a13c..67470f205 100644 --- a/app/src/main/java/app/pachli/components/search/adapter/SearchPagingSource.kt +++ b/app/src/main/java/app/pachli/components/search/adapter/SearchPagingSource.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search.adapter diff --git a/app/src/main/java/app/pachli/components/search/adapter/SearchPagingSourceFactory.kt b/app/src/main/java/app/pachli/components/search/adapter/SearchPagingSourceFactory.kt index 56dd254ea..0ec5b3864 100644 --- a/app/src/main/java/app/pachli/components/search/adapter/SearchPagingSourceFactory.kt +++ b/app/src/main/java/app/pachli/components/search/adapter/SearchPagingSourceFactory.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search.adapter diff --git a/app/src/main/java/app/pachli/components/search/adapter/SearchStatusesAdapter.kt b/app/src/main/java/app/pachli/components/search/adapter/SearchStatusesAdapter.kt index 1713e59c1..f107bc673 100644 --- a/app/src/main/java/app/pachli/components/search/adapter/SearchStatusesAdapter.kt +++ b/app/src/main/java/app/pachli/components/search/adapter/SearchStatusesAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search.adapter diff --git a/app/src/main/java/app/pachli/components/search/fragments/SearchAccountsFragment.kt b/app/src/main/java/app/pachli/components/search/fragments/SearchAccountsFragment.kt index afecb6a18..376f5d5a3 100644 --- a/app/src/main/java/app/pachli/components/search/fragments/SearchAccountsFragment.kt +++ b/app/src/main/java/app/pachli/components/search/fragments/SearchAccountsFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search.fragments diff --git a/app/src/main/java/app/pachli/components/search/fragments/SearchHashtagsFragment.kt b/app/src/main/java/app/pachli/components/search/fragments/SearchHashtagsFragment.kt index c6c3af0c1..c371e41fa 100644 --- a/app/src/main/java/app/pachli/components/search/fragments/SearchHashtagsFragment.kt +++ b/app/src/main/java/app/pachli/components/search/fragments/SearchHashtagsFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search.fragments diff --git a/app/src/main/java/app/pachli/components/search/fragments/SearchStatusesFragment.kt b/app/src/main/java/app/pachli/components/search/fragments/SearchStatusesFragment.kt index 503eb2cdc..90a075256 100644 --- a/app/src/main/java/app/pachli/components/search/fragments/SearchStatusesFragment.kt +++ b/app/src/main/java/app/pachli/components/search/fragments/SearchStatusesFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.search.fragments diff --git a/app/src/main/java/app/pachli/components/timeline/TimelinePagingAdapter.kt b/app/src/main/java/app/pachli/components/timeline/TimelinePagingAdapter.kt index dbe94fba0..89541fdb5 100644 --- a/app/src/main/java/app/pachli/components/timeline/TimelinePagingAdapter.kt +++ b/app/src/main/java/app/pachli/components/timeline/TimelinePagingAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.timeline diff --git a/app/src/main/java/app/pachli/components/trending/TrendingDateViewHolder.kt b/app/src/main/java/app/pachli/components/trending/TrendingDateViewHolder.kt index 49da0d1b6..599b203c5 100644 --- a/app/src/main/java/app/pachli/components/trending/TrendingDateViewHolder.kt +++ b/app/src/main/java/app/pachli/components/trending/TrendingDateViewHolder.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.trending diff --git a/app/src/main/java/app/pachli/components/trending/TrendingTagViewHolder.kt b/app/src/main/java/app/pachli/components/trending/TrendingTagViewHolder.kt index 9962c401f..d5736aac4 100644 --- a/app/src/main/java/app/pachli/components/trending/TrendingTagViewHolder.kt +++ b/app/src/main/java/app/pachli/components/trending/TrendingTagViewHolder.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.trending diff --git a/app/src/main/java/app/pachli/components/trending/TrendingTagsAdapter.kt b/app/src/main/java/app/pachli/components/trending/TrendingTagsAdapter.kt index 80d3152ac..55c082f59 100644 --- a/app/src/main/java/app/pachli/components/trending/TrendingTagsAdapter.kt +++ b/app/src/main/java/app/pachli/components/trending/TrendingTagsAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.trending diff --git a/app/src/main/java/app/pachli/components/trending/viewmodel/TrendingTagsViewModel.kt b/app/src/main/java/app/pachli/components/trending/viewmodel/TrendingTagsViewModel.kt index 282006a5c..cf79077a5 100644 --- a/app/src/main/java/app/pachli/components/trending/viewmodel/TrendingTagsViewModel.kt +++ b/app/src/main/java/app/pachli/components/trending/viewmodel/TrendingTagsViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.trending.viewmodel diff --git a/app/src/main/java/app/pachli/components/viewthread/ConversationLineItemDecoration.kt b/app/src/main/java/app/pachli/components/viewthread/ConversationLineItemDecoration.kt index c546fa156..2599f151c 100644 --- a/app/src/main/java/app/pachli/components/viewthread/ConversationLineItemDecoration.kt +++ b/app/src/main/java/app/pachli/components/viewthread/ConversationLineItemDecoration.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.viewthread diff --git a/app/src/main/java/app/pachli/components/viewthread/ThreadAdapter.kt b/app/src/main/java/app/pachli/components/viewthread/ThreadAdapter.kt index d246d7435..21e99538b 100644 --- a/app/src/main/java/app/pachli/components/viewthread/ThreadAdapter.kt +++ b/app/src/main/java/app/pachli/components/viewthread/ThreadAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.viewthread diff --git a/app/src/main/java/app/pachli/components/viewthread/ViewThreadActivity.kt b/app/src/main/java/app/pachli/components/viewthread/ViewThreadActivity.kt index 2bef5c2f7..8dbfa73e7 100644 --- a/app/src/main/java/app/pachli/components/viewthread/ViewThreadActivity.kt +++ b/app/src/main/java/app/pachli/components/viewthread/ViewThreadActivity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.viewthread diff --git a/app/src/main/java/app/pachli/components/viewthread/ViewThreadFragment.kt b/app/src/main/java/app/pachli/components/viewthread/ViewThreadFragment.kt index 56625d084..3c0a8c831 100644 --- a/app/src/main/java/app/pachli/components/viewthread/ViewThreadFragment.kt +++ b/app/src/main/java/app/pachli/components/viewthread/ViewThreadFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.viewthread diff --git a/app/src/main/java/app/pachli/components/viewthread/ViewThreadViewModel.kt b/app/src/main/java/app/pachli/components/viewthread/ViewThreadViewModel.kt index a5a16d087..1af3c1887 100644 --- a/app/src/main/java/app/pachli/components/viewthread/ViewThreadViewModel.kt +++ b/app/src/main/java/app/pachli/components/viewthread/ViewThreadViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.viewthread diff --git a/app/src/main/java/app/pachli/components/viewthread/edits/ViewEditsFragment.kt b/app/src/main/java/app/pachli/components/viewthread/edits/ViewEditsFragment.kt index 7c5960783..b8e077480 100644 --- a/app/src/main/java/app/pachli/components/viewthread/edits/ViewEditsFragment.kt +++ b/app/src/main/java/app/pachli/components/viewthread/edits/ViewEditsFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.components.viewthread.edits diff --git a/app/src/main/java/app/pachli/db/AccountDao.kt b/app/src/main/java/app/pachli/db/AccountDao.kt index 0cbce224a..bd0b12ada 100644 --- a/app/src/main/java/app/pachli/db/AccountDao.kt +++ b/app/src/main/java/app/pachli/db/AccountDao.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/db/AccountEntity.kt b/app/src/main/java/app/pachli/db/AccountEntity.kt index 92b696501..34e9c8eea 100644 --- a/app/src/main/java/app/pachli/db/AccountEntity.kt +++ b/app/src/main/java/app/pachli/db/AccountEntity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/db/AccountManager.kt b/app/src/main/java/app/pachli/db/AccountManager.kt index dbabbd2e0..18e310062 100644 --- a/app/src/main/java/app/pachli/db/AccountManager.kt +++ b/app/src/main/java/app/pachli/db/AccountManager.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/db/ConversationsDao.kt b/app/src/main/java/app/pachli/db/ConversationsDao.kt index d23a55d33..1c9ccf336 100644 --- a/app/src/main/java/app/pachli/db/ConversationsDao.kt +++ b/app/src/main/java/app/pachli/db/ConversationsDao.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/db/Converters.kt b/app/src/main/java/app/pachli/db/Converters.kt index c1bc852f9..c7144f91c 100644 --- a/app/src/main/java/app/pachli/db/Converters.kt +++ b/app/src/main/java/app/pachli/db/Converters.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/db/DraftDao.kt b/app/src/main/java/app/pachli/db/DraftDao.kt index 141295904..86b4fbf51 100644 --- a/app/src/main/java/app/pachli/db/DraftDao.kt +++ b/app/src/main/java/app/pachli/db/DraftDao.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/db/DraftEntity.kt b/app/src/main/java/app/pachli/db/DraftEntity.kt index 223c9efce..5fb584578 100644 --- a/app/src/main/java/app/pachli/db/DraftEntity.kt +++ b/app/src/main/java/app/pachli/db/DraftEntity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/db/DraftsAlert.kt b/app/src/main/java/app/pachli/db/DraftsAlert.kt index 90780f9e1..6bc655190 100644 --- a/app/src/main/java/app/pachli/db/DraftsAlert.kt +++ b/app/src/main/java/app/pachli/db/DraftsAlert.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/db/InstanceDao.kt b/app/src/main/java/app/pachli/db/InstanceDao.kt index 27d9be61e..cc5c596e1 100644 --- a/app/src/main/java/app/pachli/db/InstanceDao.kt +++ b/app/src/main/java/app/pachli/db/InstanceDao.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/db/InstanceEntity.kt b/app/src/main/java/app/pachli/db/InstanceEntity.kt index 1cb70acd6..6d54d5f7e 100644 --- a/app/src/main/java/app/pachli/db/InstanceEntity.kt +++ b/app/src/main/java/app/pachli/db/InstanceEntity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/db/TimelineDao.kt b/app/src/main/java/app/pachli/db/TimelineDao.kt index 0e3814ad3..9b9aa5f76 100644 --- a/app/src/main/java/app/pachli/db/TimelineDao.kt +++ b/app/src/main/java/app/pachli/db/TimelineDao.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/db/TimelineStatusEntity.kt b/app/src/main/java/app/pachli/db/TimelineStatusEntity.kt index c1da12d14..cf3167f9f 100644 --- a/app/src/main/java/app/pachli/db/TimelineStatusEntity.kt +++ b/app/src/main/java/app/pachli/db/TimelineStatusEntity.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.db diff --git a/app/src/main/java/app/pachli/di/NetworkModule.kt b/app/src/main/java/app/pachli/di/NetworkModule.kt index 32f08ba8b..aacb11a62 100644 --- a/app/src/main/java/app/pachli/di/NetworkModule.kt +++ b/app/src/main/java/app/pachli/di/NetworkModule.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.di diff --git a/app/src/main/java/app/pachli/entity/AccessToken.kt b/app/src/main/java/app/pachli/entity/AccessToken.kt index f121e057a..40b287824 100644 --- a/app/src/main/java/app/pachli/entity/AccessToken.kt +++ b/app/src/main/java/app/pachli/entity/AccessToken.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/Account.kt b/app/src/main/java/app/pachli/entity/Account.kt index 6a7b5902f..acd893cd6 100644 --- a/app/src/main/java/app/pachli/entity/Account.kt +++ b/app/src/main/java/app/pachli/entity/Account.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/Announcement.kt b/app/src/main/java/app/pachli/entity/Announcement.kt index c66f97a09..3fc442822 100644 --- a/app/src/main/java/app/pachli/entity/Announcement.kt +++ b/app/src/main/java/app/pachli/entity/Announcement.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/AppCredentials.kt b/app/src/main/java/app/pachli/entity/AppCredentials.kt index 9c562aea0..96ddc9c96 100644 --- a/app/src/main/java/app/pachli/entity/AppCredentials.kt +++ b/app/src/main/java/app/pachli/entity/AppCredentials.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/Attachment.kt b/app/src/main/java/app/pachli/entity/Attachment.kt index be8fdf5d5..65a5ee59a 100644 --- a/app/src/main/java/app/pachli/entity/Attachment.kt +++ b/app/src/main/java/app/pachli/entity/Attachment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/Card.kt b/app/src/main/java/app/pachli/entity/Card.kt index b30401a61..1ed836aa3 100644 --- a/app/src/main/java/app/pachli/entity/Card.kt +++ b/app/src/main/java/app/pachli/entity/Card.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/Conversation.kt b/app/src/main/java/app/pachli/entity/Conversation.kt index 9d84c7c69..03e178e93 100644 --- a/app/src/main/java/app/pachli/entity/Conversation.kt +++ b/app/src/main/java/app/pachli/entity/Conversation.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/DeletedStatus.kt b/app/src/main/java/app/pachli/entity/DeletedStatus.kt index 01f40fbe6..7c9860ef8 100644 --- a/app/src/main/java/app/pachli/entity/DeletedStatus.kt +++ b/app/src/main/java/app/pachli/entity/DeletedStatus.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/Emoji.kt b/app/src/main/java/app/pachli/entity/Emoji.kt index 35dc02005..ed00b068f 100644 --- a/app/src/main/java/app/pachli/entity/Emoji.kt +++ b/app/src/main/java/app/pachli/entity/Emoji.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/FilterV1.kt b/app/src/main/java/app/pachli/entity/FilterV1.kt index c57a0e5e5..1ddb53dee 100644 --- a/app/src/main/java/app/pachli/entity/FilterV1.kt +++ b/app/src/main/java/app/pachli/entity/FilterV1.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/Instance.kt b/app/src/main/java/app/pachli/entity/Instance.kt index 0720b4b36..75474af50 100644 --- a/app/src/main/java/app/pachli/entity/Instance.kt +++ b/app/src/main/java/app/pachli/entity/Instance.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/MastoList.kt b/app/src/main/java/app/pachli/entity/MastoList.kt index 06aaeb42e..1bfdc38fa 100644 --- a/app/src/main/java/app/pachli/entity/MastoList.kt +++ b/app/src/main/java/app/pachli/entity/MastoList.kt @@ -10,7 +10,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/entity/NewStatus.kt b/app/src/main/java/app/pachli/entity/NewStatus.kt index 7fdda69bc..9a9582729 100644 --- a/app/src/main/java/app/pachli/entity/NewStatus.kt +++ b/app/src/main/java/app/pachli/entity/NewStatus.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/Notification.kt b/app/src/main/java/app/pachli/entity/Notification.kt index a8bb2f973..165636b02 100644 --- a/app/src/main/java/app/pachli/entity/Notification.kt +++ b/app/src/main/java/app/pachli/entity/Notification.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/NotificationSubscribeResult.kt b/app/src/main/java/app/pachli/entity/NotificationSubscribeResult.kt index ff9259c6d..92b0c8582 100644 --- a/app/src/main/java/app/pachli/entity/NotificationSubscribeResult.kt +++ b/app/src/main/java/app/pachli/entity/NotificationSubscribeResult.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/Relationship.kt b/app/src/main/java/app/pachli/entity/Relationship.kt index 76125690b..d641019f5 100644 --- a/app/src/main/java/app/pachli/entity/Relationship.kt +++ b/app/src/main/java/app/pachli/entity/Relationship.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/ScheduledStatus.kt b/app/src/main/java/app/pachli/entity/ScheduledStatus.kt index dd8d5210d..18e395b8f 100644 --- a/app/src/main/java/app/pachli/entity/ScheduledStatus.kt +++ b/app/src/main/java/app/pachli/entity/ScheduledStatus.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/SearchResult.kt b/app/src/main/java/app/pachli/entity/SearchResult.kt index 1c7a31594..389a78356 100644 --- a/app/src/main/java/app/pachli/entity/SearchResult.kt +++ b/app/src/main/java/app/pachli/entity/SearchResult.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/Status.kt b/app/src/main/java/app/pachli/entity/Status.kt index 078f311e3..c41e782c9 100644 --- a/app/src/main/java/app/pachli/entity/Status.kt +++ b/app/src/main/java/app/pachli/entity/Status.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/StatusContext.kt b/app/src/main/java/app/pachli/entity/StatusContext.kt index 410643660..fcfedf101 100644 --- a/app/src/main/java/app/pachli/entity/StatusContext.kt +++ b/app/src/main/java/app/pachli/entity/StatusContext.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/StatusParams.kt b/app/src/main/java/app/pachli/entity/StatusParams.kt index befbc438a..fac8f3cfd 100644 --- a/app/src/main/java/app/pachli/entity/StatusParams.kt +++ b/app/src/main/java/app/pachli/entity/StatusParams.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/StatusSource.kt b/app/src/main/java/app/pachli/entity/StatusSource.kt index d71be5673..6a8da3756 100644 --- a/app/src/main/java/app/pachli/entity/StatusSource.kt +++ b/app/src/main/java/app/pachli/entity/StatusSource.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/TimelineAccount.kt b/app/src/main/java/app/pachli/entity/TimelineAccount.kt index 6555dbb7b..721888d0d 100644 --- a/app/src/main/java/app/pachli/entity/TimelineAccount.kt +++ b/app/src/main/java/app/pachli/entity/TimelineAccount.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/entity/TrendingTagsResult.kt b/app/src/main/java/app/pachli/entity/TrendingTagsResult.kt index 9e979e632..443c17bcd 100644 --- a/app/src/main/java/app/pachli/entity/TrendingTagsResult.kt +++ b/app/src/main/java/app/pachli/entity/TrendingTagsResult.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.entity diff --git a/app/src/main/java/app/pachli/fragment/SFragment.kt b/app/src/main/java/app/pachli/fragment/SFragment.kt index 57ca723e2..36f5d4c44 100644 --- a/app/src/main/java/app/pachli/fragment/SFragment.kt +++ b/app/src/main/java/app/pachli/fragment/SFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.fragment import android.Manifest diff --git a/app/src/main/java/app/pachli/fragment/ViewImageFragment.kt b/app/src/main/java/app/pachli/fragment/ViewImageFragment.kt index 169ed8272..40d6bd048 100644 --- a/app/src/main/java/app/pachli/fragment/ViewImageFragment.kt +++ b/app/src/main/java/app/pachli/fragment/ViewImageFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.fragment diff --git a/app/src/main/java/app/pachli/fragment/ViewMediaFragment.kt b/app/src/main/java/app/pachli/fragment/ViewMediaFragment.kt index 62982d178..5c7e46db2 100644 --- a/app/src/main/java/app/pachli/fragment/ViewMediaFragment.kt +++ b/app/src/main/java/app/pachli/fragment/ViewMediaFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.fragment diff --git a/app/src/main/java/app/pachli/fragment/ViewVideoFragment.kt b/app/src/main/java/app/pachli/fragment/ViewVideoFragment.kt index d41956a96..c6118b013 100644 --- a/app/src/main/java/app/pachli/fragment/ViewVideoFragment.kt +++ b/app/src/main/java/app/pachli/fragment/ViewVideoFragment.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.fragment diff --git a/app/src/main/java/app/pachli/interfaces/AccountSelectionListener.kt b/app/src/main/java/app/pachli/interfaces/AccountSelectionListener.kt index 3f43045f9..384160bb4 100644 --- a/app/src/main/java/app/pachli/interfaces/AccountSelectionListener.kt +++ b/app/src/main/java/app/pachli/interfaces/AccountSelectionListener.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.interfaces diff --git a/app/src/main/java/app/pachli/interfaces/ActionButtonActivity.java b/app/src/main/java/app/pachli/interfaces/ActionButtonActivity.java index 2490e4831..e32d51bcf 100644 --- a/app/src/main/java/app/pachli/interfaces/ActionButtonActivity.java +++ b/app/src/main/java/app/pachli/interfaces/ActionButtonActivity.java @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.interfaces; diff --git a/app/src/main/java/app/pachli/interfaces/FabFragment.kt b/app/src/main/java/app/pachli/interfaces/FabFragment.kt index a5ff4dfd6..97549ca3f 100644 --- a/app/src/main/java/app/pachli/interfaces/FabFragment.kt +++ b/app/src/main/java/app/pachli/interfaces/FabFragment.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/interfaces/LinkListener.kt b/app/src/main/java/app/pachli/interfaces/LinkListener.kt index ff1446f64..f7f3931d8 100644 --- a/app/src/main/java/app/pachli/interfaces/LinkListener.kt +++ b/app/src/main/java/app/pachli/interfaces/LinkListener.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.interfaces diff --git a/app/src/main/java/app/pachli/json/GuardedBooleanAdapter.kt b/app/src/main/java/app/pachli/json/GuardedBooleanAdapter.kt index ecce00909..eca938121 100644 --- a/app/src/main/java/app/pachli/json/GuardedBooleanAdapter.kt +++ b/app/src/main/java/app/pachli/json/GuardedBooleanAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.json diff --git a/app/src/main/java/app/pachli/network/InstanceSwitchAuthInterceptor.kt b/app/src/main/java/app/pachli/network/InstanceSwitchAuthInterceptor.kt index b5051d324..1fcaebacd 100644 --- a/app/src/main/java/app/pachli/network/InstanceSwitchAuthInterceptor.kt +++ b/app/src/main/java/app/pachli/network/InstanceSwitchAuthInterceptor.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.network diff --git a/app/src/main/java/app/pachli/network/MastodonApi.kt b/app/src/main/java/app/pachli/network/MastodonApi.kt index a7cfe4642..bd67cdc61 100644 --- a/app/src/main/java/app/pachli/network/MastodonApi.kt +++ b/app/src/main/java/app/pachli/network/MastodonApi.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.network diff --git a/app/src/main/java/app/pachli/pager/MainPagerAdapter.kt b/app/src/main/java/app/pachli/pager/MainPagerAdapter.kt index 19a4ef83c..6af7d3662 100644 --- a/app/src/main/java/app/pachli/pager/MainPagerAdapter.kt +++ b/app/src/main/java/app/pachli/pager/MainPagerAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.pager diff --git a/app/src/main/java/app/pachli/receiver/NotificationBlockStateBroadcastReceiver.kt b/app/src/main/java/app/pachli/receiver/NotificationBlockStateBroadcastReceiver.kt index 76581570c..0eb44ae41 100644 --- a/app/src/main/java/app/pachli/receiver/NotificationBlockStateBroadcastReceiver.kt +++ b/app/src/main/java/app/pachli/receiver/NotificationBlockStateBroadcastReceiver.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.receiver diff --git a/app/src/main/java/app/pachli/receiver/SendStatusBroadcastReceiver.kt b/app/src/main/java/app/pachli/receiver/SendStatusBroadcastReceiver.kt index 67b603766..75e307b06 100644 --- a/app/src/main/java/app/pachli/receiver/SendStatusBroadcastReceiver.kt +++ b/app/src/main/java/app/pachli/receiver/SendStatusBroadcastReceiver.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.receiver diff --git a/app/src/main/java/app/pachli/receiver/UnifiedPushBroadcastReceiver.kt b/app/src/main/java/app/pachli/receiver/UnifiedPushBroadcastReceiver.kt index 743863436..cb67ce139 100644 --- a/app/src/main/java/app/pachli/receiver/UnifiedPushBroadcastReceiver.kt +++ b/app/src/main/java/app/pachli/receiver/UnifiedPushBroadcastReceiver.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.receiver diff --git a/app/src/main/java/app/pachli/service/PachliTileService.kt b/app/src/main/java/app/pachli/service/PachliTileService.kt index 05c542d50..0db4d393c 100644 --- a/app/src/main/java/app/pachli/service/PachliTileService.kt +++ b/app/src/main/java/app/pachli/service/PachliTileService.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.service diff --git a/app/src/main/java/app/pachli/service/ServiceClient.kt b/app/src/main/java/app/pachli/service/ServiceClient.kt index a0137e840..832390e93 100644 --- a/app/src/main/java/app/pachli/service/ServiceClient.kt +++ b/app/src/main/java/app/pachli/service/ServiceClient.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.service diff --git a/app/src/main/java/app/pachli/usecase/TimelineCases.kt b/app/src/main/java/app/pachli/usecase/TimelineCases.kt index 92548e605..3a2d548c1 100644 --- a/app/src/main/java/app/pachli/usecase/TimelineCases.kt +++ b/app/src/main/java/app/pachli/usecase/TimelineCases.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.usecase diff --git a/app/src/main/java/app/pachli/util/AbsoluteTimeFormatter.kt b/app/src/main/java/app/pachli/util/AbsoluteTimeFormatter.kt index 852f6d4b8..e8e44c80c 100644 --- a/app/src/main/java/app/pachli/util/AbsoluteTimeFormatter.kt +++ b/app/src/main/java/app/pachli/util/AbsoluteTimeFormatter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/AlertDialogExtensions.kt b/app/src/main/java/app/pachli/util/AlertDialogExtensions.kt index c69e689a0..ea25114ce 100644 --- a/app/src/main/java/app/pachli/util/AlertDialogExtensions.kt +++ b/app/src/main/java/app/pachli/util/AlertDialogExtensions.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/util/AsciiFolding.kt b/app/src/main/java/app/pachli/util/AsciiFolding.kt index 4c552bf17..45f0d0a5a 100644 --- a/app/src/main/java/app/pachli/util/AsciiFolding.kt +++ b/app/src/main/java/app/pachli/util/AsciiFolding.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/CryptoUtil.kt b/app/src/main/java/app/pachli/util/CryptoUtil.kt index 26a059d5b..c2e87aeca 100644 --- a/app/src/main/java/app/pachli/util/CryptoUtil.kt +++ b/app/src/main/java/app/pachli/util/CryptoUtil.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/CustomEmojiHelper.kt b/app/src/main/java/app/pachli/util/CustomEmojiHelper.kt index 387550467..b63f9f633 100644 --- a/app/src/main/java/app/pachli/util/CustomEmojiHelper.kt +++ b/app/src/main/java/app/pachli/util/CustomEmojiHelper.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ @file:JvmName("CustomEmojiHelper") diff --git a/app/src/main/java/app/pachli/util/CustomFragmentStateAdapter.kt b/app/src/main/java/app/pachli/util/CustomFragmentStateAdapter.kt index 8d0e1272f..a276ee8a0 100644 --- a/app/src/main/java/app/pachli/util/CustomFragmentStateAdapter.kt +++ b/app/src/main/java/app/pachli/util/CustomFragmentStateAdapter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/Either.kt b/app/src/main/java/app/pachli/util/Either.kt index dea12f97e..58381a0ba 100644 --- a/app/src/main/java/app/pachli/util/Either.kt +++ b/app/src/main/java/app/pachli/util/Either.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/FocalPointUtil.kt b/app/src/main/java/app/pachli/util/FocalPointUtil.kt index e79b6ca2d..44f416983 100644 --- a/app/src/main/java/app/pachli/util/FocalPointUtil.kt +++ b/app/src/main/java/app/pachli/util/FocalPointUtil.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/IconUtils.kt b/app/src/main/java/app/pachli/util/IconUtils.kt index a7f90bbd0..f99a7eaf4 100644 --- a/app/src/main/java/app/pachli/util/IconUtils.kt +++ b/app/src/main/java/app/pachli/util/IconUtils.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/LinkHelper.kt b/app/src/main/java/app/pachli/util/LinkHelper.kt index af3f28d6a..7c6f992e2 100644 --- a/app/src/main/java/app/pachli/util/LinkHelper.kt +++ b/app/src/main/java/app/pachli/util/LinkHelper.kt @@ -10,7 +10,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ @file:JvmName("LinkHelper") diff --git a/app/src/main/java/app/pachli/util/ListUtils.kt b/app/src/main/java/app/pachli/util/ListUtils.kt index 497fa965f..6ed9a7670 100644 --- a/app/src/main/java/app/pachli/util/ListUtils.kt +++ b/app/src/main/java/app/pachli/util/ListUtils.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ @file:JvmName("ListUtils") diff --git a/app/src/main/java/app/pachli/util/LocaleExtensions.kt b/app/src/main/java/app/pachli/util/LocaleExtensions.kt index 0f8906354..10cdb73a6 100644 --- a/app/src/main/java/app/pachli/util/LocaleExtensions.kt +++ b/app/src/main/java/app/pachli/util/LocaleExtensions.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/LocaleManager.kt b/app/src/main/java/app/pachli/util/LocaleManager.kt index db373edda..bd3288091 100644 --- a/app/src/main/java/app/pachli/util/LocaleManager.kt +++ b/app/src/main/java/app/pachli/util/LocaleManager.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/LocaleUtils.kt b/app/src/main/java/app/pachli/util/LocaleUtils.kt index 644402993..0e9fc1dd9 100644 --- a/app/src/main/java/app/pachli/util/LocaleUtils.kt +++ b/app/src/main/java/app/pachli/util/LocaleUtils.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/MediaUtils.kt b/app/src/main/java/app/pachli/util/MediaUtils.kt index e77144ea2..c12ede739 100644 --- a/app/src/main/java/app/pachli/util/MediaUtils.kt +++ b/app/src/main/java/app/pachli/util/MediaUtils.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/NoUnderlineURLSpan.kt b/app/src/main/java/app/pachli/util/NoUnderlineURLSpan.kt index 9be12eb76..99efa247a 100644 --- a/app/src/main/java/app/pachli/util/NoUnderlineURLSpan.kt +++ b/app/src/main/java/app/pachli/util/NoUnderlineURLSpan.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/NotificationTypeConverter.kt b/app/src/main/java/app/pachli/util/NotificationTypeConverter.kt index cb2518026..9a5c94dfe 100644 --- a/app/src/main/java/app/pachli/util/NotificationTypeConverter.kt +++ b/app/src/main/java/app/pachli/util/NotificationTypeConverter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/PickMediaFiles.kt b/app/src/main/java/app/pachli/util/PickMediaFiles.kt index 41de03459..ed92105d6 100644 --- a/app/src/main/java/app/pachli/util/PickMediaFiles.kt +++ b/app/src/main/java/app/pachli/util/PickMediaFiles.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/ShareShortcutHelper.kt b/app/src/main/java/app/pachli/util/ShareShortcutHelper.kt index ce85fa786..472af08e8 100644 --- a/app/src/main/java/app/pachli/util/ShareShortcutHelper.kt +++ b/app/src/main/java/app/pachli/util/ShareShortcutHelper.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ @file:JvmName("ShareShortcutHelper") diff --git a/app/src/main/java/app/pachli/util/SmartLengthInputFilter.kt b/app/src/main/java/app/pachli/util/SmartLengthInputFilter.kt index 91fe47999..76e59de82 100644 --- a/app/src/main/java/app/pachli/util/SmartLengthInputFilter.kt +++ b/app/src/main/java/app/pachli/util/SmartLengthInputFilter.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/StatusParsingHelper.kt b/app/src/main/java/app/pachli/util/StatusParsingHelper.kt index 05bf40fd4..a8782797d 100644 --- a/app/src/main/java/app/pachli/util/StatusParsingHelper.kt +++ b/app/src/main/java/app/pachli/util/StatusParsingHelper.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ @file:JvmName("StatusParsingHelper") diff --git a/app/src/main/java/app/pachli/util/StatusViewHelper.kt b/app/src/main/java/app/pachli/util/StatusViewHelper.kt index f5b35e58a..4c71674cd 100644 --- a/app/src/main/java/app/pachli/util/StatusViewHelper.kt +++ b/app/src/main/java/app/pachli/util/StatusViewHelper.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.util diff --git a/app/src/main/java/app/pachli/util/TouchDelegateHelper.kt b/app/src/main/java/app/pachli/util/TouchDelegateHelper.kt index 266a7a5e6..0ec68e6f8 100644 --- a/app/src/main/java/app/pachli/util/TouchDelegateHelper.kt +++ b/app/src/main/java/app/pachli/util/TouchDelegateHelper.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ @file:JvmName("TouchDelegateHelper") diff --git a/app/src/main/java/app/pachli/util/ViewExtensions.kt b/app/src/main/java/app/pachli/util/ViewExtensions.kt index 5d2be96f9..eeaaf1a2c 100644 --- a/app/src/main/java/app/pachli/util/ViewExtensions.kt +++ b/app/src/main/java/app/pachli/util/ViewExtensions.kt @@ -10,7 +10,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/view/GraphView.kt b/app/src/main/java/app/pachli/view/GraphView.kt index 47a5b4c3e..674e9614b 100644 --- a/app/src/main/java/app/pachli/view/GraphView.kt +++ b/app/src/main/java/app/pachli/view/GraphView.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.view diff --git a/app/src/main/java/app/pachli/view/LicenseCard.kt b/app/src/main/java/app/pachli/view/LicenseCard.kt index cec26facb..0d4e6c3a0 100644 --- a/app/src/main/java/app/pachli/view/LicenseCard.kt +++ b/app/src/main/java/app/pachli/view/LicenseCard.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.view diff --git a/app/src/main/java/app/pachli/view/MediaPreviewImageView.kt b/app/src/main/java/app/pachli/view/MediaPreviewImageView.kt index f2b340b9a..081696df0 100644 --- a/app/src/main/java/app/pachli/view/MediaPreviewImageView.kt +++ b/app/src/main/java/app/pachli/view/MediaPreviewImageView.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.view import android.content.Context diff --git a/app/src/main/java/app/pachli/viewdata/AttachmentViewData.kt b/app/src/main/java/app/pachli/viewdata/AttachmentViewData.kt index 0cd754dad..a558ea722 100644 --- a/app/src/main/java/app/pachli/viewdata/AttachmentViewData.kt +++ b/app/src/main/java/app/pachli/viewdata/AttachmentViewData.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.viewdata diff --git a/app/src/main/java/app/pachli/viewdata/PollViewData.kt b/app/src/main/java/app/pachli/viewdata/PollViewData.kt index 00b36efbc..67ecc8945 100644 --- a/app/src/main/java/app/pachli/viewdata/PollViewData.kt +++ b/app/src/main/java/app/pachli/viewdata/PollViewData.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.viewdata diff --git a/app/src/main/java/app/pachli/viewdata/StatusViewData.kt b/app/src/main/java/app/pachli/viewdata/StatusViewData.kt index 3a6ab4d7d..6107369af 100644 --- a/app/src/main/java/app/pachli/viewdata/StatusViewData.kt +++ b/app/src/main/java/app/pachli/viewdata/StatusViewData.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.viewdata import android.os.Build diff --git a/app/src/main/java/app/pachli/viewdata/TrendingViewData.kt b/app/src/main/java/app/pachli/viewdata/TrendingViewData.kt index 8f2acc92f..90b0bc024 100644 --- a/app/src/main/java/app/pachli/viewdata/TrendingViewData.kt +++ b/app/src/main/java/app/pachli/viewdata/TrendingViewData.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.viewdata diff --git a/app/src/main/java/app/pachli/viewmodel/AccountsInListViewModel.kt b/app/src/main/java/app/pachli/viewmodel/AccountsInListViewModel.kt index e8546cb8b..ff2a31c9f 100644 --- a/app/src/main/java/app/pachli/viewmodel/AccountsInListViewModel.kt +++ b/app/src/main/java/app/pachli/viewmodel/AccountsInListViewModel.kt @@ -10,7 +10,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/java/app/pachli/viewmodel/EditProfileViewModel.kt b/app/src/main/java/app/pachli/viewmodel/EditProfileViewModel.kt index aa8c58a56..ab5bffed8 100644 --- a/app/src/main/java/app/pachli/viewmodel/EditProfileViewModel.kt +++ b/app/src/main/java/app/pachli/viewmodel/EditProfileViewModel.kt @@ -10,8 +10,9 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, - * see . */ + * You should have received a copy of the GNU General Public License along with Pachli; if not, + * see . + */ package app.pachli.viewmodel diff --git a/app/src/main/java/app/pachli/viewmodel/ListsViewModel.kt b/app/src/main/java/app/pachli/viewmodel/ListsViewModel.kt index 4754e1752..a75bd36ea 100644 --- a/app/src/main/java/app/pachli/viewmodel/ListsViewModel.kt +++ b/app/src/main/java/app/pachli/viewmodel/ListsViewModel.kt @@ -10,7 +10,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/main/res/layout-sw640dp/fragment_timeline_notifications.xml b/app/src/main/res/layout-sw640dp/fragment_timeline_notifications.xml index b4ebe216e..adc08ea0e 100644 --- a/app/src/main/res/layout-sw640dp/fragment_timeline_notifications.xml +++ b/app/src/main/res/layout-sw640dp/fragment_timeline_notifications.xml @@ -12,7 +12,7 @@ ~ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General ~ Public License for more details. ~ - ~ You should have received a copy of the GNU General Public License along with Tusky; if not, + ~ You should have received a copy of the GNU General Public License along with Pachli; if not, ~ see . --> diff --git a/app/src/main/res/layout/fragment_timeline_notifications.xml b/app/src/main/res/layout/fragment_timeline_notifications.xml index 66196fc8a..a771a0b44 100644 --- a/app/src/main/res/layout/fragment_timeline_notifications.xml +++ b/app/src/main/res/layout/fragment_timeline_notifications.xml @@ -12,7 +12,7 @@ ~ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General ~ Public License for more details. ~ - ~ You should have received a copy of the GNU General Public License along with Tusky; if not, + ~ You should have received a copy of the GNU General Public License along with Pachli; if not, ~ see . --> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index db97f769f..78f7e4c49 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -11,7 +11,7 @@ ~ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General ~ Public License for more details. ~ - ~ You should have received a copy of the GNU General Public License along with Tusky; if not, + ~ You should have received a copy of the GNU General Public License along with Pachli; if not, ~ see . --> diff --git a/app/src/test/java/app/pachli/BottomSheetActivityTest.kt b/app/src/test/java/app/pachli/BottomSheetActivityTest.kt index 7fd9f9a0a..9b7cf9ae2 100644 --- a/app/src/test/java/app/pachli/BottomSheetActivityTest.kt +++ b/app/src/test/java/app/pachli/BottomSheetActivityTest.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/test/java/app/pachli/FilterV1Test.kt b/app/src/test/java/app/pachli/FilterV1Test.kt index 3cf62c7a8..0cc72f001 100644 --- a/app/src/test/java/app/pachli/FilterV1Test.kt +++ b/app/src/test/java/app/pachli/FilterV1Test.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/test/java/app/pachli/FocalPointUtilTest.kt b/app/src/test/java/app/pachli/FocalPointUtilTest.kt index d01932ffc..588ebfd68 100644 --- a/app/src/test/java/app/pachli/FocalPointUtilTest.kt +++ b/app/src/test/java/app/pachli/FocalPointUtilTest.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */ diff --git a/app/src/test/java/app/pachli/PachliApplication.kt b/app/src/test/java/app/pachli/PachliApplication.kt index e7ea18ac1..109288916 100644 --- a/app/src/test/java/app/pachli/PachliApplication.kt +++ b/app/src/test/java/app/pachli/PachliApplication.kt @@ -11,7 +11,7 @@ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky; if not, + * You should have received a copy of the GNU General Public License along with Pachli; if not, * see . */