update license headers
authorDa Risk <da_risk@geekorum.com>
Wed, 12 Jan 2022 17:29:59 -0400
changeset 882 7a74abf66c49
parent 881 d8861b765c40
child 883 1cd5e63f231c
update license headers
app/build.gradle.kts
app/src/androidTest/java/com/geekorum/ttrss/HiltRunner.kt
app/src/androidTest/java/com/geekorum/ttrss/accounts/AndroidTinyrssAccountManagerTest.kt
app/src/androidTest/java/com/geekorum/ttrss/data/ArticleFullTextSearchTest.kt
app/src/androidTest/java/com/geekorum/ttrss/data/migrations/ArticlesDatabaseMigrationTest.kt
app/src/androidTest/java/com/geekorum/ttrss/providers/PurgeArticlesWorkerTest.kt
app/src/androidTest/java/com/geekorum/ttrss/settings/SettingsActivityTest.kt
app/src/androidTest/java/com/geekorum/ttrss/sync/workers/CollectNewArticlesWorkerTest.kt
app/src/androidTest/java/com/geekorum/ttrss/sync/workers/SendTransactionsWorkerTest.kt
app/src/androidTest/java/com/geekorum/ttrss/sync/workers/UpdateAccountInfoWorkerTest.kt
app/src/androidTest/java/com/geekorum/ttrss/sync/workers/UpdateArticleStatusWorkerTest.kt
app/src/androidTest/java/com/geekorum/ttrss/sync/workers/mocks.kt
app/src/androidTestFree/java/com/geekorum/ttrss/HiltTestApplication.kt
app/src/androidTestGoogle/java/com/geekorum/ttrss/HiltTestApplication.kt
app/src/debug/res/values/flavor.xml
app/src/free/java/com/geekorum/ttrss/core/BaseActivity.kt
app/src/free/java/com/geekorum/ttrss/di/FreeFlavorApplicationModule.kt
app/src/free/res/values/flavor.xml
app/src/google/java/com/geekorum/ttrss/GoogleFlavorApplication.kt
app/src/google/java/com/geekorum/ttrss/Ssl.kt
app/src/google/java/com/geekorum/ttrss/app_reviews/PlayStoreAppReviewManager.kt
app/src/google/java/com/geekorum/ttrss/article_details/GoogleFontsWebFontProvider.kt
app/src/google/java/com/geekorum/ttrss/core/BaseActivity.kt
app/src/google/java/com/geekorum/ttrss/di/GoogleFlavorApplicationComponent.kt
app/src/google/java/com/geekorum/ttrss/in_app_update/PlayStoreInAppUpdateManager.kt
app/src/google/java/com/geekorum/ttrss/logging/CrashlyticsLoggingModule.kt
app/src/google/java/com/geekorum/ttrss/on_demand_modules/PlayStoreModuleManager.kt
app/src/google/res/values/font_certs.xml
app/src/main/java/com/geekorum/ttrss/Application.kt
app/src/main/java/com/geekorum/ttrss/BatteryFriendlyActivity.kt
app/src/main/java/com/geekorum/ttrss/DefaultNightModeInitializer.kt
app/src/main/java/com/geekorum/ttrss/Features.kt
app/src/main/java/com/geekorum/ttrss/MainActivity.kt
app/src/main/java/com/geekorum/ttrss/NotificationCenter.java
app/src/main/java/com/geekorum/ttrss/accounts/AccountAuthenticator.kt
app/src/main/java/com/geekorum/ttrss/accounts/AuthenticatorService.java
app/src/main/java/com/geekorum/ttrss/accounts/LoginActivity.kt
app/src/main/java/com/geekorum/ttrss/accounts/LoginViewModel.kt
app/src/main/java/com/geekorum/ttrss/accounts/TinyrssAccountTokenRetriever.kt
app/src/main/java/com/geekorum/ttrss/accounts/TinyrssAcountManager.kt
app/src/main/java/com/geekorum/ttrss/accounts/di.kt
app/src/main/java/com/geekorum/ttrss/add_feed/AddFeedLauncherActivity.kt
app/src/main/java/com/geekorum/ttrss/app_reviews/AppReviewManager.kt
app/src/main/java/com/geekorum/ttrss/app_reviews/AppReviewStateManager.kt
app/src/main/java/com/geekorum/ttrss/app_reviews/AppReviewViewModel.kt
app/src/main/java/com/geekorum/ttrss/article_details/ArticleActionsBars.kt
app/src/main/java/com/geekorum/ttrss/article_details/ArticleDetailActivity.kt
app/src/main/java/com/geekorum/ttrss/article_details/ArticleDetailsScreen.kt
app/src/main/java/com/geekorum/ttrss/article_details/ArticleDetailsViewModel.kt
app/src/main/java/com/geekorum/ttrss/article_details/WebFontProvider.kt
app/src/main/java/com/geekorum/ttrss/article_details/WebViewComponent.kt
app/src/main/java/com/geekorum/ttrss/article_details/WebviewUtils.kt
app/src/main/java/com/geekorum/ttrss/article_details/di.kt
app/src/main/java/com/geekorum/ttrss/articles_list/ActivityViewModel.kt
app/src/main/java/com/geekorum/ttrss/articles_list/AppBarPresenter.kt
app/src/main/java/com/geekorum/ttrss/articles_list/ArticleCard.kt
app/src/main/java/com/geekorum/ttrss/articles_list/ArticleCardsList.kt
app/src/main/java/com/geekorum/ttrss/articles_list/ArticleListActivity.kt
app/src/main/java/com/geekorum/ttrss/articles_list/ArticlesListFragment.kt
app/src/main/java/com/geekorum/ttrss/articles_list/ArticlesRepository.kt
app/src/main/java/com/geekorum/ttrss/articles_list/ArticlesViewModel.kt
app/src/main/java/com/geekorum/ttrss/articles_list/DrawerLayoutPresenter.kt
app/src/main/java/com/geekorum/ttrss/articles_list/FabPresenter.kt
app/src/main/java/com/geekorum/ttrss/articles_list/FeedListNavigationMenu.kt
app/src/main/java/com/geekorum/ttrss/articles_list/FeedsNavigationMenuPresenter.kt
app/src/main/java/com/geekorum/ttrss/articles_list/FeedsRepository.kt
app/src/main/java/com/geekorum/ttrss/articles_list/FeedsViewModel.kt
app/src/main/java/com/geekorum/ttrss/articles_list/InAppUpdatePresenter.kt
app/src/main/java/com/geekorum/ttrss/articles_list/SearchToolbarPresenter.kt
app/src/main/java/com/geekorum/ttrss/articles_list/TagsListBar.kt
app/src/main/java/com/geekorum/ttrss/articles_list/TagsViewModel.kt
app/src/main/java/com/geekorum/ttrss/articles_list/TtrssAccountViewModel.kt
app/src/main/java/com/geekorum/ttrss/articles_list/magazine/MagazineFragment.kt
app/src/main/java/com/geekorum/ttrss/articles_list/magazine/MagazineViewModel.kt
app/src/main/java/com/geekorum/ttrss/articles_list/search/ArticlesSearchFragment.kt
app/src/main/java/com/geekorum/ttrss/articles_list/search/SearchViewModel.kt
app/src/main/java/com/geekorum/ttrss/background_job/BackgroundJobManager.kt
app/src/main/java/com/geekorum/ttrss/background_job/BackgroundJobManagerInitializer.kt
app/src/main/java/com/geekorum/ttrss/background_job/WorkManagerInitializer.kt
app/src/main/java/com/geekorum/ttrss/background_job/di.kt
app/src/main/java/com/geekorum/ttrss/core/CoreComponents.kt
app/src/main/java/com/geekorum/ttrss/core/CoroutineDispatchersProvider.kt
app/src/main/java/com/geekorum/ttrss/data/AccountInfoDao.kt
app/src/main/java/com/geekorum/ttrss/data/ArticleDao.kt
app/src/main/java/com/geekorum/ttrss/data/ArticlesDatabase.kt
app/src/main/java/com/geekorum/ttrss/data/ArticlesDatabaseModule.kt
app/src/main/java/com/geekorum/ttrss/data/FeedsDao.kt
app/src/main/java/com/geekorum/ttrss/data/ManageFeedsDao.kt
app/src/main/java/com/geekorum/ttrss/data/SynchronizationDao.kt
app/src/main/java/com/geekorum/ttrss/data/TransactionsDao.kt
app/src/main/java/com/geekorum/ttrss/data/Types.kt
app/src/main/java/com/geekorum/ttrss/data/migrations/ArticlesDatabase.kt
app/src/main/java/com/geekorum/ttrss/data/plugins/SynchronizationFacade.kt
app/src/main/java/com/geekorum/ttrss/debugtools/Firebase.kt
app/src/main/java/com/geekorum/ttrss/debugtools/StrictMode.kt
app/src/main/java/com/geekorum/ttrss/di/ApplicationComponent.kt
app/src/main/java/com/geekorum/ttrss/di/ExternalsModule.kt
app/src/main/java/com/geekorum/ttrss/di/NetworkModule.kt
app/src/main/java/com/geekorum/ttrss/di/scopes.kt
app/src/main/java/com/geekorum/ttrss/features_api/ManageFeeds.kt
app/src/main/java/com/geekorum/ttrss/features_api/ViewModels.kt
app/src/main/java/com/geekorum/ttrss/features_api/Workers.kt
app/src/main/java/com/geekorum/ttrss/in_app_update/InAppUpdateManager.kt
app/src/main/java/com/geekorum/ttrss/in_app_update/InAppUpdateViewModel.kt
app/src/main/java/com/geekorum/ttrss/in_app_update/NoInAppUpdateManager.kt
app/src/main/java/com/geekorum/ttrss/logging/LogcatLoggingModule.kt
app/src/main/java/com/geekorum/ttrss/logging/RetrofitInvocationLogger.kt
app/src/main/java/com/geekorum/ttrss/logging/TimberModule.kt
app/src/main/java/com/geekorum/ttrss/network/ApiRetrofitService.kt
app/src/main/java/com/geekorum/ttrss/network/ApiService.kt
app/src/main/java/com/geekorum/ttrss/network/TinyrssApiModule.kt
app/src/main/java/com/geekorum/ttrss/network/TtRssBrowserLauncher.kt
app/src/main/java/com/geekorum/ttrss/on_demand_modules/ImmutableModuleManager.kt
app/src/main/java/com/geekorum/ttrss/on_demand_modules/InstallModuleViewModel.kt
app/src/main/java/com/geekorum/ttrss/on_demand_modules/OnDemandModuleManager.kt
app/src/main/java/com/geekorum/ttrss/on_demand_modules/OnDemandModuleNavHostFragment.kt
app/src/main/java/com/geekorum/ttrss/providers/ArticlesContract.kt
app/src/main/java/com/geekorum/ttrss/providers/ArticlesProvider.kt
app/src/main/java/com/geekorum/ttrss/providers/PurgeArticlesDao.kt
app/src/main/java/com/geekorum/ttrss/providers/PurgeArticlesWorker.kt
app/src/main/java/com/geekorum/ttrss/session/Actions.kt
app/src/main/java/com/geekorum/ttrss/session/SessionActivity.kt
app/src/main/java/com/geekorum/ttrss/session/di.kt
app/src/main/java/com/geekorum/ttrss/settings/SettingsActivity.kt
app/src/main/java/com/geekorum/ttrss/settings/SettingsInitializer.kt
app/src/main/java/com/geekorum/ttrss/settings/di.kt
app/src/main/java/com/geekorum/ttrss/settings/manage_features/InstallFeatureActivity.kt
app/src/main/java/com/geekorum/ttrss/settings/manage_features/ManageFeaturesFragment.kt
app/src/main/java/com/geekorum/ttrss/settings/manage_features/ManageFeaturesViewModel.kt
app/src/main/java/com/geekorum/ttrss/sync/ArticleAugmenter.kt
app/src/main/java/com/geekorum/ttrss/sync/ArticleSyncAdapter.java
app/src/main/java/com/geekorum/ttrss/sync/ArticleSyncService.java
app/src/main/java/com/geekorum/ttrss/sync/ArticleSynchronizer.kt
app/src/main/java/com/geekorum/ttrss/sync/BackgroundDataUsageManager.java
app/src/main/java/com/geekorum/ttrss/sync/DatabaseService.kt
app/src/main/java/com/geekorum/ttrss/sync/FeedIconSynchronizer.kt
app/src/main/java/com/geekorum/ttrss/sync/HttpCacher.kt
app/src/main/java/com/geekorum/ttrss/sync/SyncContract.java
app/src/main/java/com/geekorum/ttrss/sync/di.kt
app/src/main/java/com/geekorum/ttrss/sync/workers/CollectNewArticlesWorker.kt
app/src/main/java/com/geekorum/ttrss/sync/workers/FeedArticlesWorker.kt
app/src/main/java/com/geekorum/ttrss/sync/workers/SendTransactionsWorker.kt
app/src/main/java/com/geekorum/ttrss/sync/workers/SyncFeedsIconWorker.kt
app/src/main/java/com/geekorum/ttrss/sync/workers/SyncFeedsWorker.kt
app/src/main/java/com/geekorum/ttrss/sync/workers/SyncWorkerFactory.kt
app/src/main/java/com/geekorum/ttrss/sync/workers/UpdateAccountInfoWorker.kt
app/src/main/java/com/geekorum/ttrss/sync/workers/UpdateArticleStatusWorker.kt
app/src/main/java/com/geekorum/ttrss/sync/workers/di.kt
app/src/main/java/com/geekorum/ttrss/ui/Theme.kt
app/src/main/java/com/geekorum/ttrss/ui/WindowSize.kt
app/src/main/res/color-night/article_detail_bottom_appbar_read.xml
app/src/main/res/color-night/article_detail_bottom_appbar_unread.xml
app/src/main/res/color/article_detail_bottom_appbar_read.xml
app/src/main/res/color/article_detail_bottom_appbar_unread.xml
app/src/main/res/color/state_color_controlled.xml
app/src/main/res/drawable/asl_ic_star.xml
app/src/main/res/drawable/avd_ic_star_empty.xml
app/src/main/res/drawable/avd_ic_star_filled.xml
app/src/main/res/drawable/ic_baseline_sort_24.xml
app/src/main/res/drawable/ic_launcher_background.xml
app/src/main/res/drawable/ic_launcher_foreground.xml
app/src/main/res/drawable/ic_menu_24dp.xml
app/src/main/res/drawable/ic_newspaper_24.xml
app/src/main/res/drawable/ic_open_in_browser_24.xml
app/src/main/res/drawable/ic_person_24dp.xml
app/src/main/res/drawable/ic_rss_feed_orange.xml
app/src/main/res/drawable/ic_search_24dp.xml
app/src/main/res/drawable/ic_settings_black_24dp.xml
app/src/main/res/drawable/ic_share_24dp.xml
app/src/main/res/drawable/ic_star_empty_24dp.xml
app/src/main/res/drawable/ic_star_fill_24dp.xml
app/src/main/res/drawable/ic_tune_black_24dp.xml
app/src/main/res/drawable/ic_vpn_key_24dp.xml
app/src/main/res/drawable/ic_web_24dp.xml
app/src/main/res/layout-w800dp/activity_article_list.xml
app/src/main/res/layout-w800dp/activity_login_account.xml
app/src/main/res/layout-w800dp/activity_settings.xml
app/src/main/res/layout/activity_add_feed_installer.xml
app/src/main/res/layout/activity_article_list.xml
app/src/main/res/layout/activity_install_feature.xml
app/src/main/res/layout/activity_login_account.xml
app/src/main/res/layout/activity_settings.xml
app/src/main/res/layout/fragment_manage_features.xml
app/src/main/res/layout/include_form_login.xml
app/src/main/res/layout/item_feature.xml
app/src/main/res/layout/menu_feed_action_view.xml
app/src/main/res/layout/toolbar_article_details.xml
app/src/main/res/menu/activity_articles_list.xml
app/src/main/res/menu/fragment_article_details.xml
app/src/main/res/menu/fragment_feed_list.xml
app/src/main/res/menu/item_article.xml
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
app/src/main/res/navigation/add_feed_installer.xml
app/src/main/res/navigation/articles_list.xml
app/src/main/res/values-night-v27/styles.xml
app/src/main/res/values-night-v29/styles.xml
app/src/main/res/values-night/aliases.xml
app/src/main/res/values-night/colors.xml
app/src/main/res/values-night/styles.xml
app/src/main/res/values-v26/aliases.xml
app/src/main/res/values-v27/styles.xml
app/src/main/res/values-v29/styles.xml
app/src/main/res/values/aliases.xml
app/src/main/res/values/arrays.xml
app/src/main/res/values/attrs.xml
app/src/main/res/values/colors.xml
app/src/main/res/values/dimens.xml
app/src/main/res/values/flavor.xml
app/src/main/res/values/ids.xml
app/src/main/res/values/integers.xml
app/src/main/res/values/preloaded_fonts.xml
app/src/main/res/values/strings.xml
app/src/main/res/values/styles.xml
app/src/main/res/xml/articlesyncadapter.xml
app/src/main/res/xml/authenticator.xml
app/src/main/res/xml/network_security_config.xml
app/src/main/res/xml/pref_general.xml
app/src/test/java/com/geekorum/ttrss/AndroidxTestUtils.kt
app/src/test/java/com/geekorum/ttrss/BatteryFriendlyActivityTest.kt
app/src/test/java/com/geekorum/ttrss/accounts/LoginActivityTest.kt
app/src/test/java/com/geekorum/ttrss/accounts/LoginViewModelTest.kt
app/src/test/java/com/geekorum/ttrss/in_app_update/InAppUpdateViewModelTest.kt
app/src/test/java/com/geekorum/ttrss/network/ApiServiceTest.kt
app/src/test/java/com/geekorum/ttrss/network/TinyrssApiModuleTest.kt
app/src/test/java/com/geekorum/ttrss/settings/SettingsActivityTest.kt
app/src/testGoogle/java/com/geekorum/ttrss/in_app_update/PlayStoreInAppUpdateManagerTest.kt
build.gradle.kts
buildSrc/build.gradle.kts
buildSrc/src/main/kotlin/AndroidJavaVersion.kt
buildSrc/src/main/kotlin/AndroidPlayStorePublisher.kt
buildSrc/src/main/kotlin/AndroidSigning.kt
buildSrc/src/main/kotlin/AndroidTests.kt
buildSrc/src/main/kotlin/AndroidUniversalApkRelease.kt
buildSrc/src/main/kotlin/Avdl.kt
buildSrc/src/main/kotlin/Repositories.kt
buildSrc/src/main/kotlin/RepositoryChangeset.kt
buildSrc/src/main/kotlin/SourceLicenseChecker.kt
buildSrc/src/main/kotlin/VersionAlignment.kt
buildSrc/src/main/kotlin/android-avdl.gradle.kts
buildSrc/src/main/kotlin/android-release-universal-apk.gradle.kts
buildSrc/src/main/kotlin/android-signing.gradle.kts
buildSrc/src/main/kotlin/android-tests.gradle.kts
buildSrc/src/main/kotlin/play-store-publish.gradle.kts
buildSrc/src/main/kotlin/source-license-checker.gradle.kts
config/license/header.txt
faviKonSnoop/build.gradle.kts
faviKonSnoop/src/main/kotlin/FaviKonSnoop.kt
faviKonSnoop/src/main/kotlin/FaviconInfo.kt
faviKonSnoop/src/main/kotlin/Snooper.kt
faviKonSnoop/src/main/kotlin/snoopers/AppManifestSnooper.kt
faviKonSnoop/src/main/kotlin/snoopers/AppleTouchIconSnooper.kt
faviKonSnoop/src/main/kotlin/snoopers/HtmlHelpers.kt
faviKonSnoop/src/main/kotlin/snoopers/LinkRelSnooper.kt
faviKonSnoop/src/main/kotlin/snoopers/WhatWgSnooper.kt
faviKonSnoop/src/test/kotlin/Utils.kt
faviKonSnoop/src/test/kotlin/snoopers/AppManifestSnooperTest.kt
faviKonSnoop/src/test/kotlin/snoopers/HtmlHelpersTest.kt
faviKonSnoop/src/test/kotlin/snoopers/LinkRelSnooperTest.kt
faviKonSnoop/src/test/kotlin/snoopers/WhatWgSnooperTest.kt
htmlparsers/build.gradle.kts
htmlparsers/src/main/kotlin/FeedExtractor.kt
htmlparsers/src/main/kotlin/HtmlExtractor.kt
htmlparsers/src/main/kotlin/ImageUrlExtractor.kt
htmlparsers/src/test/kotlin/FeedExtractorTest.kt
htmlparsers/src/test/kotlin/ImageUrlExtractorTest.kt
manage_feeds/build.gradle.kts
manage_feeds/src/androidTest/java/com/geekorum/ttrss/HiltRunner.kt
manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedActivityTest.kt
manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/EnterFeedUrlFragmentTest.kt
manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/SelectFeedFragmentTest.kt
manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/Utils.kt
manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/workers/MockManageFeedService.kt
manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/workers/SubscribeWorkerTest.kt
manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/workers/UnsubscribeWorkerTest.kt
manage_feeds/src/debug/java/com/geekorum/ttrss/manage_feeds/ViewModelProvidedActivity.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/CoreComponents.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/ManageFeedViewModel.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/ManageFeedsActivity.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedActivity.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedViewModel.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/DisplayErrorFragment.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/EnterFeedUrlFragment.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/FeedAdapter.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/FeedsFinder.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/SelectFeedFragment.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/SubscribeToFeedActivity.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/SubscribeToFeedViewModel.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/di.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/di.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/BaseManageFeedWorker.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/ManageFeedService.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/ManageFeedWorkerProvider.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/SubscribeWorker.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/UnsubscribeWorker.kt
manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/di.kt
manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedViewModelTest.kt
manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/FeedsFinderTest.kt
manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/SubscribeToFeedViewModelTest.kt
manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/Workaround.kt
settings.gradle.kts
webapi/build.gradle.kts
webapi/src/main/kotlin/ApiCallException.kt
webapi/src/main/kotlin/BasicAuthAuthenticator.kt
webapi/src/main/kotlin/LoggedRequestInterceptorFactory.kt
webapi/src/main/kotlin/RetrofitServiceHelper.kt
webapi/src/main/kotlin/TinyRssApi.kt
webapi/src/main/kotlin/TokenRetriever.kt
webapi/src/main/kotlin/model/Articles.kt
webapi/src/main/kotlin/model/BaseProtocol.kt
webapi/src/main/kotlin/model/Config.kt
webapi/src/main/kotlin/model/Feeds.kt
webapi/src/main/kotlin/model/Login.kt
webapi/src/main/kotlin/model/SubscribeToFeed.kt
webapi/src/main/kotlin/model/Types.kt
webapi/src/main/kotlin/model/Version.kt
webapi/src/test/kotlin/JsonEncoder.kt
webapi/src/test/kotlin/model/AttachmentsSerializationTest.kt
webapi/src/test/kotlin/model/ConfigJsonSerializationTest.kt
webapi/src/test/kotlin/model/GetArticlesJsonSerializationTest.kt
webapi/src/test/kotlin/model/JsonSerializationTest.kt
webapi/src/test/kotlin/model/SubscribeJsonSerializationTest.kt
webapi/src/test/kotlin/model/VersionJsonSerializationTest.kt
--- a/app/build.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/build.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2020 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTest/java/com/geekorum/ttrss/HiltRunner.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTest/java/com/geekorum/ttrss/HiltRunner.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTest/java/com/geekorum/ttrss/accounts/AndroidTinyrssAccountManagerTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTest/java/com/geekorum/ttrss/accounts/AndroidTinyrssAccountManagerTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTest/java/com/geekorum/ttrss/data/ArticleFullTextSearchTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTest/java/com/geekorum/ttrss/data/ArticleFullTextSearchTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTest/java/com/geekorum/ttrss/data/migrations/ArticlesDatabaseMigrationTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTest/java/com/geekorum/ttrss/data/migrations/ArticlesDatabaseMigrationTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTest/java/com/geekorum/ttrss/providers/PurgeArticlesWorkerTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTest/java/com/geekorum/ttrss/providers/PurgeArticlesWorkerTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTest/java/com/geekorum/ttrss/settings/SettingsActivityTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTest/java/com/geekorum/ttrss/settings/SettingsActivityTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTest/java/com/geekorum/ttrss/sync/workers/CollectNewArticlesWorkerTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTest/java/com/geekorum/ttrss/sync/workers/CollectNewArticlesWorkerTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTest/java/com/geekorum/ttrss/sync/workers/SendTransactionsWorkerTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTest/java/com/geekorum/ttrss/sync/workers/SendTransactionsWorkerTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTest/java/com/geekorum/ttrss/sync/workers/UpdateAccountInfoWorkerTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTest/java/com/geekorum/ttrss/sync/workers/UpdateAccountInfoWorkerTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTest/java/com/geekorum/ttrss/sync/workers/UpdateArticleStatusWorkerTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTest/java/com/geekorum/ttrss/sync/workers/UpdateArticleStatusWorkerTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTest/java/com/geekorum/ttrss/sync/workers/mocks.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTest/java/com/geekorum/ttrss/sync/workers/mocks.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTestFree/java/com/geekorum/ttrss/HiltTestApplication.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTestFree/java/com/geekorum/ttrss/HiltTestApplication.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/androidTestGoogle/java/com/geekorum/ttrss/HiltTestApplication.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/androidTestGoogle/java/com/geekorum/ttrss/HiltTestApplication.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/debug/res/values/flavor.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/debug/res/values/flavor.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/free/java/com/geekorum/ttrss/core/BaseActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/free/java/com/geekorum/ttrss/core/BaseActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/free/java/com/geekorum/ttrss/di/FreeFlavorApplicationModule.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/free/java/com/geekorum/ttrss/di/FreeFlavorApplicationModule.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/free/res/values/flavor.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/free/res/values/flavor.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/google/java/com/geekorum/ttrss/GoogleFlavorApplication.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/google/java/com/geekorum/ttrss/GoogleFlavorApplication.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/google/java/com/geekorum/ttrss/Ssl.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/google/java/com/geekorum/ttrss/Ssl.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/google/java/com/geekorum/ttrss/app_reviews/PlayStoreAppReviewManager.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/google/java/com/geekorum/ttrss/app_reviews/PlayStoreAppReviewManager.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/google/java/com/geekorum/ttrss/article_details/GoogleFontsWebFontProvider.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/google/java/com/geekorum/ttrss/article_details/GoogleFontsWebFontProvider.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/google/java/com/geekorum/ttrss/core/BaseActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/google/java/com/geekorum/ttrss/core/BaseActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/google/java/com/geekorum/ttrss/di/GoogleFlavorApplicationComponent.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/google/java/com/geekorum/ttrss/di/GoogleFlavorApplicationComponent.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/google/java/com/geekorum/ttrss/in_app_update/PlayStoreInAppUpdateManager.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/google/java/com/geekorum/ttrss/in_app_update/PlayStoreInAppUpdateManager.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/google/java/com/geekorum/ttrss/logging/CrashlyticsLoggingModule.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/google/java/com/geekorum/ttrss/logging/CrashlyticsLoggingModule.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/google/java/com/geekorum/ttrss/on_demand_modules/PlayStoreModuleManager.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/google/java/com/geekorum/ttrss/on_demand_modules/PlayStoreModuleManager.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/google/res/values/font_certs.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/google/res/values/font_certs.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/java/com/geekorum/ttrss/Application.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/Application.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/BatteryFriendlyActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/BatteryFriendlyActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/DefaultNightModeInitializer.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/DefaultNightModeInitializer.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/Features.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/Features.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/MainActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/MainActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/NotificationCenter.java	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/NotificationCenter.java	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/accounts/AccountAuthenticator.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/accounts/AccountAuthenticator.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/accounts/AuthenticatorService.java	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/accounts/AuthenticatorService.java	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/accounts/LoginActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/accounts/LoginActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/accounts/LoginViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/accounts/LoginViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/accounts/TinyrssAccountTokenRetriever.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/accounts/TinyrssAccountTokenRetriever.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/accounts/TinyrssAcountManager.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/accounts/TinyrssAcountManager.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/accounts/di.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/accounts/di.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/add_feed/AddFeedLauncherActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/add_feed/AddFeedLauncherActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/app_reviews/AppReviewManager.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/app_reviews/AppReviewManager.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/app_reviews/AppReviewStateManager.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/app_reviews/AppReviewStateManager.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/app_reviews/AppReviewViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/app_reviews/AppReviewViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/article_details/ArticleActionsBars.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/article_details/ArticleActionsBars.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/article_details/ArticleDetailActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/article_details/ArticleDetailActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/article_details/ArticleDetailsScreen.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/article_details/ArticleDetailsScreen.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/article_details/ArticleDetailsViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/article_details/ArticleDetailsViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/article_details/WebFontProvider.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/article_details/WebFontProvider.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/article_details/WebViewComponent.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/article_details/WebViewComponent.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/article_details/WebviewUtils.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/article_details/WebviewUtils.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/article_details/di.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/article_details/di.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/ActivityViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/ActivityViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/AppBarPresenter.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/AppBarPresenter.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/ArticleCard.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/ArticleCard.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/ArticleCardsList.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/ArticleCardsList.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/ArticleListActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/ArticleListActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/ArticlesListFragment.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/ArticlesListFragment.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/ArticlesRepository.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/ArticlesRepository.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/ArticlesViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/ArticlesViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/DrawerLayoutPresenter.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/DrawerLayoutPresenter.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/FabPresenter.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/FabPresenter.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/FeedListNavigationMenu.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/FeedListNavigationMenu.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/FeedsNavigationMenuPresenter.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/FeedsNavigationMenuPresenter.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/FeedsRepository.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/FeedsRepository.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/FeedsViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/FeedsViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/InAppUpdatePresenter.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/InAppUpdatePresenter.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/SearchToolbarPresenter.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/SearchToolbarPresenter.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/TagsListBar.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/TagsListBar.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/TagsViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/TagsViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/TtrssAccountViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/TtrssAccountViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/magazine/MagazineFragment.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/magazine/MagazineFragment.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/magazine/MagazineViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/magazine/MagazineViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/search/ArticlesSearchFragment.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/search/ArticlesSearchFragment.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/articles_list/search/SearchViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/search/SearchViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/background_job/BackgroundJobManager.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/background_job/BackgroundJobManager.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/background_job/BackgroundJobManagerInitializer.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/background_job/BackgroundJobManagerInitializer.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/background_job/WorkManagerInitializer.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/background_job/WorkManagerInitializer.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/background_job/di.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/background_job/di.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/core/CoreComponents.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/core/CoreComponents.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/core/CoroutineDispatchersProvider.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/core/CoroutineDispatchersProvider.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/data/AccountInfoDao.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/data/AccountInfoDao.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/data/ArticleDao.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/data/ArticleDao.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/data/ArticlesDatabase.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/data/ArticlesDatabase.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/data/ArticlesDatabaseModule.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/data/ArticlesDatabaseModule.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/data/FeedsDao.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/data/FeedsDao.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/data/ManageFeedsDao.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/data/ManageFeedsDao.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/data/SynchronizationDao.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/data/SynchronizationDao.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/data/TransactionsDao.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/data/TransactionsDao.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/data/Types.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/data/Types.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/data/migrations/ArticlesDatabase.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/data/migrations/ArticlesDatabase.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/data/plugins/SynchronizationFacade.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/data/plugins/SynchronizationFacade.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/debugtools/Firebase.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/debugtools/Firebase.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/debugtools/StrictMode.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/debugtools/StrictMode.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/di/ApplicationComponent.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/di/ApplicationComponent.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/di/ExternalsModule.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/di/ExternalsModule.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/di/NetworkModule.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/di/NetworkModule.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/di/scopes.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/di/scopes.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/features_api/ManageFeeds.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/features_api/ManageFeeds.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/features_api/ViewModels.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/features_api/ViewModels.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/features_api/Workers.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/features_api/Workers.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/in_app_update/InAppUpdateManager.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/in_app_update/InAppUpdateManager.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/in_app_update/InAppUpdateViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/in_app_update/InAppUpdateViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/in_app_update/NoInAppUpdateManager.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/in_app_update/NoInAppUpdateManager.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/logging/LogcatLoggingModule.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/logging/LogcatLoggingModule.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/logging/RetrofitInvocationLogger.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/logging/RetrofitInvocationLogger.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/logging/TimberModule.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/logging/TimberModule.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/network/ApiRetrofitService.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/network/ApiRetrofitService.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/network/ApiService.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/network/ApiService.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/network/TinyrssApiModule.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/network/TinyrssApiModule.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/network/TtRssBrowserLauncher.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/network/TtRssBrowserLauncher.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/on_demand_modules/ImmutableModuleManager.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/on_demand_modules/ImmutableModuleManager.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/on_demand_modules/InstallModuleViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/on_demand_modules/InstallModuleViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/on_demand_modules/OnDemandModuleManager.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/on_demand_modules/OnDemandModuleManager.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/on_demand_modules/OnDemandModuleNavHostFragment.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/on_demand_modules/OnDemandModuleNavHostFragment.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/providers/ArticlesContract.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/providers/ArticlesContract.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/providers/ArticlesProvider.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/providers/ArticlesProvider.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/providers/PurgeArticlesDao.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/providers/PurgeArticlesDao.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/providers/PurgeArticlesWorker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/providers/PurgeArticlesWorker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/session/Actions.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/session/Actions.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/session/SessionActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/session/SessionActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/session/di.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/session/di.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/settings/SettingsActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/settings/SettingsActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/settings/SettingsInitializer.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/settings/SettingsInitializer.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/settings/di.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/settings/di.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/settings/manage_features/InstallFeatureActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/settings/manage_features/InstallFeatureActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/settings/manage_features/ManageFeaturesFragment.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/settings/manage_features/ManageFeaturesFragment.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/settings/manage_features/ManageFeaturesViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/settings/manage_features/ManageFeaturesViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/ArticleAugmenter.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/ArticleAugmenter.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/ArticleSyncAdapter.java	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/ArticleSyncAdapter.java	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/ArticleSyncService.java	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/ArticleSyncService.java	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/ArticleSynchronizer.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/ArticleSynchronizer.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/BackgroundDataUsageManager.java	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/BackgroundDataUsageManager.java	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/DatabaseService.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/DatabaseService.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/FeedIconSynchronizer.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/FeedIconSynchronizer.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/HttpCacher.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/HttpCacher.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/SyncContract.java	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/SyncContract.java	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/di.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/di.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/workers/CollectNewArticlesWorker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/workers/CollectNewArticlesWorker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/workers/FeedArticlesWorker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/workers/FeedArticlesWorker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/workers/SendTransactionsWorker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/workers/SendTransactionsWorker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/workers/SyncFeedsIconWorker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/workers/SyncFeedsIconWorker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/workers/SyncFeedsWorker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/workers/SyncFeedsWorker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/workers/SyncWorkerFactory.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/workers/SyncWorkerFactory.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/workers/UpdateAccountInfoWorker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/workers/UpdateAccountInfoWorker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/workers/UpdateArticleStatusWorker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/workers/UpdateArticleStatusWorker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/sync/workers/di.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/sync/workers/di.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/ui/Theme.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/ui/Theme.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/java/com/geekorum/ttrss/ui/WindowSize.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/java/com/geekorum/ttrss/ui/WindowSize.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/main/res/color-night/article_detail_bottom_appbar_read.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/color-night/article_detail_bottom_appbar_read.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/color-night/article_detail_bottom_appbar_unread.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/color-night/article_detail_bottom_appbar_unread.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/color/article_detail_bottom_appbar_read.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/color/article_detail_bottom_appbar_read.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/color/article_detail_bottom_appbar_unread.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/color/article_detail_bottom_appbar_unread.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/color/state_color_controlled.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/color/state_color_controlled.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/asl_ic_star.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/asl_ic_star.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/avd_ic_star_empty.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/avd_ic_star_empty.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/avd_ic_star_filled.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/avd_ic_star_filled.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_baseline_sort_24.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_baseline_sort_24.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_launcher_background.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_launcher_background.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_launcher_foreground.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_launcher_foreground.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_menu_24dp.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_menu_24dp.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_newspaper_24.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_newspaper_24.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_open_in_browser_24.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_open_in_browser_24.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_person_24dp.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_person_24dp.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_rss_feed_orange.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_rss_feed_orange.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_search_24dp.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_search_24dp.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_settings_black_24dp.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_settings_black_24dp.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_share_24dp.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_share_24dp.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_star_empty_24dp.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_star_empty_24dp.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_star_fill_24dp.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_star_fill_24dp.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_tune_black_24dp.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_tune_black_24dp.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_vpn_key_24dp.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_vpn_key_24dp.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/drawable/ic_web_24dp.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/drawable/ic_web_24dp.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout-w800dp/activity_article_list.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout-w800dp/activity_article_list.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout-w800dp/activity_login_account.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout-w800dp/activity_login_account.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout-w800dp/activity_settings.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout-w800dp/activity_settings.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout/activity_add_feed_installer.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout/activity_add_feed_installer.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout/activity_article_list.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout/activity_article_list.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout/activity_install_feature.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout/activity_install_feature.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout/activity_login_account.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout/activity_login_account.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout/activity_settings.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout/activity_settings.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout/fragment_manage_features.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout/fragment_manage_features.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout/include_form_login.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout/include_form_login.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout/item_feature.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout/item_feature.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout/menu_feed_action_view.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout/menu_feed_action_view.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/layout/toolbar_article_details.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/layout/toolbar_article_details.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/menu/activity_articles_list.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/menu/activity_articles_list.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/menu/fragment_article_details.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/menu/fragment_article_details.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/menu/fragment_feed_list.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/menu/fragment_feed_list.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/menu/item_article.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/menu/item_article.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/navigation/add_feed_installer.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/navigation/add_feed_installer.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/navigation/articles_list.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/navigation/articles_list.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values-night-v27/styles.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values-night-v27/styles.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values-night-v29/styles.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values-night-v29/styles.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values-night/aliases.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values-night/aliases.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values-night/colors.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values-night/colors.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values-night/styles.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values-night/styles.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values-v26/aliases.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values-v26/aliases.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values-v27/styles.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values-v27/styles.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values-v29/styles.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values-v29/styles.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values/aliases.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values/aliases.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values/arrays.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values/arrays.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values/attrs.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values/attrs.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values/colors.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values/colors.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values/dimens.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values/dimens.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values/flavor.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values/flavor.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values/ids.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values/ids.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values/integers.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values/integers.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values/preloaded_fonts.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values/preloaded_fonts.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values/strings.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values/strings.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/values/styles.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/values/styles.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/xml/articlesyncadapter.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/xml/articlesyncadapter.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/xml/authenticator.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/xml/authenticator.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/xml/network_security_config.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/xml/network_security_config.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -3,7 +3,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/main/res/xml/pref_general.xml	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/main/res/xml/pref_general.xml	Wed Jan 12 17:29:59 2022 -0400
@@ -2,7 +2,7 @@
 
     Geekttrss is a RSS feed reader application on the Android Platform.
 
-    Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+    Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
     This file is part of Geekttrss.
 
--- a/app/src/test/java/com/geekorum/ttrss/AndroidxTestUtils.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/test/java/com/geekorum/ttrss/AndroidxTestUtils.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/test/java/com/geekorum/ttrss/BatteryFriendlyActivityTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/test/java/com/geekorum/ttrss/BatteryFriendlyActivityTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/test/java/com/geekorum/ttrss/accounts/LoginActivityTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/test/java/com/geekorum/ttrss/accounts/LoginActivityTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/test/java/com/geekorum/ttrss/accounts/LoginViewModelTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/test/java/com/geekorum/ttrss/accounts/LoginViewModelTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/test/java/com/geekorum/ttrss/in_app_update/InAppUpdateViewModelTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/test/java/com/geekorum/ttrss/in_app_update/InAppUpdateViewModelTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/test/java/com/geekorum/ttrss/network/ApiServiceTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/test/java/com/geekorum/ttrss/network/ApiServiceTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/test/java/com/geekorum/ttrss/network/TinyrssApiModuleTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/test/java/com/geekorum/ttrss/network/TinyrssApiModuleTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/test/java/com/geekorum/ttrss/settings/SettingsActivityTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/test/java/com/geekorum/ttrss/settings/SettingsActivityTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/app/src/testGoogle/java/com/geekorum/ttrss/in_app_update/PlayStoreInAppUpdateManagerTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/app/src/testGoogle/java/com/geekorum/ttrss/in_app_update/PlayStoreInAppUpdateManagerTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/build.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/build.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2020 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/build.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/build.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2020 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/AndroidJavaVersion.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/AndroidJavaVersion.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/AndroidPlayStorePublisher.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/AndroidPlayStorePublisher.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/AndroidSigning.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/AndroidSigning.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/AndroidTests.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/AndroidTests.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/AndroidUniversalApkRelease.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/AndroidUniversalApkRelease.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/Avdl.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/Avdl.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,23 +1,22 @@
 /*
- * Geekdroid is a utility library for development on the Android
- * Platform.
+ * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
- * This file is part of Geekdroid.
+ * This file is part of Geekttrss.
  *
- * Geekdroid is free software: you can redistribute it and/or modify
+ * Geekttrss is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * Geekdroid is distributed in the hope that it will be useful,
+ * Geekttrss is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even 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 Geekdroid.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Geekttrss.  If not, see <http://www.gnu.org/licenses/>.
  */
 package com.geekorum.build
 
--- a/buildSrc/src/main/kotlin/Repositories.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/Repositories.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/RepositoryChangeset.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/RepositoryChangeset.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/SourceLicenseChecker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/SourceLicenseChecker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/VersionAlignment.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/VersionAlignment.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/android-avdl.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/android-avdl.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/android-release-universal-apk.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/android-release-universal-apk.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/android-signing.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/android-signing.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
@@ -18,6 +18,7 @@
  * You should have received a copy of the GNU General Public License
  * along with Geekttrss.  If not, see <http://www.gnu.org/licenses/>.
  */
+
 package com.geekorum.build
 
 /**
--- a/buildSrc/src/main/kotlin/android-tests.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/android-tests.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/play-store-publish.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/play-store-publish.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/buildSrc/src/main/kotlin/source-license-checker.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/buildSrc/src/main/kotlin/source-license-checker.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/config/license/header.txt	Wed Jan 12 17:16:54 2022 -0400
+++ b/config/license/header.txt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,6 +1,6 @@
 Geekttrss is a RSS feed reader application on the Android Platform.
 
-Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
 
 This file is part of Geekttrss.
 
--- a/faviKonSnoop/build.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/build.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2020 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/main/kotlin/FaviKonSnoop.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/main/kotlin/FaviKonSnoop.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/main/kotlin/FaviconInfo.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/main/kotlin/FaviconInfo.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/main/kotlin/Snooper.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/main/kotlin/Snooper.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/main/kotlin/snoopers/AppManifestSnooper.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/main/kotlin/snoopers/AppManifestSnooper.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/main/kotlin/snoopers/AppleTouchIconSnooper.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/main/kotlin/snoopers/AppleTouchIconSnooper.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/main/kotlin/snoopers/HtmlHelpers.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/main/kotlin/snoopers/HtmlHelpers.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/main/kotlin/snoopers/LinkRelSnooper.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/main/kotlin/snoopers/LinkRelSnooper.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/main/kotlin/snoopers/WhatWgSnooper.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/main/kotlin/snoopers/WhatWgSnooper.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/test/kotlin/Utils.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/test/kotlin/Utils.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/test/kotlin/snoopers/AppManifestSnooperTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/test/kotlin/snoopers/AppManifestSnooperTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/test/kotlin/snoopers/HtmlHelpersTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/test/kotlin/snoopers/HtmlHelpersTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/test/kotlin/snoopers/LinkRelSnooperTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/test/kotlin/snoopers/LinkRelSnooperTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/faviKonSnoop/src/test/kotlin/snoopers/WhatWgSnooperTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/faviKonSnoop/src/test/kotlin/snoopers/WhatWgSnooperTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/htmlparsers/build.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/htmlparsers/build.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2020 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/htmlparsers/src/main/kotlin/FeedExtractor.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/htmlparsers/src/main/kotlin/FeedExtractor.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/htmlparsers/src/main/kotlin/HtmlExtractor.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/htmlparsers/src/main/kotlin/HtmlExtractor.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/htmlparsers/src/main/kotlin/ImageUrlExtractor.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/htmlparsers/src/main/kotlin/ImageUrlExtractor.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/htmlparsers/src/test/kotlin/FeedExtractorTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/htmlparsers/src/test/kotlin/FeedExtractorTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/htmlparsers/src/test/kotlin/ImageUrlExtractorTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/htmlparsers/src/test/kotlin/ImageUrlExtractorTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/build.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/build.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2020 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/androidTest/java/com/geekorum/ttrss/HiltRunner.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/androidTest/java/com/geekorum/ttrss/HiltRunner.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedActivityTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedActivityTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/EnterFeedUrlFragmentTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/EnterFeedUrlFragmentTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/SelectFeedFragmentTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/SelectFeedFragmentTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/Utils.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/add_feed/Utils.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/workers/MockManageFeedService.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/workers/MockManageFeedService.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/workers/SubscribeWorkerTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/workers/SubscribeWorkerTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/workers/UnsubscribeWorkerTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/androidTest/java/com/geekorum/ttrss/manage_feeds/workers/UnsubscribeWorkerTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/debug/java/com/geekorum/ttrss/manage_feeds/ViewModelProvidedActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/debug/java/com/geekorum/ttrss/manage_feeds/ViewModelProvidedActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/CoreComponents.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/CoreComponents.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/ManageFeedViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/ManageFeedViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/ManageFeedsActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/ManageFeedsActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/DisplayErrorFragment.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/DisplayErrorFragment.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/EnterFeedUrlFragment.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/EnterFeedUrlFragment.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/FeedAdapter.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/FeedAdapter.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/FeedsFinder.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/FeedsFinder.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/SelectFeedFragment.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/SelectFeedFragment.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/SubscribeToFeedActivity.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/SubscribeToFeedActivity.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/SubscribeToFeedViewModel.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/SubscribeToFeedViewModel.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/di.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/add_feed/di.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/di.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/di.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/BaseManageFeedWorker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/BaseManageFeedWorker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/ManageFeedService.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/ManageFeedService.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/ManageFeedWorkerProvider.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/ManageFeedWorkerProvider.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/SubscribeWorker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/SubscribeWorker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/UnsubscribeWorker.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/UnsubscribeWorker.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/di.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/main/java/com/geekorum/ttrss/manage_feeds/workers/di.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedViewModelTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/AddFeedViewModelTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/FeedsFinderTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/FeedsFinderTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/SubscribeToFeedViewModelTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/SubscribeToFeedViewModelTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/Workaround.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/manage_feeds/src/test/java/com/geekorum/ttrss/manage_feeds/add_feed/Workaround.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/settings.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/settings.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2020 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/build.gradle.kts	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/build.gradle.kts	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2020 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/ApiCallException.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/ApiCallException.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/BasicAuthAuthenticator.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/BasicAuthAuthenticator.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/LoggedRequestInterceptorFactory.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/LoggedRequestInterceptorFactory.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/RetrofitServiceHelper.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/RetrofitServiceHelper.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/TinyRssApi.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/TinyRssApi.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/TokenRetriever.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/TokenRetriever.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/model/Articles.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/model/Articles.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/model/BaseProtocol.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/model/BaseProtocol.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/model/Config.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/model/Config.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/model/Feeds.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/model/Feeds.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/model/Login.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/model/Login.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/model/SubscribeToFeed.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/model/SubscribeToFeed.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/model/Types.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/model/Types.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/main/kotlin/model/Version.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/main/kotlin/model/Version.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/test/kotlin/JsonEncoder.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/test/kotlin/JsonEncoder.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/test/kotlin/model/AttachmentsSerializationTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/test/kotlin/model/AttachmentsSerializationTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/test/kotlin/model/ConfigJsonSerializationTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/test/kotlin/model/ConfigJsonSerializationTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/test/kotlin/model/GetArticlesJsonSerializationTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/test/kotlin/model/GetArticlesJsonSerializationTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/test/kotlin/model/JsonSerializationTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/test/kotlin/model/JsonSerializationTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/test/kotlin/model/SubscribeJsonSerializationTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/test/kotlin/model/SubscribeJsonSerializationTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *
--- a/webapi/src/test/kotlin/model/VersionJsonSerializationTest.kt	Wed Jan 12 17:16:54 2022 -0400
+++ b/webapi/src/test/kotlin/model/VersionJsonSerializationTest.kt	Wed Jan 12 17:29:59 2022 -0400
@@ -1,7 +1,7 @@
 /*
  * Geekttrss is a RSS feed reader application on the Android Platform.
  *
- * Copyright (C) 2017-2021 by Frederic-Charles Barthelery.
+ * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
  *
  * This file is part of Geekttrss.
  *