From 62e2b939e7143809ed46a3def7afd31bf06e7dc3 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Fri, 6 Feb 2026 13:07:19 +0100 Subject: [PATCH] chore: update copyright year to 2024-2026 --- app/lib/core/design/app_colors.dart | 2 +- app/lib/core/error_observer.dart | 2 +- app/lib/core/filesystem.dart | 2 +- app/lib/core/http_error_handler.dart | 2 +- app/lib/core/logger.dart | 2 +- app/lib/core/providers/app_state.dart | 2 +- app/lib/core/providers/defaults.dart | 2 +- app/lib/core/providers/device_info.dart | 2 +- app/lib/core/providers/format.dart | 2 +- app/lib/core/providers/global_drop.dart | 2 +- app/lib/core/providers/router.dart | 2 +- app/lib/core/routing/routes.bangs.dart | 2 +- app/lib/core/routing/routes.bookmarks.dart | 2 +- app/lib/core/routing/routes.browser.dart | 2 +- app/lib/core/routing/routes.dart | 2 +- app/lib/core/routing/routes.feeds.dart | 2 +- app/lib/core/routing/routes.history.dart | 2 +- app/lib/core/routing/routes.profiles.dart | 2 +- app/lib/core/routing/routes.settings.dart | 2 +- app/lib/core/routing/routes.tor.dart | 2 +- app/lib/core/routing/widgets/bottom_sheet_page.dart | 2 +- app/lib/core/routing/widgets/dialog_page.dart | 2 +- app/lib/core/uuid.dart | 2 +- app/lib/data/database/converters/color.dart | 2 +- app/lib/data/database/converters/date_time_range.dart | 2 +- app/lib/data/database/converters/icon_data.dart | 2 +- app/lib/data/database/converters/string_list.dart | 2 +- app/lib/data/database/converters/uri.dart | 2 +- app/lib/data/database/extensions/database_table_size.dart | 2 +- app/lib/data/database/functions/lexo_rank_functions.dart | 2 +- app/lib/data/models/drag_data.dart | 2 +- app/lib/data/models/received_intent_parameter.dart | 2 +- app/lib/data/models/web_page_info.dart | 2 +- app/lib/domain/entities/equatable_image.dart | 2 +- app/lib/domain/entities/profile.dart | 2 +- app/lib/domain/repositories/locale_resolver.dart | 2 +- app/lib/domain/services/app_initialization.dart | 2 +- app/lib/domain/services/generic_website.dart | 2 +- app/lib/extensions/date_time.dart | 2 +- app/lib/extensions/duartion.dart | 2 +- app/lib/extensions/http_encoding.dart | 2 +- app/lib/extensions/image.dart | 2 +- app/lib/extensions/iterable.dart | 2 +- app/lib/extensions/locale.dart | 2 +- app/lib/extensions/media_query.dart | 2 +- app/lib/extensions/ref_cache.dart | 2 +- app/lib/extensions/string.dart | 2 +- app/lib/extensions/uri.dart | 2 +- app/lib/features/about/domain/providers.dart | 2 +- app/lib/features/about/presentation/screens/about.dart | 2 +- app/lib/features/app_widget/domain/services/home_widget.dart | 2 +- app/lib/features/bangs/data/database/daos/bang.dart | 2 +- app/lib/features/bangs/data/database/daos/sync.dart | 2 +- app/lib/features/bangs/data/database/database.dart | 2 +- .../bangs/data/database/drift/converters/bang_format.dart | 2 +- .../bangs/data/database/drift/converters/trigger_list.dart | 2 +- app/lib/features/bangs/data/models/bang.dart | 2 +- app/lib/features/bangs/data/models/bang_data.dart | 2 +- app/lib/features/bangs/data/models/bang_group.dart | 2 +- app/lib/features/bangs/data/models/bang_key.dart | 2 +- app/lib/features/bangs/data/models/search_history_entry.dart | 2 +- app/lib/features/bangs/data/providers.dart | 2 +- app/lib/features/bangs/data/services/data_source.dart | 2 +- app/lib/features/bangs/domain/providers/bangs.dart | 2 +- app/lib/features/bangs/domain/providers/search.dart | 2 +- app/lib/features/bangs/domain/repositories/data.dart | 2 +- app/lib/features/bangs/domain/repositories/sync.dart | 2 +- .../features/bangs/domain/services/search_history_cleanup.dart | 2 +- .../features/bangs/presentation/dialogs/delete_bang_dialog.dart | 2 +- app/lib/features/bangs/presentation/screens/categories.dart | 2 +- app/lib/features/bangs/presentation/screens/category.dart | 2 +- app/lib/features/bangs/presentation/screens/edit.dart | 2 +- app/lib/features/bangs/presentation/screens/menu.dart | 2 +- app/lib/features/bangs/presentation/screens/search.dart | 2 +- app/lib/features/bangs/presentation/screens/user.dart | 2 +- app/lib/features/bangs/presentation/widgets/bang_details.dart | 2 +- app/lib/features/geckoview/domain/controllers/bottom_sheet.dart | 2 +- app/lib/features/geckoview/domain/controllers/overlay.dart | 2 +- app/lib/features/geckoview/domain/entities/browser_icon.dart | 2 +- .../features/geckoview/domain/entities/states/find_result.dart | 2 +- app/lib/features/geckoview/domain/entities/states/history.dart | 2 +- .../features/geckoview/domain/entities/states/readerable.dart | 2 +- app/lib/features/geckoview/domain/entities/states/security.dart | 2 +- app/lib/features/geckoview/domain/entities/states/tab.dart | 2 +- .../geckoview/domain/entities/states/web_extension.dart | 2 +- app/lib/features/geckoview/domain/providers.dart | 2 +- .../features/geckoview/domain/providers/browser_extension.dart | 2 +- app/lib/features/geckoview/domain/providers/desktop_mode.dart | 2 +- app/lib/features/geckoview/domain/providers/selected_tab.dart | 2 +- app/lib/features/geckoview/domain/providers/tab_list.dart | 2 +- app/lib/features/geckoview/domain/providers/tab_session.dart | 2 +- app/lib/features/geckoview/domain/providers/tab_state.dart | 2 +- .../geckoview/domain/providers/web_extensions_state.dart | 2 +- app/lib/features/geckoview/domain/repositories/tab.dart | 2 +- .../features/bookmarks/domain/entities/bookmark_item.dart | 2 +- .../features/bookmarks/domain/providers/bookmarks.dart | 2 +- .../features/bookmarks/domain/repositories/bookmarks.dart | 2 +- .../bookmarks/presentation/dialogs/delete_bookmark_dialog.dart | 2 +- .../bookmarks/presentation/dialogs/delete_folder_dialog.dart | 2 +- .../bookmarks/presentation/dialogs/import_bookmarks_dialog.dart | 2 +- .../bookmarks/presentation/screens/bookmark_entry_edit.dart | 2 +- .../bookmarks/presentation/screens/bookmark_folder_edit.dart | 2 +- .../features/bookmarks/presentation/screens/bookmark_list.dart | 2 +- .../bookmarks/presentation/widgets/folder_tree_picker.dart | 2 +- .../geckoview/features/bookmarks/utils/bookmark_html_utils.dart | 2 +- .../geckoview/features/bookmarks/utils/bookmark_json_utils.dart | 2 +- .../features/browser/domain/entities/permission_type.dart | 2 +- .../geckoview/features/browser/domain/entities/sheet.dart | 2 +- .../features/browser/domain/entities/site_permissions.dart | 2 +- .../features/geckoview/features/browser/domain/providers.dart | 2 +- .../geckoview/features/browser/domain/providers/intent.dart | 2 +- .../geckoview/features/browser/domain/providers/lifecycle.dart | 2 +- .../features/browser/domain/repositories/site_permissions.dart | 2 +- .../browser/domain/repositories/tracking_protection.dart | 2 +- .../features/browser/domain/services/browser_addon.dart | 2 +- .../features/browser/domain/services/browser_data.dart | 2 +- .../browser/domain/services/engine_settings_replication.dart | 2 +- .../browser/domain/services/proxy_settings_replication.dart | 2 +- .../browser/presentation/controllers/tab_bar_dismissable.dart | 2 +- .../browser/presentation/controllers/tab_view_controllers.dart | 2 +- .../browser/presentation/dialogs/bookmark_all_dialog.dart | 2 +- .../browser/presentation/dialogs/clear_site_data_dialog.dart | 2 +- .../browser/presentation/dialogs/content_selection_dialog.dart | 2 +- .../features/browser/presentation/dialogs/delete_data.dart | 2 +- .../presentation/dialogs/install_local_addon_dialog.dart | 2 +- .../browser/presentation/dialogs/open_shared_content.dart | 2 +- .../features/browser/presentation/dialogs/qr_code.dart | 2 +- .../browser/presentation/dialogs/select_folder_dialog.dart | 2 +- .../features/browser/presentation/dialogs/tab_tree.dart | 2 +- .../presentation/providers/site_settings_badge_provider.dart | 2 +- .../features/browser/presentation/screens/browser.dart | 2 +- .../features/browser/presentation/screens/tab_view.dart | 2 +- .../presentation/widgets/browser_modules/app_bar_title.dart | 2 +- .../presentation/widgets/browser_modules/bottom_app_bar.dart | 2 +- .../presentation/widgets/browser_modules/browser_fab.dart | 2 +- .../presentation/widgets/browser_modules/browser_view.dart | 2 +- .../presentation/widgets/browser_modules/draggable_fab.dart | 2 +- .../presentation/widgets/browser_modules/navigation_drawer.dart | 2 +- .../features/browser/presentation/widgets/certificate_tile.dart | 2 +- .../presentation/widgets/draggable_scrollable_header.dart | 2 +- .../features/browser/presentation/widgets/error_container.dart | 2 +- .../browser/presentation/widgets/extension_badge_icon.dart | 2 +- .../browser/presentation/widgets/extension_shortcut_menu.dart | 2 +- .../features/browser/presentation/widgets/history_menu.dart | 2 +- .../browser/presentation/widgets/history_menu_item.dart | 2 +- .../browser/presentation/widgets/menu_item_buttons.dart | 2 +- .../presentation/widgets/sheets/clear_site_data_section.dart | 2 +- .../presentation/widgets/sheets/permissions_section.dart | 2 +- .../presentation/widgets/sheets/site_permissions_provider.dart | 2 +- .../widgets/sheets/tracking_protection_provider.dart | 2 +- .../widgets/sheets/tracking_protection_section.dart | 2 +- .../features/browser/presentation/widgets/sheets/view_tab.dart | 2 +- .../browser/presentation/widgets/tab_creation_menu.dart | 2 +- .../features/browser/presentation/widgets/tab_icon.dart | 2 +- .../features/browser/presentation/widgets/tab_menu.dart | 2 +- .../widgets/tab_view/dialogs/clear_container_data_dialog.dart | 2 +- .../widgets/tab_view/dialogs/close_all_private_tabs_dialog.dart | 2 +- .../widgets/tab_view/dialogs/close_all_tabs_dialog.dart | 2 +- .../tab_view/dialogs/enable_ai_tab_suggestions_dialog.dart | 2 +- .../browser/presentation/widgets/tab_view/tab_grid_view.dart | 2 +- .../browser/presentation/widgets/tab_view/tab_list_view.dart | 2 +- .../browser/presentation/widgets/tab_view/tab_preview.dart | 2 +- .../browser/presentation/widgets/tab_view/tab_tree_view.dart | 2 +- .../browser/presentation/widgets/tab_view/tab_view_header.dart | 2 +- .../browser/presentation/widgets/tabs_action_button.dart | 2 +- .../features/browser/presentation/widgets/toolbar_button.dart | 2 +- .../geckoview/features/browser/utils/grid_calculations.dart | 2 +- .../contextmenu/domain/converters/hit_result_converter.dart | 2 +- .../geckoview/features/contextmenu/extensions/hit_result.dart | 2 +- .../contextmenu/presentation/candidates/copy_email.dart | 2 +- .../contextmenu/presentation/candidates/copy_image.dart | 2 +- .../presentation/candidates/copy_image_location.dart | 2 +- .../features/contextmenu/presentation/candidates/copy_link.dart | 2 +- .../contextmenu/presentation/candidates/launch_external.dart | 2 +- .../contextmenu/presentation/candidates/open_image_new_tab.dart | 2 +- .../contextmenu/presentation/candidates/open_new_tab.dart | 2 +- .../features/contextmenu/presentation/candidates/save_file.dart | 2 +- .../contextmenu/presentation/candidates/save_image.dart | 2 +- .../contextmenu/presentation/candidates/share_email.dart | 2 +- .../contextmenu/presentation/candidates/share_image.dart | 2 +- .../contextmenu/presentation/candidates/share_link.dart | 2 +- .../features/contextmenu/presentation/context_menu_dialog.dart | 2 +- .../find_in_page/domain/entities/find_in_page_state.dart | 2 +- .../features/find_in_page/domain/repositories/find_in_page.dart | 2 +- .../find_in_page/presentation/controllers/find_in_page.dart | 2 +- .../find_in_page/presentation/widgets/find_in_page.dart | 2 +- .../history/domain/entities/history_filter_options.dart | 2 +- .../features/geckoview/features/history/domain/providers.dart | 2 +- .../geckoview/features/history/domain/repositories/history.dart | 2 +- .../features/history/presentation/dialogs/delete_file.dart | 2 +- .../features/history/presentation/screens/history.dart | 2 +- .../features/preferences/data/models/preference_setting.dart | 2 +- .../preferences/data/repositories/preference_observer.dart | 2 +- .../preferences/data/repositories/preference_settings.dart | 2 +- .../features/readerview/domain/providers/readerable.dart | 2 +- .../readerview/presentation/controllers/readerable.dart | 2 +- .../features/readerview/presentation/widgets/reader_button.dart | 2 +- .../geckoview/features/search/domain/entities/tab_preview.dart | 2 +- .../features/search/domain/providers/engine_suggestions.dart | 2 +- .../features/search/domain/providers/search_suggestions.dart | 2 +- .../features/search/domain/repositories/search_suggestions.dart | 2 +- .../features/search/presentation/dialogs/reset_bang_dialog.dart | 2 +- .../geckoview/features/search/presentation/screens/search.dart | 2 +- .../features/search/presentation/widgets/clipboard_fill.dart | 2 +- .../features/search/presentation/widgets/search_field.dart | 2 +- .../search/presentation/widgets/search_modules/feed_search.dart | 2 +- .../widgets/search_modules/fixed_search_suggestions.dart | 2 +- .../widgets/search_modules/full_search_suggestions.dart | 2 +- .../widgets/search_modules/history_suggestions.dart | 2 +- .../search/presentation/widgets/search_modules/tab_search.dart | 2 +- .../search/presentation/widgets/smart_bang_selector.dart | 2 +- .../data/database/converters/container_metadata_converter.dart | 2 +- .../geckoview/features/tabs/data/database/daos/container.dart | 2 +- .../geckoview/features/tabs/data/database/daos/tab.dart | 2 +- .../geckoview/features/tabs/data/database/database.dart | 2 +- .../geckoview/features/tabs/data/entities/container_filter.dart | 2 +- .../geckoview/features/tabs/data/entities/tab_entity.dart | 2 +- .../geckoview/features/tabs/data/entities/tab_source.dart | 2 +- .../geckoview/features/tabs/data/models/container_data.dart | 2 +- .../geckoview/features/tabs/data/models/site_assignment.dart | 2 +- .../geckoview/features/tabs/data/models/tab_query_result.dart | 2 +- app/lib/features/geckoview/features/tabs/data/providers.dart | 2 +- app/lib/features/geckoview/features/tabs/domain/providers.dart | 2 +- .../features/tabs/domain/providers/selected_container.dart | 2 +- .../geckoview/features/tabs/domain/repositories/container.dart | 2 +- .../features/tabs/domain/repositories/gecko_inference.dart | 2 +- .../geckoview/features/tabs/domain/repositories/tab.dart | 2 +- .../geckoview/features/tabs/domain/repositories/tab_search.dart | 2 +- .../features/tabs/presentation/controllers/container_topic.dart | 2 +- .../tabs/presentation/dialogs/delete_container_dialog.dart | 2 +- .../tabs/presentation/screens/container_draft_suggestions.dart | 2 +- .../features/tabs/presentation/screens/container_edit.dart | 2 +- .../features/tabs/presentation/screens/container_list.dart | 2 +- .../features/tabs/presentation/screens/container_selection.dart | 2 +- .../features/tabs/presentation/screens/container_sites.dart | 2 +- .../features/tabs/presentation/widgets/color_picker_dialog.dart | 2 +- .../features/tabs/presentation/widgets/container_chips.dart | 2 +- .../features/tabs/presentation/widgets/container_list_tile.dart | 2 +- .../features/tabs/presentation/widgets/container_title.dart | 2 +- .../tabs/presentation/widgets/material_color_picker.dart | 2 +- .../tabs/presentation/widgets/tab_drag_container_target.dart | 2 +- .../features/geckoview/features/tabs/utils/color_palette.dart | 2 +- .../geckoview/features/tabs/utils/container_colors.dart | 2 +- .../features/tabs/utils/setting_groups_serializer.dart | 2 +- app/lib/features/geckoview/utils/image_helper.dart | 2 +- app/lib/features/onboarding/presentation/onboarding.dart | 2 +- .../onboarding/presentation/pages/abstract/i_form_page.dart | 2 +- .../onboarding/presentation/pages/ai_configuration.dart | 2 +- .../features/onboarding/presentation/pages/default_search.dart | 2 +- app/lib/features/onboarding/presentation/pages/permissions.dart | 2 +- .../features/onboarding/presentation/pages/ublock_opt_in.dart | 2 +- app/lib/features/onboarding/presentation/pages/welcome.dart | 2 +- .../qr_scanner/presentation/dialogs/qr_scanner_dialog.dart | 2 +- app/lib/features/search/domain/autosuggest/brave.dart | 2 +- app/lib/features/search/domain/autosuggest/duckduckgo.dart | 2 +- app/lib/features/search/domain/autosuggest/empty.dart | 2 +- app/lib/features/search/domain/autosuggest/kagi.dart | 2 +- app/lib/features/search/domain/autosuggest/qwant.dart | 2 +- .../search/domain/entities/abstract/i_query_builder.dart | 2 +- .../domain/entities/abstract/i_search_suggestion_provider.dart | 2 +- app/lib/features/search/domain/entities/bareword.dart | 2 +- app/lib/features/search/domain/fts_tokenizer.dart | 2 +- app/lib/features/search/domain/unix_tokenizer.dart | 2 +- app/lib/features/search/util/tokenized_filter.dart | 2 +- app/lib/features/settings/domain/providers/log_filter.dart | 2 +- .../settings/presentation/controllers/save_settings.dart | 2 +- .../presentation/dialogs/delete_all_exceptions_dialog.dart | 2 +- .../presentation/dialogs/user_agent_restart_dialog.dart | 2 +- .../settings/presentation/screens/addon_collection.dart | 2 +- .../settings/presentation/screens/advanced_settings.dart | 2 +- .../presentation/screens/appearance_display_settings.dart | 2 +- .../features/settings/presentation/screens/bang_settings.dart | 2 +- .../presentation/screens/custom_tracking_protection.dart | 2 +- .../features/settings/presentation/screens/doh_settings.dart | 2 +- .../settings/presentation/screens/fingerprint_settings.dart | 2 +- .../settings/presentation/screens/fingerprinting_settings.dart | 2 +- .../features/settings/presentation/screens/locale_settings.dart | 2 +- .../presentation/screens/privacy_security_settings.dart | 2 +- .../settings/presentation/screens/search_content_settings.dart | 2 +- app/lib/features/settings/presentation/screens/settings.dart | 2 +- .../settings/presentation/screens/tabs_behavior_settings.dart | 2 +- .../presentation/screens/tracking_protection_exceptions.dart | 2 +- .../settings/presentation/screens/web_engine_hardening.dart | 2 +- .../presentation/screens/web_engine_hardening_group.dart | 2 +- .../settings/presentation/widgets/bang_group_list_tile.dart | 2 +- app/lib/features/settings/presentation/widgets/bang_icon.dart | 2 +- .../settings/presentation/widgets/custom_list_tile.dart | 2 +- .../settings/presentation/widgets/default_search_selector.dart | 2 +- .../settings/presentation/widgets/hardening_group_icon.dart | 2 +- app/lib/features/settings/presentation/widgets/sections.dart | 2 +- .../settings/presentation/widgets/sync_details_table.dart | 2 +- .../features/share_intent/domain/entities/shared_content.dart | 2 +- .../features/share_intent/domain/services/sharing_intent.dart | 2 +- app/lib/features/tor/data/models/moat.dart | 2 +- app/lib/features/tor/data/services/builtin_bridges.dart | 2 +- app/lib/features/tor/data/services/moat_api.dart | 2 +- app/lib/features/tor/data/services/moat_service.dart | 2 +- app/lib/features/tor/domain/repositories/builtin_bridges.dart | 2 +- app/lib/features/tor/domain/repositories/tor_proxy.dart | 2 +- app/lib/features/tor/domain/services/tor_proxy.dart | 2 +- .../features/tor/presentation/controllers/start_tor_proxy.dart | 2 +- app/lib/features/tor/presentation/screens/tor_proxy.dart | 2 +- app/lib/features/tor/presentation/widgets/tor_dialog.dart | 2 +- app/lib/features/tor/presentation/widgets/tor_notification.dart | 2 +- app/lib/features/user/data/database/daos/cache.dart | 2 +- app/lib/features/user/data/database/daos/onboarding.dart | 2 +- app/lib/features/user/data/database/daos/setting.dart | 2 +- app/lib/features/user/data/database/database.dart | 2 +- app/lib/features/user/data/database/riverpod_storage.dart | 2 +- app/lib/features/user/data/models/engine_settings.dart | 2 +- app/lib/features/user/data/models/general_settings.dart | 2 +- app/lib/features/user/data/models/rfp_target.dart | 2 +- app/lib/features/user/data/models/tor_settings.dart | 2 +- app/lib/features/user/data/providers.dart | 2 +- app/lib/features/user/domain/entities/auth_exception.dart | 2 +- .../features/user/domain/entities/fingerprint_overrides.dart | 2 +- .../user/domain/presentation/dialogs/delete_profile_dialog.dart | 2 +- .../domain/presentation/dialogs/override_profile_dialog.dart | 2 +- .../presentation/dialogs/password_confirmation_dialog.dart | 2 +- .../user/domain/presentation/dialogs/quit_browser_dialog.dart | 2 +- .../user/domain/presentation/dialogs/select_profile.dart | 2 +- .../user/domain/presentation/dialogs/switch_profile_dialog.dart | 2 +- .../user/domain/presentation/screens/profile_backup.dart | 2 +- .../user/domain/presentation/screens/profile_backup_list.dart | 2 +- .../features/user/domain/presentation/screens/profile_edit.dart | 2 +- .../features/user/domain/presentation/screens/profile_list.dart | 2 +- .../user/domain/presentation/screens/profile_restore.dart | 2 +- .../user/domain/presentation/utils/profile_switch_handler.dart | 2 +- app/lib/features/user/domain/providers.dart | 2 +- app/lib/features/user/domain/repositories/cache.dart | 2 +- app/lib/features/user/domain/repositories/engine_settings.dart | 2 +- app/lib/features/user/domain/repositories/general_settings.dart | 2 +- app/lib/features/user/domain/repositories/onboarding.dart | 2 +- app/lib/features/user/domain/repositories/profile.dart | 2 +- app/lib/features/user/domain/repositories/tor_settings.dart | 2 +- app/lib/features/user/domain/services/fingerprinting.dart | 2 +- app/lib/features/user/domain/services/local_authentication.dart | 2 +- app/lib/features/user/domain/services/user_backup.dart | 2 +- .../web_feed/data/database/converters/feed_authors.dart | 2 +- .../web_feed/data/database/converters/feed_categories.dart | 2 +- .../features/web_feed/data/database/converters/feed_data.dart | 2 +- .../features/web_feed/data/database/converters/feed_links.dart | 2 +- app/lib/features/web_feed/data/database/daos/article.dart | 2 +- app/lib/features/web_feed/data/database/daos/feed.dart | 2 +- app/lib/features/web_feed/data/database/database.dart | 2 +- app/lib/features/web_feed/data/models/feed_article.dart | 2 +- .../web_feed/data/models/feed_article_query_result.dart | 2 +- app/lib/features/web_feed/data/models/feed_author.dart | 2 +- app/lib/features/web_feed/data/models/feed_category.dart | 2 +- app/lib/features/web_feed/data/models/feed_link.dart | 2 +- app/lib/features/web_feed/data/models/feed_parse_result.dart | 2 +- app/lib/features/web_feed/data/providers.dart | 2 +- app/lib/features/web_feed/domain/providers.dart | 2 +- .../features/web_feed/domain/providers/add_dialog_blocking.dart | 2 +- app/lib/features/web_feed/domain/providers/article_filter.dart | 2 +- .../features/web_feed/domain/repositories/feed_repository.dart | 2 +- .../web_feed/domain/services/article_content_processor.dart | 2 +- app/lib/features/web_feed/domain/services/feed_reader.dart | 2 +- app/lib/features/web_feed/extensions/atom.dart | 2 +- app/lib/features/web_feed/extensions/feed_article.dart | 2 +- app/lib/features/web_feed/extensions/rss.dart | 2 +- app/lib/features/web_feed/extensions/web_feed_converter.dart | 2 +- app/lib/features/web_feed/presentation/add_feed_dialog.dart | 2 +- .../web_feed/presentation/controllers/fetch_articles.dart | 2 +- .../web_feed/presentation/dialogs/delete_feed_dialog.dart | 2 +- .../features/web_feed/presentation/screens/feed_article.dart | 2 +- .../web_feed/presentation/screens/feed_article_list.dart | 2 +- app/lib/features/web_feed/presentation/screens/feed_edit.dart | 2 +- app/lib/features/web_feed/presentation/screens/feed_list.dart | 2 +- app/lib/features/web_feed/presentation/select_feed_dialog.dart | 2 +- .../web_feed/presentation/widgets/authors_horizontal_list.dart | 2 +- .../web_feed/presentation/widgets/feed_article_card.dart | 2 +- app/lib/features/web_feed/presentation/widgets/feed_card.dart | 2 +- app/lib/features/web_feed/presentation/widgets/tag_field.dart | 2 +- .../web_feed/presentation/widgets/tags_horizontal_list.dart | 2 +- app/lib/features/web_feed/utils/feed_finder.dart | 2 +- app/lib/features/web_feed/utils/feed_parser.dart | 2 +- app/lib/features/web_feed/utils/fetch_entrypoint.dart | 2 +- app/lib/main.dart | 2 +- app/lib/presentation/controllers/website_title.dart | 2 +- app/lib/presentation/hooks/cached_future.dart | 2 +- app/lib/presentation/hooks/debouncer.dart | 2 +- app/lib/presentation/hooks/menu_controller.dart | 2 +- app/lib/presentation/hooks/on_dispose.dart | 2 +- app/lib/presentation/hooks/on_initialization.dart | 2 +- app/lib/presentation/hooks/on_listenable_change_selector.dart | 2 +- app/lib/presentation/hooks/sampled_value_notifier.dart | 2 +- app/lib/presentation/hooks/scroll_visibility.dart | 2 +- app/lib/presentation/hooks/sync_page_tab.dart | 2 +- app/lib/presentation/icons/tor_icons.dart | 2 +- app/lib/presentation/icons/weblibre_icons.dart | 2 +- app/lib/presentation/main_app.dart | 2 +- app/lib/presentation/widgets/animate_gradient_shader.dart | 2 +- app/lib/presentation/widgets/animated_indexed_stack.dart | 2 +- app/lib/presentation/widgets/auto_suggest_text_field.dart | 2 +- app/lib/presentation/widgets/failure_widget.dart | 2 +- app/lib/presentation/widgets/qr_scanner_button.dart | 2 +- app/lib/presentation/widgets/rounded_text.dart | 2 +- app/lib/presentation/widgets/selectable_chips.dart | 2 +- app/lib/presentation/widgets/share_tile.dart | 2 +- app/lib/presentation/widgets/speech_to_text_button.dart | 2 +- app/lib/presentation/widgets/uri_breadcrumb.dart | 2 +- app/lib/presentation/widgets/url_icon.dart | 2 +- app/lib/presentation/widgets/website_feed_menu_button.dart | 2 +- app/lib/presentation/widgets/website_title_tile.dart | 2 +- app/lib/utils/clipboard.dart | 2 +- app/lib/utils/debouncer.dart | 2 +- app/lib/utils/exit_app.dart | 2 +- app/lib/utils/filesystem.dart | 2 +- app/lib/utils/form_validators.dart | 2 +- app/lib/utils/lru_cache.dart | 2 +- app/lib/utils/markdown/image_extractor.dart | 2 +- app/lib/utils/platform_util.dart | 2 +- app/lib/utils/sampled_value_notifier.dart | 2 +- app/lib/utils/text_field_line_count.dart | 2 +- app/lib/utils/text_highlight.dart | 2 +- app/lib/utils/ui_helper.dart | 2 +- app/lib/utils/uri_parser.dart | 2 +- app/test/drift/bangs/migration_test.dart | 2 +- app/test/utils/text_highlight_test.dart | 2 +- packages/locale_resolver/example/lib/main.dart | 2 +- packages/locale_resolver/lib/locale_resolver.dart | 2 +- packages/locale_resolver/pigeons/locales.dart | 2 +- packages/simple_intent_receiver/example/lib/main.dart | 2 +- packages/simple_intent_receiver/lib/simple_intent_receiver.dart | 2 +- packages/simple_intent_receiver/lib/src/intent_receiver.dart | 2 +- packages/simple_intent_receiver/pigeons/intent.dart | 2 +- packages/speech_to_text_dialog/lib/speech_to_text_dialog.dart | 2 +- packages/speech_to_text_dialog/pigeons/speech_to_text.dart | 2 +- 429 files changed, 429 insertions(+), 429 deletions(-) diff --git a/app/lib/core/design/app_colors.dart b/app/lib/core/design/app_colors.dart index ec204571..d3d79e72 100644 --- a/app/lib/core/design/app_colors.dart +++ b/app/lib/core/design/app_colors.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/error_observer.dart b/app/lib/core/error_observer.dart index 99094ff0..1aee24d7 100644 --- a/app/lib/core/error_observer.dart +++ b/app/lib/core/error_observer.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/filesystem.dart b/app/lib/core/filesystem.dart index 6e7f92f3..cc6ac308 100644 --- a/app/lib/core/filesystem.dart +++ b/app/lib/core/filesystem.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/http_error_handler.dart b/app/lib/core/http_error_handler.dart index 0c3b4eda..c48108d2 100644 --- a/app/lib/core/http_error_handler.dart +++ b/app/lib/core/http_error_handler.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/logger.dart b/app/lib/core/logger.dart index 1602d8d0..fffefb33 100644 --- a/app/lib/core/logger.dart +++ b/app/lib/core/logger.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/providers/app_state.dart b/app/lib/core/providers/app_state.dart index 3ccf3664..0bc34264 100644 --- a/app/lib/core/providers/app_state.dart +++ b/app/lib/core/providers/app_state.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/providers/defaults.dart b/app/lib/core/providers/defaults.dart index f2e3357e..7d796b3c 100644 --- a/app/lib/core/providers/defaults.dart +++ b/app/lib/core/providers/defaults.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/providers/device_info.dart b/app/lib/core/providers/device_info.dart index ade3a7ba..d8707ca6 100644 --- a/app/lib/core/providers/device_info.dart +++ b/app/lib/core/providers/device_info.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/providers/format.dart b/app/lib/core/providers/format.dart index 2438ecd0..8975a5ff 100644 --- a/app/lib/core/providers/format.dart +++ b/app/lib/core/providers/format.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/providers/global_drop.dart b/app/lib/core/providers/global_drop.dart index 8c45c4f1..046142ef 100644 --- a/app/lib/core/providers/global_drop.dart +++ b/app/lib/core/providers/global_drop.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/providers/router.dart b/app/lib/core/providers/router.dart index 736a83ab..ecc57322 100644 --- a/app/lib/core/providers/router.dart +++ b/app/lib/core/providers/router.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/routing/routes.bangs.dart b/app/lib/core/routing/routes.bangs.dart index 8ee413fd..1759c5d7 100644 --- a/app/lib/core/routing/routes.bangs.dart +++ b/app/lib/core/routing/routes.bangs.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/routing/routes.bookmarks.dart b/app/lib/core/routing/routes.bookmarks.dart index 66191e02..5e70dd6c 100644 --- a/app/lib/core/routing/routes.bookmarks.dart +++ b/app/lib/core/routing/routes.bookmarks.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/routing/routes.browser.dart b/app/lib/core/routing/routes.browser.dart index 3abe4bb0..8bb1ffe4 100644 --- a/app/lib/core/routing/routes.browser.dart +++ b/app/lib/core/routing/routes.browser.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/routing/routes.dart b/app/lib/core/routing/routes.dart index 7b613c81..18f9a702 100644 --- a/app/lib/core/routing/routes.dart +++ b/app/lib/core/routing/routes.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/routing/routes.feeds.dart b/app/lib/core/routing/routes.feeds.dart index 3d62b3f0..c868328b 100644 --- a/app/lib/core/routing/routes.feeds.dart +++ b/app/lib/core/routing/routes.feeds.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/routing/routes.history.dart b/app/lib/core/routing/routes.history.dart index 880dca31..3e5bc88c 100644 --- a/app/lib/core/routing/routes.history.dart +++ b/app/lib/core/routing/routes.history.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/routing/routes.profiles.dart b/app/lib/core/routing/routes.profiles.dart index cd17ced7..e1f4ab4f 100644 --- a/app/lib/core/routing/routes.profiles.dart +++ b/app/lib/core/routing/routes.profiles.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/routing/routes.settings.dart b/app/lib/core/routing/routes.settings.dart index ee6978fb..92b1b984 100644 --- a/app/lib/core/routing/routes.settings.dart +++ b/app/lib/core/routing/routes.settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/routing/routes.tor.dart b/app/lib/core/routing/routes.tor.dart index 5b71cb26..5020e655 100644 --- a/app/lib/core/routing/routes.tor.dart +++ b/app/lib/core/routing/routes.tor.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/routing/widgets/bottom_sheet_page.dart b/app/lib/core/routing/widgets/bottom_sheet_page.dart index bbbdc8bd..053a1454 100644 --- a/app/lib/core/routing/widgets/bottom_sheet_page.dart +++ b/app/lib/core/routing/widgets/bottom_sheet_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/routing/widgets/dialog_page.dart b/app/lib/core/routing/widgets/dialog_page.dart index 11e494f3..a2cd1d3d 100644 --- a/app/lib/core/routing/widgets/dialog_page.dart +++ b/app/lib/core/routing/widgets/dialog_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/core/uuid.dart b/app/lib/core/uuid.dart index 1266dede..ec5b8b0b 100644 --- a/app/lib/core/uuid.dart +++ b/app/lib/core/uuid.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/data/database/converters/color.dart b/app/lib/data/database/converters/color.dart index 09994776..0dcc41cc 100644 --- a/app/lib/data/database/converters/color.dart +++ b/app/lib/data/database/converters/color.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/data/database/converters/date_time_range.dart b/app/lib/data/database/converters/date_time_range.dart index 3e7fa991..42bb938e 100644 --- a/app/lib/data/database/converters/date_time_range.dart +++ b/app/lib/data/database/converters/date_time_range.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/data/database/converters/icon_data.dart b/app/lib/data/database/converters/icon_data.dart index ef17d140..556aca08 100644 --- a/app/lib/data/database/converters/icon_data.dart +++ b/app/lib/data/database/converters/icon_data.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/data/database/converters/string_list.dart b/app/lib/data/database/converters/string_list.dart index dda011fb..50c5589d 100644 --- a/app/lib/data/database/converters/string_list.dart +++ b/app/lib/data/database/converters/string_list.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/data/database/converters/uri.dart b/app/lib/data/database/converters/uri.dart index 43776e03..48d372c6 100644 --- a/app/lib/data/database/converters/uri.dart +++ b/app/lib/data/database/converters/uri.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/data/database/extensions/database_table_size.dart b/app/lib/data/database/extensions/database_table_size.dart index 4de81361..f7f4188c 100644 --- a/app/lib/data/database/extensions/database_table_size.dart +++ b/app/lib/data/database/extensions/database_table_size.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/data/database/functions/lexo_rank_functions.dart b/app/lib/data/database/functions/lexo_rank_functions.dart index 1b278759..247571e6 100644 --- a/app/lib/data/database/functions/lexo_rank_functions.dart +++ b/app/lib/data/database/functions/lexo_rank_functions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/data/models/drag_data.dart b/app/lib/data/models/drag_data.dart index f8fc2651..54c3e978 100644 --- a/app/lib/data/models/drag_data.dart +++ b/app/lib/data/models/drag_data.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/data/models/received_intent_parameter.dart b/app/lib/data/models/received_intent_parameter.dart index 0cf12184..0a3cbde9 100644 --- a/app/lib/data/models/received_intent_parameter.dart +++ b/app/lib/data/models/received_intent_parameter.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/data/models/web_page_info.dart b/app/lib/data/models/web_page_info.dart index 02938289..a17c7d2c 100644 --- a/app/lib/data/models/web_page_info.dart +++ b/app/lib/data/models/web_page_info.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/domain/entities/equatable_image.dart b/app/lib/domain/entities/equatable_image.dart index 5781ab3b..14b6fd39 100644 --- a/app/lib/domain/entities/equatable_image.dart +++ b/app/lib/domain/entities/equatable_image.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/domain/entities/profile.dart b/app/lib/domain/entities/profile.dart index 6cf2470e..37014b32 100644 --- a/app/lib/domain/entities/profile.dart +++ b/app/lib/domain/entities/profile.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/domain/repositories/locale_resolver.dart b/app/lib/domain/repositories/locale_resolver.dart index f395af0e..7cf0c21d 100644 --- a/app/lib/domain/repositories/locale_resolver.dart +++ b/app/lib/domain/repositories/locale_resolver.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/domain/services/app_initialization.dart b/app/lib/domain/services/app_initialization.dart index 52484758..305c45a1 100644 --- a/app/lib/domain/services/app_initialization.dart +++ b/app/lib/domain/services/app_initialization.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/domain/services/generic_website.dart b/app/lib/domain/services/generic_website.dart index 4ffa1e40..4a6ed56c 100644 --- a/app/lib/domain/services/generic_website.dart +++ b/app/lib/domain/services/generic_website.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/extensions/date_time.dart b/app/lib/extensions/date_time.dart index 5d58bf78..810bded2 100644 --- a/app/lib/extensions/date_time.dart +++ b/app/lib/extensions/date_time.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/extensions/duartion.dart b/app/lib/extensions/duartion.dart index 450725c9..e7850ea8 100644 --- a/app/lib/extensions/duartion.dart +++ b/app/lib/extensions/duartion.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/extensions/http_encoding.dart b/app/lib/extensions/http_encoding.dart index 030b5bce..62f7cd71 100644 --- a/app/lib/extensions/http_encoding.dart +++ b/app/lib/extensions/http_encoding.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/extensions/image.dart b/app/lib/extensions/image.dart index 772993c8..8012d17a 100644 --- a/app/lib/extensions/image.dart +++ b/app/lib/extensions/image.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/extensions/iterable.dart b/app/lib/extensions/iterable.dart index bc2d425b..ada37ccf 100644 --- a/app/lib/extensions/iterable.dart +++ b/app/lib/extensions/iterable.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/extensions/locale.dart b/app/lib/extensions/locale.dart index 18ed3c9b..3deb1f23 100644 --- a/app/lib/extensions/locale.dart +++ b/app/lib/extensions/locale.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/extensions/media_query.dart b/app/lib/extensions/media_query.dart index 0a7d77c5..e38e65b1 100644 --- a/app/lib/extensions/media_query.dart +++ b/app/lib/extensions/media_query.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/extensions/ref_cache.dart b/app/lib/extensions/ref_cache.dart index 90599a34..c1646c0d 100644 --- a/app/lib/extensions/ref_cache.dart +++ b/app/lib/extensions/ref_cache.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/extensions/string.dart b/app/lib/extensions/string.dart index 3c8f35a5..bb11338d 100644 --- a/app/lib/extensions/string.dart +++ b/app/lib/extensions/string.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/extensions/uri.dart b/app/lib/extensions/uri.dart index f1d2700f..0405ba06 100644 --- a/app/lib/extensions/uri.dart +++ b/app/lib/extensions/uri.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/about/domain/providers.dart b/app/lib/features/about/domain/providers.dart index 123192ac..fd02f9f2 100644 --- a/app/lib/features/about/domain/providers.dart +++ b/app/lib/features/about/domain/providers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/about/presentation/screens/about.dart b/app/lib/features/about/presentation/screens/about.dart index 680f0ef8..ce8ff624 100644 --- a/app/lib/features/about/presentation/screens/about.dart +++ b/app/lib/features/about/presentation/screens/about.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/app_widget/domain/services/home_widget.dart b/app/lib/features/app_widget/domain/services/home_widget.dart index cfccebd6..64607837 100644 --- a/app/lib/features/app_widget/domain/services/home_widget.dart +++ b/app/lib/features/app_widget/domain/services/home_widget.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/database/daos/bang.dart b/app/lib/features/bangs/data/database/daos/bang.dart index 33a41939..d6eef1ac 100644 --- a/app/lib/features/bangs/data/database/daos/bang.dart +++ b/app/lib/features/bangs/data/database/daos/bang.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/database/daos/sync.dart b/app/lib/features/bangs/data/database/daos/sync.dart index ee9c6ca9..3d282e74 100644 --- a/app/lib/features/bangs/data/database/daos/sync.dart +++ b/app/lib/features/bangs/data/database/daos/sync.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/database/database.dart b/app/lib/features/bangs/data/database/database.dart index 1e002371..b2b4dd1a 100644 --- a/app/lib/features/bangs/data/database/database.dart +++ b/app/lib/features/bangs/data/database/database.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/database/drift/converters/bang_format.dart b/app/lib/features/bangs/data/database/drift/converters/bang_format.dart index 477d65a9..2fcb4e73 100644 --- a/app/lib/features/bangs/data/database/drift/converters/bang_format.dart +++ b/app/lib/features/bangs/data/database/drift/converters/bang_format.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/database/drift/converters/trigger_list.dart b/app/lib/features/bangs/data/database/drift/converters/trigger_list.dart index efa3b6dc..41885e97 100644 --- a/app/lib/features/bangs/data/database/drift/converters/trigger_list.dart +++ b/app/lib/features/bangs/data/database/drift/converters/trigger_list.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/models/bang.dart b/app/lib/features/bangs/data/models/bang.dart index 9280b946..87f4ec3a 100644 --- a/app/lib/features/bangs/data/models/bang.dart +++ b/app/lib/features/bangs/data/models/bang.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/models/bang_data.dart b/app/lib/features/bangs/data/models/bang_data.dart index 47696a64..85b53def 100644 --- a/app/lib/features/bangs/data/models/bang_data.dart +++ b/app/lib/features/bangs/data/models/bang_data.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/models/bang_group.dart b/app/lib/features/bangs/data/models/bang_group.dart index 36c521dc..f2268889 100644 --- a/app/lib/features/bangs/data/models/bang_group.dart +++ b/app/lib/features/bangs/data/models/bang_group.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/models/bang_key.dart b/app/lib/features/bangs/data/models/bang_key.dart index 348c39e5..24990ff9 100644 --- a/app/lib/features/bangs/data/models/bang_key.dart +++ b/app/lib/features/bangs/data/models/bang_key.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/models/search_history_entry.dart b/app/lib/features/bangs/data/models/search_history_entry.dart index 300bee03..26e981e5 100644 --- a/app/lib/features/bangs/data/models/search_history_entry.dart +++ b/app/lib/features/bangs/data/models/search_history_entry.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/providers.dart b/app/lib/features/bangs/data/providers.dart index ca215676..44154662 100644 --- a/app/lib/features/bangs/data/providers.dart +++ b/app/lib/features/bangs/data/providers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/data/services/data_source.dart b/app/lib/features/bangs/data/services/data_source.dart index a8db1198..e8a60813 100644 --- a/app/lib/features/bangs/data/services/data_source.dart +++ b/app/lib/features/bangs/data/services/data_source.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/domain/providers/bangs.dart b/app/lib/features/bangs/domain/providers/bangs.dart index fd2b9d5b..03bb94ef 100644 --- a/app/lib/features/bangs/domain/providers/bangs.dart +++ b/app/lib/features/bangs/domain/providers/bangs.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/domain/providers/search.dart b/app/lib/features/bangs/domain/providers/search.dart index 6c99ec7a..37e4ac6b 100644 --- a/app/lib/features/bangs/domain/providers/search.dart +++ b/app/lib/features/bangs/domain/providers/search.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/domain/repositories/data.dart b/app/lib/features/bangs/domain/repositories/data.dart index 2983e128..d283e995 100644 --- a/app/lib/features/bangs/domain/repositories/data.dart +++ b/app/lib/features/bangs/domain/repositories/data.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/domain/repositories/sync.dart b/app/lib/features/bangs/domain/repositories/sync.dart index df71f8e5..f4466c67 100644 --- a/app/lib/features/bangs/domain/repositories/sync.dart +++ b/app/lib/features/bangs/domain/repositories/sync.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/domain/services/search_history_cleanup.dart b/app/lib/features/bangs/domain/services/search_history_cleanup.dart index fd574d11..49f3668f 100644 --- a/app/lib/features/bangs/domain/services/search_history_cleanup.dart +++ b/app/lib/features/bangs/domain/services/search_history_cleanup.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/presentation/dialogs/delete_bang_dialog.dart b/app/lib/features/bangs/presentation/dialogs/delete_bang_dialog.dart index ac571a85..ad8999de 100644 --- a/app/lib/features/bangs/presentation/dialogs/delete_bang_dialog.dart +++ b/app/lib/features/bangs/presentation/dialogs/delete_bang_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/presentation/screens/categories.dart b/app/lib/features/bangs/presentation/screens/categories.dart index 795dce1a..43b1abe6 100644 --- a/app/lib/features/bangs/presentation/screens/categories.dart +++ b/app/lib/features/bangs/presentation/screens/categories.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/presentation/screens/category.dart b/app/lib/features/bangs/presentation/screens/category.dart index b0b81cdd..456d4ab4 100644 --- a/app/lib/features/bangs/presentation/screens/category.dart +++ b/app/lib/features/bangs/presentation/screens/category.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/presentation/screens/edit.dart b/app/lib/features/bangs/presentation/screens/edit.dart index b2b6e4d5..5c8e58cd 100644 --- a/app/lib/features/bangs/presentation/screens/edit.dart +++ b/app/lib/features/bangs/presentation/screens/edit.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/presentation/screens/menu.dart b/app/lib/features/bangs/presentation/screens/menu.dart index bccf7b2a..c1154bd5 100644 --- a/app/lib/features/bangs/presentation/screens/menu.dart +++ b/app/lib/features/bangs/presentation/screens/menu.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/presentation/screens/search.dart b/app/lib/features/bangs/presentation/screens/search.dart index c28f2f9e..17503e79 100644 --- a/app/lib/features/bangs/presentation/screens/search.dart +++ b/app/lib/features/bangs/presentation/screens/search.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/presentation/screens/user.dart b/app/lib/features/bangs/presentation/screens/user.dart index b450ed99..d60b2dd6 100644 --- a/app/lib/features/bangs/presentation/screens/user.dart +++ b/app/lib/features/bangs/presentation/screens/user.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/bangs/presentation/widgets/bang_details.dart b/app/lib/features/bangs/presentation/widgets/bang_details.dart index 8827c1e9..8891fb7c 100644 --- a/app/lib/features/bangs/presentation/widgets/bang_details.dart +++ b/app/lib/features/bangs/presentation/widgets/bang_details.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/controllers/bottom_sheet.dart b/app/lib/features/geckoview/domain/controllers/bottom_sheet.dart index d1180c39..3f11c40c 100644 --- a/app/lib/features/geckoview/domain/controllers/bottom_sheet.dart +++ b/app/lib/features/geckoview/domain/controllers/bottom_sheet.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/controllers/overlay.dart b/app/lib/features/geckoview/domain/controllers/overlay.dart index 11bd1eff..052f43f1 100644 --- a/app/lib/features/geckoview/domain/controllers/overlay.dart +++ b/app/lib/features/geckoview/domain/controllers/overlay.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/entities/browser_icon.dart b/app/lib/features/geckoview/domain/entities/browser_icon.dart index a296ccdd..89eb5e72 100644 --- a/app/lib/features/geckoview/domain/entities/browser_icon.dart +++ b/app/lib/features/geckoview/domain/entities/browser_icon.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/entities/states/find_result.dart b/app/lib/features/geckoview/domain/entities/states/find_result.dart index 6ff568d0..ced48820 100644 --- a/app/lib/features/geckoview/domain/entities/states/find_result.dart +++ b/app/lib/features/geckoview/domain/entities/states/find_result.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/entities/states/history.dart b/app/lib/features/geckoview/domain/entities/states/history.dart index 62d77c01..d21ed775 100644 --- a/app/lib/features/geckoview/domain/entities/states/history.dart +++ b/app/lib/features/geckoview/domain/entities/states/history.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/entities/states/readerable.dart b/app/lib/features/geckoview/domain/entities/states/readerable.dart index 45420b19..2c757244 100644 --- a/app/lib/features/geckoview/domain/entities/states/readerable.dart +++ b/app/lib/features/geckoview/domain/entities/states/readerable.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/entities/states/security.dart b/app/lib/features/geckoview/domain/entities/states/security.dart index 9c58ff0f..04c6912f 100644 --- a/app/lib/features/geckoview/domain/entities/states/security.dart +++ b/app/lib/features/geckoview/domain/entities/states/security.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/entities/states/tab.dart b/app/lib/features/geckoview/domain/entities/states/tab.dart index 2ace729b..d8c30b38 100644 --- a/app/lib/features/geckoview/domain/entities/states/tab.dart +++ b/app/lib/features/geckoview/domain/entities/states/tab.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/entities/states/web_extension.dart b/app/lib/features/geckoview/domain/entities/states/web_extension.dart index e0bb15e2..ca119955 100644 --- a/app/lib/features/geckoview/domain/entities/states/web_extension.dart +++ b/app/lib/features/geckoview/domain/entities/states/web_extension.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/providers.dart b/app/lib/features/geckoview/domain/providers.dart index da261969..313387bb 100644 --- a/app/lib/features/geckoview/domain/providers.dart +++ b/app/lib/features/geckoview/domain/providers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/providers/browser_extension.dart b/app/lib/features/geckoview/domain/providers/browser_extension.dart index e561abf6..df53cad0 100644 --- a/app/lib/features/geckoview/domain/providers/browser_extension.dart +++ b/app/lib/features/geckoview/domain/providers/browser_extension.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/providers/desktop_mode.dart b/app/lib/features/geckoview/domain/providers/desktop_mode.dart index 52e0a575..dc5efc51 100644 --- a/app/lib/features/geckoview/domain/providers/desktop_mode.dart +++ b/app/lib/features/geckoview/domain/providers/desktop_mode.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/providers/selected_tab.dart b/app/lib/features/geckoview/domain/providers/selected_tab.dart index 1a9a2a0a..42a9ed91 100644 --- a/app/lib/features/geckoview/domain/providers/selected_tab.dart +++ b/app/lib/features/geckoview/domain/providers/selected_tab.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/providers/tab_list.dart b/app/lib/features/geckoview/domain/providers/tab_list.dart index 39972fa6..893cde60 100644 --- a/app/lib/features/geckoview/domain/providers/tab_list.dart +++ b/app/lib/features/geckoview/domain/providers/tab_list.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/providers/tab_session.dart b/app/lib/features/geckoview/domain/providers/tab_session.dart index 98df84b5..c485026b 100644 --- a/app/lib/features/geckoview/domain/providers/tab_session.dart +++ b/app/lib/features/geckoview/domain/providers/tab_session.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/providers/tab_state.dart b/app/lib/features/geckoview/domain/providers/tab_state.dart index 43ab97d9..19ed61a9 100644 --- a/app/lib/features/geckoview/domain/providers/tab_state.dart +++ b/app/lib/features/geckoview/domain/providers/tab_state.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/providers/web_extensions_state.dart b/app/lib/features/geckoview/domain/providers/web_extensions_state.dart index 44a43228..754a09b1 100644 --- a/app/lib/features/geckoview/domain/providers/web_extensions_state.dart +++ b/app/lib/features/geckoview/domain/providers/web_extensions_state.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/domain/repositories/tab.dart b/app/lib/features/geckoview/domain/repositories/tab.dart index 0ef21282..266896a7 100644 --- a/app/lib/features/geckoview/domain/repositories/tab.dart +++ b/app/lib/features/geckoview/domain/repositories/tab.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/domain/entities/bookmark_item.dart b/app/lib/features/geckoview/features/bookmarks/domain/entities/bookmark_item.dart index c6cc88f6..93378dce 100644 --- a/app/lib/features/geckoview/features/bookmarks/domain/entities/bookmark_item.dart +++ b/app/lib/features/geckoview/features/bookmarks/domain/entities/bookmark_item.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/domain/providers/bookmarks.dart b/app/lib/features/geckoview/features/bookmarks/domain/providers/bookmarks.dart index 2883af0d..07d32420 100644 --- a/app/lib/features/geckoview/features/bookmarks/domain/providers/bookmarks.dart +++ b/app/lib/features/geckoview/features/bookmarks/domain/providers/bookmarks.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/domain/repositories/bookmarks.dart b/app/lib/features/geckoview/features/bookmarks/domain/repositories/bookmarks.dart index 18bb7d71..31c488db 100644 --- a/app/lib/features/geckoview/features/bookmarks/domain/repositories/bookmarks.dart +++ b/app/lib/features/geckoview/features/bookmarks/domain/repositories/bookmarks.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/delete_bookmark_dialog.dart b/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/delete_bookmark_dialog.dart index 715832da..48337c03 100644 --- a/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/delete_bookmark_dialog.dart +++ b/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/delete_bookmark_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/delete_folder_dialog.dart b/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/delete_folder_dialog.dart index 071cd85d..3a0ae2df 100644 --- a/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/delete_folder_dialog.dart +++ b/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/delete_folder_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/import_bookmarks_dialog.dart b/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/import_bookmarks_dialog.dart index 988b9953..cc280172 100644 --- a/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/import_bookmarks_dialog.dart +++ b/app/lib/features/geckoview/features/bookmarks/presentation/dialogs/import_bookmarks_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_entry_edit.dart b/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_entry_edit.dart index 0515cf39..4ee60842 100644 --- a/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_entry_edit.dart +++ b/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_entry_edit.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_folder_edit.dart b/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_folder_edit.dart index 8e5f987f..7cc396fe 100644 --- a/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_folder_edit.dart +++ b/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_folder_edit.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_list.dart b/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_list.dart index 85a909b0..65ceca5e 100644 --- a/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_list.dart +++ b/app/lib/features/geckoview/features/bookmarks/presentation/screens/bookmark_list.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/presentation/widgets/folder_tree_picker.dart b/app/lib/features/geckoview/features/bookmarks/presentation/widgets/folder_tree_picker.dart index e8a44be4..5b17b9e0 100644 --- a/app/lib/features/geckoview/features/bookmarks/presentation/widgets/folder_tree_picker.dart +++ b/app/lib/features/geckoview/features/bookmarks/presentation/widgets/folder_tree_picker.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/utils/bookmark_html_utils.dart b/app/lib/features/geckoview/features/bookmarks/utils/bookmark_html_utils.dart index c2f5bf25..8c08da51 100644 --- a/app/lib/features/geckoview/features/bookmarks/utils/bookmark_html_utils.dart +++ b/app/lib/features/geckoview/features/bookmarks/utils/bookmark_html_utils.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/bookmarks/utils/bookmark_json_utils.dart b/app/lib/features/geckoview/features/bookmarks/utils/bookmark_json_utils.dart index 29a1bdc8..6b6842db 100644 --- a/app/lib/features/geckoview/features/bookmarks/utils/bookmark_json_utils.dart +++ b/app/lib/features/geckoview/features/bookmarks/utils/bookmark_json_utils.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/entities/permission_type.dart b/app/lib/features/geckoview/features/browser/domain/entities/permission_type.dart index 207260a1..472c0a14 100644 --- a/app/lib/features/geckoview/features/browser/domain/entities/permission_type.dart +++ b/app/lib/features/geckoview/features/browser/domain/entities/permission_type.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/entities/sheet.dart b/app/lib/features/geckoview/features/browser/domain/entities/sheet.dart index 96af92ed..9eeb6484 100644 --- a/app/lib/features/geckoview/features/browser/domain/entities/sheet.dart +++ b/app/lib/features/geckoview/features/browser/domain/entities/sheet.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/entities/site_permissions.dart b/app/lib/features/geckoview/features/browser/domain/entities/site_permissions.dart index 3ee98e8c..da7f5b1d 100644 --- a/app/lib/features/geckoview/features/browser/domain/entities/site_permissions.dart +++ b/app/lib/features/geckoview/features/browser/domain/entities/site_permissions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/providers.dart b/app/lib/features/geckoview/features/browser/domain/providers.dart index 9fe7c486..ef536afd 100644 --- a/app/lib/features/geckoview/features/browser/domain/providers.dart +++ b/app/lib/features/geckoview/features/browser/domain/providers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/providers/intent.dart b/app/lib/features/geckoview/features/browser/domain/providers/intent.dart index 913a8324..4e1e54b0 100644 --- a/app/lib/features/geckoview/features/browser/domain/providers/intent.dart +++ b/app/lib/features/geckoview/features/browser/domain/providers/intent.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/providers/lifecycle.dart b/app/lib/features/geckoview/features/browser/domain/providers/lifecycle.dart index fe2e5e86..9dc7cad9 100644 --- a/app/lib/features/geckoview/features/browser/domain/providers/lifecycle.dart +++ b/app/lib/features/geckoview/features/browser/domain/providers/lifecycle.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/repositories/site_permissions.dart b/app/lib/features/geckoview/features/browser/domain/repositories/site_permissions.dart index cda39af2..588a5825 100644 --- a/app/lib/features/geckoview/features/browser/domain/repositories/site_permissions.dart +++ b/app/lib/features/geckoview/features/browser/domain/repositories/site_permissions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/repositories/tracking_protection.dart b/app/lib/features/geckoview/features/browser/domain/repositories/tracking_protection.dart index 9ef9f694..aaeaae3f 100644 --- a/app/lib/features/geckoview/features/browser/domain/repositories/tracking_protection.dart +++ b/app/lib/features/geckoview/features/browser/domain/repositories/tracking_protection.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/services/browser_addon.dart b/app/lib/features/geckoview/features/browser/domain/services/browser_addon.dart index 6a1b7adf..bc46df40 100644 --- a/app/lib/features/geckoview/features/browser/domain/services/browser_addon.dart +++ b/app/lib/features/geckoview/features/browser/domain/services/browser_addon.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/services/browser_data.dart b/app/lib/features/geckoview/features/browser/domain/services/browser_data.dart index 02a0a11a..c5fddf8c 100644 --- a/app/lib/features/geckoview/features/browser/domain/services/browser_data.dart +++ b/app/lib/features/geckoview/features/browser/domain/services/browser_data.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/services/engine_settings_replication.dart b/app/lib/features/geckoview/features/browser/domain/services/engine_settings_replication.dart index ef3b5887..edac25e9 100644 --- a/app/lib/features/geckoview/features/browser/domain/services/engine_settings_replication.dart +++ b/app/lib/features/geckoview/features/browser/domain/services/engine_settings_replication.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/domain/services/proxy_settings_replication.dart b/app/lib/features/geckoview/features/browser/domain/services/proxy_settings_replication.dart index ca5022fc..576ed4a9 100644 --- a/app/lib/features/geckoview/features/browser/domain/services/proxy_settings_replication.dart +++ b/app/lib/features/geckoview/features/browser/domain/services/proxy_settings_replication.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/controllers/tab_bar_dismissable.dart b/app/lib/features/geckoview/features/browser/presentation/controllers/tab_bar_dismissable.dart index 46226f58..ae5091ba 100644 --- a/app/lib/features/geckoview/features/browser/presentation/controllers/tab_bar_dismissable.dart +++ b/app/lib/features/geckoview/features/browser/presentation/controllers/tab_bar_dismissable.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/controllers/tab_view_controllers.dart b/app/lib/features/geckoview/features/browser/presentation/controllers/tab_view_controllers.dart index b36e7515..9e392d4d 100644 --- a/app/lib/features/geckoview/features/browser/presentation/controllers/tab_view_controllers.dart +++ b/app/lib/features/geckoview/features/browser/presentation/controllers/tab_view_controllers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/dialogs/bookmark_all_dialog.dart b/app/lib/features/geckoview/features/browser/presentation/dialogs/bookmark_all_dialog.dart index 7b2b9fd4..95a4a093 100644 --- a/app/lib/features/geckoview/features/browser/presentation/dialogs/bookmark_all_dialog.dart +++ b/app/lib/features/geckoview/features/browser/presentation/dialogs/bookmark_all_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/dialogs/clear_site_data_dialog.dart b/app/lib/features/geckoview/features/browser/presentation/dialogs/clear_site_data_dialog.dart index 6ab7d5dd..707ebc9f 100644 --- a/app/lib/features/geckoview/features/browser/presentation/dialogs/clear_site_data_dialog.dart +++ b/app/lib/features/geckoview/features/browser/presentation/dialogs/clear_site_data_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/dialogs/content_selection_dialog.dart b/app/lib/features/geckoview/features/browser/presentation/dialogs/content_selection_dialog.dart index e9ec40e2..2c4c184c 100644 --- a/app/lib/features/geckoview/features/browser/presentation/dialogs/content_selection_dialog.dart +++ b/app/lib/features/geckoview/features/browser/presentation/dialogs/content_selection_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/dialogs/delete_data.dart b/app/lib/features/geckoview/features/browser/presentation/dialogs/delete_data.dart index 0f8eb6a8..8ff430bf 100644 --- a/app/lib/features/geckoview/features/browser/presentation/dialogs/delete_data.dart +++ b/app/lib/features/geckoview/features/browser/presentation/dialogs/delete_data.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/dialogs/install_local_addon_dialog.dart b/app/lib/features/geckoview/features/browser/presentation/dialogs/install_local_addon_dialog.dart index feee1790..8dc32eaa 100644 --- a/app/lib/features/geckoview/features/browser/presentation/dialogs/install_local_addon_dialog.dart +++ b/app/lib/features/geckoview/features/browser/presentation/dialogs/install_local_addon_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/dialogs/open_shared_content.dart b/app/lib/features/geckoview/features/browser/presentation/dialogs/open_shared_content.dart index ac69c874..f76e59fc 100644 --- a/app/lib/features/geckoview/features/browser/presentation/dialogs/open_shared_content.dart +++ b/app/lib/features/geckoview/features/browser/presentation/dialogs/open_shared_content.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/dialogs/qr_code.dart b/app/lib/features/geckoview/features/browser/presentation/dialogs/qr_code.dart index 3ec941a8..1d357bc9 100644 --- a/app/lib/features/geckoview/features/browser/presentation/dialogs/qr_code.dart +++ b/app/lib/features/geckoview/features/browser/presentation/dialogs/qr_code.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/dialogs/select_folder_dialog.dart b/app/lib/features/geckoview/features/browser/presentation/dialogs/select_folder_dialog.dart index 0b043514..da0310d1 100644 --- a/app/lib/features/geckoview/features/browser/presentation/dialogs/select_folder_dialog.dart +++ b/app/lib/features/geckoview/features/browser/presentation/dialogs/select_folder_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/dialogs/tab_tree.dart b/app/lib/features/geckoview/features/browser/presentation/dialogs/tab_tree.dart index 5d80eec5..c7b701b7 100644 --- a/app/lib/features/geckoview/features/browser/presentation/dialogs/tab_tree.dart +++ b/app/lib/features/geckoview/features/browser/presentation/dialogs/tab_tree.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/providers/site_settings_badge_provider.dart b/app/lib/features/geckoview/features/browser/presentation/providers/site_settings_badge_provider.dart index 6eb6976f..09a0cc0a 100644 --- a/app/lib/features/geckoview/features/browser/presentation/providers/site_settings_badge_provider.dart +++ b/app/lib/features/geckoview/features/browser/presentation/providers/site_settings_badge_provider.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/screens/browser.dart b/app/lib/features/geckoview/features/browser/presentation/screens/browser.dart index 44811a95..107875de 100644 --- a/app/lib/features/geckoview/features/browser/presentation/screens/browser.dart +++ b/app/lib/features/geckoview/features/browser/presentation/screens/browser.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/screens/tab_view.dart b/app/lib/features/geckoview/features/browser/presentation/screens/tab_view.dart index 2be1e48f..fb04adc8 100644 --- a/app/lib/features/geckoview/features/browser/presentation/screens/tab_view.dart +++ b/app/lib/features/geckoview/features/browser/presentation/screens/tab_view.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/app_bar_title.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/app_bar_title.dart index 734ebf06..30bee790 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/app_bar_title.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/app_bar_title.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart index b5c1836e..228ea427 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/browser_fab.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/browser_fab.dart index 8b0a102e..90c0c552 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/browser_fab.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/browser_fab.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/browser_view.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/browser_view.dart index 69a774ad..e7e37da5 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/browser_view.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/browser_view.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/draggable_fab.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/draggable_fab.dart index a61c8408..af579c5a 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/draggable_fab.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/draggable_fab.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/navigation_drawer.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/navigation_drawer.dart index d0e59756..d457b147 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/navigation_drawer.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/navigation_drawer.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/certificate_tile.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/certificate_tile.dart index 57828dca..06460f67 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/certificate_tile.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/certificate_tile.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/draggable_scrollable_header.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/draggable_scrollable_header.dart index 230d7674..4cf39b11 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/draggable_scrollable_header.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/draggable_scrollable_header.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/error_container.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/error_container.dart index a10e7ff0..b5673da6 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/error_container.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/error_container.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/extension_badge_icon.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/extension_badge_icon.dart index e4fcafba..f88736f2 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/extension_badge_icon.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/extension_badge_icon.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/extension_shortcut_menu.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/extension_shortcut_menu.dart index d62682a9..a62a086f 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/extension_shortcut_menu.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/extension_shortcut_menu.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/history_menu.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/history_menu.dart index 69ff8f83..637fbcfc 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/history_menu.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/history_menu.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/history_menu_item.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/history_menu_item.dart index d41237c7..08afdb38 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/history_menu_item.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/history_menu_item.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/menu_item_buttons.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/menu_item_buttons.dart index ed6ac2f9..1ac7a31e 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/menu_item_buttons.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/menu_item_buttons.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/clear_site_data_section.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/clear_site_data_section.dart index a6b24704..de3392c4 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/clear_site_data_section.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/clear_site_data_section.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/permissions_section.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/permissions_section.dart index 2deda290..fb8c4c58 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/permissions_section.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/permissions_section.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/site_permissions_provider.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/site_permissions_provider.dart index 52e3380e..6f4824e2 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/site_permissions_provider.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/site_permissions_provider.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/tracking_protection_provider.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/tracking_protection_provider.dart index 6b48f909..da5dda50 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/tracking_protection_provider.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/tracking_protection_provider.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/tracking_protection_section.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/tracking_protection_section.dart index 4f779fec..bd87ddb2 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/tracking_protection_section.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/tracking_protection_section.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/view_tab.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/view_tab.dart index 9c2f4e86..d72d8592 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/view_tab.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/sheets/view_tab.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_creation_menu.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_creation_menu.dart index aeeff9d8..97883ce5 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_creation_menu.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_creation_menu.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_icon.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_icon.dart index 38329f93..8d76e238 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_icon.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_icon.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_menu.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_menu.dart index b90e3cd6..2a7d1d5c 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_menu.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_menu.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/clear_container_data_dialog.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/clear_container_data_dialog.dart index 6368aa12..e89785af 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/clear_container_data_dialog.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/clear_container_data_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/close_all_private_tabs_dialog.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/close_all_private_tabs_dialog.dart index 0dc344bb..8ab0e27b 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/close_all_private_tabs_dialog.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/close_all_private_tabs_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/close_all_tabs_dialog.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/close_all_tabs_dialog.dart index 8cc5189d..47afb0a0 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/close_all_tabs_dialog.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/close_all_tabs_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/enable_ai_tab_suggestions_dialog.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/enable_ai_tab_suggestions_dialog.dart index 6655da27..23b6b40d 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/enable_ai_tab_suggestions_dialog.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/dialogs/enable_ai_tab_suggestions_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_grid_view.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_grid_view.dart index c0c9c90a..75f55259 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_grid_view.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_grid_view.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_list_view.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_list_view.dart index 2340646f..b0d96384 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_list_view.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_list_view.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_preview.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_preview.dart index 93cdff6b..1ef2000e 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_preview.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_preview.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_tree_view.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_tree_view.dart index b8a2b9bc..348eda94 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_tree_view.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_tree_view.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_view_header.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_view_header.dart index 5c95967d..84582868 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_view_header.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_view_header.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tabs_action_button.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tabs_action_button.dart index dc67eb52..0331257e 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tabs_action_button.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tabs_action_button.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/toolbar_button.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/toolbar_button.dart index da3bd1d5..1e0396d2 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/toolbar_button.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/toolbar_button.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/browser/utils/grid_calculations.dart b/app/lib/features/geckoview/features/browser/utils/grid_calculations.dart index 951ee930..3e4b2d18 100644 --- a/app/lib/features/geckoview/features/browser/utils/grid_calculations.dart +++ b/app/lib/features/geckoview/features/browser/utils/grid_calculations.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/domain/converters/hit_result_converter.dart b/app/lib/features/geckoview/features/contextmenu/domain/converters/hit_result_converter.dart index 2b547727..b6bee7fe 100644 --- a/app/lib/features/geckoview/features/contextmenu/domain/converters/hit_result_converter.dart +++ b/app/lib/features/geckoview/features/contextmenu/domain/converters/hit_result_converter.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/extensions/hit_result.dart b/app/lib/features/geckoview/features/contextmenu/extensions/hit_result.dart index c44e419b..92e035a8 100644 --- a/app/lib/features/geckoview/features/contextmenu/extensions/hit_result.dart +++ b/app/lib/features/geckoview/features/contextmenu/extensions/hit_result.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_email.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_email.dart index 7b54beb2..f3aaffbe 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_email.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_email.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_image.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_image.dart index 7beae1e2..4f9c72cf 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_image.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_image.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_image_location.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_image_location.dart index 6165c0d5..e7db1211 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_image_location.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_image_location.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_link.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_link.dart index 8b1c0a72..0b2ba71e 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_link.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/copy_link.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/launch_external.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/launch_external.dart index 7947a5fc..240b34a8 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/launch_external.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/launch_external.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/open_image_new_tab.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/open_image_new_tab.dart index 946bc989..a290f533 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/open_image_new_tab.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/open_image_new_tab.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/open_new_tab.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/open_new_tab.dart index 5fb309a7..c953d785 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/open_new_tab.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/open_new_tab.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/save_file.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/save_file.dart index b0720682..7300c0b1 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/save_file.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/save_file.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/save_image.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/save_image.dart index d490db47..4994e29d 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/save_image.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/save_image.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_email.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_email.dart index 334ef9ac..8f5379cc 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_email.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_email.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_image.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_image.dart index 098cdda6..729a1d72 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_image.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_image.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_link.dart b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_link.dart index ac8c5ce9..19abe5da 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_link.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/candidates/share_link.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/contextmenu/presentation/context_menu_dialog.dart b/app/lib/features/geckoview/features/contextmenu/presentation/context_menu_dialog.dart index 2e350d18..b8d574d9 100644 --- a/app/lib/features/geckoview/features/contextmenu/presentation/context_menu_dialog.dart +++ b/app/lib/features/geckoview/features/contextmenu/presentation/context_menu_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/find_in_page/domain/entities/find_in_page_state.dart b/app/lib/features/geckoview/features/find_in_page/domain/entities/find_in_page_state.dart index b4cb489b..d1cf9252 100644 --- a/app/lib/features/geckoview/features/find_in_page/domain/entities/find_in_page_state.dart +++ b/app/lib/features/geckoview/features/find_in_page/domain/entities/find_in_page_state.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/find_in_page/domain/repositories/find_in_page.dart b/app/lib/features/geckoview/features/find_in_page/domain/repositories/find_in_page.dart index 290ea8ae..51c10475 100644 --- a/app/lib/features/geckoview/features/find_in_page/domain/repositories/find_in_page.dart +++ b/app/lib/features/geckoview/features/find_in_page/domain/repositories/find_in_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/find_in_page/presentation/controllers/find_in_page.dart b/app/lib/features/geckoview/features/find_in_page/presentation/controllers/find_in_page.dart index 168c206f..7a2c14c0 100644 --- a/app/lib/features/geckoview/features/find_in_page/presentation/controllers/find_in_page.dart +++ b/app/lib/features/geckoview/features/find_in_page/presentation/controllers/find_in_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/find_in_page/presentation/widgets/find_in_page.dart b/app/lib/features/geckoview/features/find_in_page/presentation/widgets/find_in_page.dart index dd62e5a4..6ae5ec67 100644 --- a/app/lib/features/geckoview/features/find_in_page/presentation/widgets/find_in_page.dart +++ b/app/lib/features/geckoview/features/find_in_page/presentation/widgets/find_in_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/history/domain/entities/history_filter_options.dart b/app/lib/features/geckoview/features/history/domain/entities/history_filter_options.dart index aff733ef..7e7a07d4 100644 --- a/app/lib/features/geckoview/features/history/domain/entities/history_filter_options.dart +++ b/app/lib/features/geckoview/features/history/domain/entities/history_filter_options.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/history/domain/providers.dart b/app/lib/features/geckoview/features/history/domain/providers.dart index 466bc36a..991554a8 100644 --- a/app/lib/features/geckoview/features/history/domain/providers.dart +++ b/app/lib/features/geckoview/features/history/domain/providers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/history/domain/repositories/history.dart b/app/lib/features/geckoview/features/history/domain/repositories/history.dart index 4a0039e8..e1554446 100644 --- a/app/lib/features/geckoview/features/history/domain/repositories/history.dart +++ b/app/lib/features/geckoview/features/history/domain/repositories/history.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/history/presentation/dialogs/delete_file.dart b/app/lib/features/geckoview/features/history/presentation/dialogs/delete_file.dart index 27c5d330..e333141d 100644 --- a/app/lib/features/geckoview/features/history/presentation/dialogs/delete_file.dart +++ b/app/lib/features/geckoview/features/history/presentation/dialogs/delete_file.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/history/presentation/screens/history.dart b/app/lib/features/geckoview/features/history/presentation/screens/history.dart index ae6bc49d..5af6d8c6 100644 --- a/app/lib/features/geckoview/features/history/presentation/screens/history.dart +++ b/app/lib/features/geckoview/features/history/presentation/screens/history.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/preferences/data/models/preference_setting.dart b/app/lib/features/geckoview/features/preferences/data/models/preference_setting.dart index 2cf33c88..a393ab4c 100644 --- a/app/lib/features/geckoview/features/preferences/data/models/preference_setting.dart +++ b/app/lib/features/geckoview/features/preferences/data/models/preference_setting.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/preferences/data/repositories/preference_observer.dart b/app/lib/features/geckoview/features/preferences/data/repositories/preference_observer.dart index 4d5a38c6..22853b5c 100644 --- a/app/lib/features/geckoview/features/preferences/data/repositories/preference_observer.dart +++ b/app/lib/features/geckoview/features/preferences/data/repositories/preference_observer.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/preferences/data/repositories/preference_settings.dart b/app/lib/features/geckoview/features/preferences/data/repositories/preference_settings.dart index 92cfe060..a5a6c6b7 100644 --- a/app/lib/features/geckoview/features/preferences/data/repositories/preference_settings.dart +++ b/app/lib/features/geckoview/features/preferences/data/repositories/preference_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/readerview/domain/providers/readerable.dart b/app/lib/features/geckoview/features/readerview/domain/providers/readerable.dart index 75bf0812..48de0c42 100644 --- a/app/lib/features/geckoview/features/readerview/domain/providers/readerable.dart +++ b/app/lib/features/geckoview/features/readerview/domain/providers/readerable.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/readerview/presentation/controllers/readerable.dart b/app/lib/features/geckoview/features/readerview/presentation/controllers/readerable.dart index 5eefb576..8a560bba 100644 --- a/app/lib/features/geckoview/features/readerview/presentation/controllers/readerable.dart +++ b/app/lib/features/geckoview/features/readerview/presentation/controllers/readerable.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/readerview/presentation/widgets/reader_button.dart b/app/lib/features/geckoview/features/readerview/presentation/widgets/reader_button.dart index d4aa8d1c..d8227532 100644 --- a/app/lib/features/geckoview/features/readerview/presentation/widgets/reader_button.dart +++ b/app/lib/features/geckoview/features/readerview/presentation/widgets/reader_button.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/domain/entities/tab_preview.dart b/app/lib/features/geckoview/features/search/domain/entities/tab_preview.dart index 807bb87f..ef3d0e2c 100644 --- a/app/lib/features/geckoview/features/search/domain/entities/tab_preview.dart +++ b/app/lib/features/geckoview/features/search/domain/entities/tab_preview.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/domain/providers/engine_suggestions.dart b/app/lib/features/geckoview/features/search/domain/providers/engine_suggestions.dart index 714db3d6..839f85a6 100644 --- a/app/lib/features/geckoview/features/search/domain/providers/engine_suggestions.dart +++ b/app/lib/features/geckoview/features/search/domain/providers/engine_suggestions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/domain/providers/search_suggestions.dart b/app/lib/features/geckoview/features/search/domain/providers/search_suggestions.dart index e0eb518e..30686a92 100644 --- a/app/lib/features/geckoview/features/search/domain/providers/search_suggestions.dart +++ b/app/lib/features/geckoview/features/search/domain/providers/search_suggestions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/domain/repositories/search_suggestions.dart b/app/lib/features/geckoview/features/search/domain/repositories/search_suggestions.dart index 333d7bc4..5c11103c 100644 --- a/app/lib/features/geckoview/features/search/domain/repositories/search_suggestions.dart +++ b/app/lib/features/geckoview/features/search/domain/repositories/search_suggestions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/presentation/dialogs/reset_bang_dialog.dart b/app/lib/features/geckoview/features/search/presentation/dialogs/reset_bang_dialog.dart index 84537b2d..0a9c58e5 100644 --- a/app/lib/features/geckoview/features/search/presentation/dialogs/reset_bang_dialog.dart +++ b/app/lib/features/geckoview/features/search/presentation/dialogs/reset_bang_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/presentation/screens/search.dart b/app/lib/features/geckoview/features/search/presentation/screens/search.dart index 2e11a126..b976b2c4 100644 --- a/app/lib/features/geckoview/features/search/presentation/screens/search.dart +++ b/app/lib/features/geckoview/features/search/presentation/screens/search.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/presentation/widgets/clipboard_fill.dart b/app/lib/features/geckoview/features/search/presentation/widgets/clipboard_fill.dart index f982b80f..25aec9b7 100644 --- a/app/lib/features/geckoview/features/search/presentation/widgets/clipboard_fill.dart +++ b/app/lib/features/geckoview/features/search/presentation/widgets/clipboard_fill.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/presentation/widgets/search_field.dart b/app/lib/features/geckoview/features/search/presentation/widgets/search_field.dart index e43ef1ac..d7e24608 100644 --- a/app/lib/features/geckoview/features/search/presentation/widgets/search_field.dart +++ b/app/lib/features/geckoview/features/search/presentation/widgets/search_field.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/feed_search.dart b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/feed_search.dart index f64c39d4..1e5a0f98 100644 --- a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/feed_search.dart +++ b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/feed_search.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/fixed_search_suggestions.dart b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/fixed_search_suggestions.dart index 1ab7b8f1..368cb35b 100644 --- a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/fixed_search_suggestions.dart +++ b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/fixed_search_suggestions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/full_search_suggestions.dart b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/full_search_suggestions.dart index 9f3dde52..605819f9 100644 --- a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/full_search_suggestions.dart +++ b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/full_search_suggestions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/history_suggestions.dart b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/history_suggestions.dart index b6c45e98..38890078 100644 --- a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/history_suggestions.dart +++ b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/history_suggestions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/tab_search.dart b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/tab_search.dart index 9d4fbff3..f060eff9 100644 --- a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/tab_search.dart +++ b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/tab_search.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/search/presentation/widgets/smart_bang_selector.dart b/app/lib/features/geckoview/features/search/presentation/widgets/smart_bang_selector.dart index eb3aaf8f..bf7b9eba 100644 --- a/app/lib/features/geckoview/features/search/presentation/widgets/smart_bang_selector.dart +++ b/app/lib/features/geckoview/features/search/presentation/widgets/smart_bang_selector.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/data/database/converters/container_metadata_converter.dart b/app/lib/features/geckoview/features/tabs/data/database/converters/container_metadata_converter.dart index 5a89c054..23874103 100644 --- a/app/lib/features/geckoview/features/tabs/data/database/converters/container_metadata_converter.dart +++ b/app/lib/features/geckoview/features/tabs/data/database/converters/container_metadata_converter.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/data/database/daos/container.dart b/app/lib/features/geckoview/features/tabs/data/database/daos/container.dart index 48cd25b1..0d048aa8 100644 --- a/app/lib/features/geckoview/features/tabs/data/database/daos/container.dart +++ b/app/lib/features/geckoview/features/tabs/data/database/daos/container.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/data/database/daos/tab.dart b/app/lib/features/geckoview/features/tabs/data/database/daos/tab.dart index 76984827..3af92311 100644 --- a/app/lib/features/geckoview/features/tabs/data/database/daos/tab.dart +++ b/app/lib/features/geckoview/features/tabs/data/database/daos/tab.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/data/database/database.dart b/app/lib/features/geckoview/features/tabs/data/database/database.dart index 4ddf711c..22473682 100644 --- a/app/lib/features/geckoview/features/tabs/data/database/database.dart +++ b/app/lib/features/geckoview/features/tabs/data/database/database.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/data/entities/container_filter.dart b/app/lib/features/geckoview/features/tabs/data/entities/container_filter.dart index bfc60561..b80428f6 100644 --- a/app/lib/features/geckoview/features/tabs/data/entities/container_filter.dart +++ b/app/lib/features/geckoview/features/tabs/data/entities/container_filter.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/data/entities/tab_entity.dart b/app/lib/features/geckoview/features/tabs/data/entities/tab_entity.dart index ed4da444..c1f7b4c6 100644 --- a/app/lib/features/geckoview/features/tabs/data/entities/tab_entity.dart +++ b/app/lib/features/geckoview/features/tabs/data/entities/tab_entity.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/data/entities/tab_source.dart b/app/lib/features/geckoview/features/tabs/data/entities/tab_source.dart index e211919f..08001694 100644 --- a/app/lib/features/geckoview/features/tabs/data/entities/tab_source.dart +++ b/app/lib/features/geckoview/features/tabs/data/entities/tab_source.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/data/models/container_data.dart b/app/lib/features/geckoview/features/tabs/data/models/container_data.dart index 16c01568..67ca69b4 100644 --- a/app/lib/features/geckoview/features/tabs/data/models/container_data.dart +++ b/app/lib/features/geckoview/features/tabs/data/models/container_data.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/data/models/site_assignment.dart b/app/lib/features/geckoview/features/tabs/data/models/site_assignment.dart index 1676bbaa..1f8ae8f5 100644 --- a/app/lib/features/geckoview/features/tabs/data/models/site_assignment.dart +++ b/app/lib/features/geckoview/features/tabs/data/models/site_assignment.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/data/models/tab_query_result.dart b/app/lib/features/geckoview/features/tabs/data/models/tab_query_result.dart index b5e33c32..a44fb214 100644 --- a/app/lib/features/geckoview/features/tabs/data/models/tab_query_result.dart +++ b/app/lib/features/geckoview/features/tabs/data/models/tab_query_result.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/data/providers.dart b/app/lib/features/geckoview/features/tabs/data/providers.dart index cc180f43..5531bcf1 100644 --- a/app/lib/features/geckoview/features/tabs/data/providers.dart +++ b/app/lib/features/geckoview/features/tabs/data/providers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/domain/providers.dart b/app/lib/features/geckoview/features/tabs/domain/providers.dart index bb79d355..e5415aa5 100644 --- a/app/lib/features/geckoview/features/tabs/domain/providers.dart +++ b/app/lib/features/geckoview/features/tabs/domain/providers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/domain/providers/selected_container.dart b/app/lib/features/geckoview/features/tabs/domain/providers/selected_container.dart index 61234d58..f75818b7 100644 --- a/app/lib/features/geckoview/features/tabs/domain/providers/selected_container.dart +++ b/app/lib/features/geckoview/features/tabs/domain/providers/selected_container.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/domain/repositories/container.dart b/app/lib/features/geckoview/features/tabs/domain/repositories/container.dart index 3c036431..21bece87 100644 --- a/app/lib/features/geckoview/features/tabs/domain/repositories/container.dart +++ b/app/lib/features/geckoview/features/tabs/domain/repositories/container.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/domain/repositories/gecko_inference.dart b/app/lib/features/geckoview/features/tabs/domain/repositories/gecko_inference.dart index 0d051bf3..e657c90f 100644 --- a/app/lib/features/geckoview/features/tabs/domain/repositories/gecko_inference.dart +++ b/app/lib/features/geckoview/features/tabs/domain/repositories/gecko_inference.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/domain/repositories/tab.dart b/app/lib/features/geckoview/features/tabs/domain/repositories/tab.dart index 3b7b9f77..4d8bc001 100644 --- a/app/lib/features/geckoview/features/tabs/domain/repositories/tab.dart +++ b/app/lib/features/geckoview/features/tabs/domain/repositories/tab.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/domain/repositories/tab_search.dart b/app/lib/features/geckoview/features/tabs/domain/repositories/tab_search.dart index fa1c0d40..21b63db1 100644 --- a/app/lib/features/geckoview/features/tabs/domain/repositories/tab_search.dart +++ b/app/lib/features/geckoview/features/tabs/domain/repositories/tab_search.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/controllers/container_topic.dart b/app/lib/features/geckoview/features/tabs/presentation/controllers/container_topic.dart index 551bf274..120a2fe4 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/controllers/container_topic.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/controllers/container_topic.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/dialogs/delete_container_dialog.dart b/app/lib/features/geckoview/features/tabs/presentation/dialogs/delete_container_dialog.dart index 83197ab0..d729b832 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/dialogs/delete_container_dialog.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/dialogs/delete_container_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/screens/container_draft_suggestions.dart b/app/lib/features/geckoview/features/tabs/presentation/screens/container_draft_suggestions.dart index f0d44837..1c62f212 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/screens/container_draft_suggestions.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/screens/container_draft_suggestions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/screens/container_edit.dart b/app/lib/features/geckoview/features/tabs/presentation/screens/container_edit.dart index baa3d310..c374c316 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/screens/container_edit.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/screens/container_edit.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/screens/container_list.dart b/app/lib/features/geckoview/features/tabs/presentation/screens/container_list.dart index 86178cdf..b8f29075 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/screens/container_list.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/screens/container_list.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/screens/container_selection.dart b/app/lib/features/geckoview/features/tabs/presentation/screens/container_selection.dart index 06c8a293..001b25da 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/screens/container_selection.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/screens/container_selection.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/screens/container_sites.dart b/app/lib/features/geckoview/features/tabs/presentation/screens/container_sites.dart index 8149ec07..e7c8e692 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/screens/container_sites.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/screens/container_sites.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/widgets/color_picker_dialog.dart b/app/lib/features/geckoview/features/tabs/presentation/widgets/color_picker_dialog.dart index 63fd843e..026cf36f 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/widgets/color_picker_dialog.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/widgets/color_picker_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/widgets/container_chips.dart b/app/lib/features/geckoview/features/tabs/presentation/widgets/container_chips.dart index 5dd95b0b..b3afff84 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/widgets/container_chips.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/widgets/container_chips.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/widgets/container_list_tile.dart b/app/lib/features/geckoview/features/tabs/presentation/widgets/container_list_tile.dart index e4eac7cf..9314f17b 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/widgets/container_list_tile.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/widgets/container_list_tile.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/widgets/container_title.dart b/app/lib/features/geckoview/features/tabs/presentation/widgets/container_title.dart index bb14d81d..8425af02 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/widgets/container_title.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/widgets/container_title.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/widgets/material_color_picker.dart b/app/lib/features/geckoview/features/tabs/presentation/widgets/material_color_picker.dart index ecbf80c3..49d6edbb 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/widgets/material_color_picker.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/widgets/material_color_picker.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/presentation/widgets/tab_drag_container_target.dart b/app/lib/features/geckoview/features/tabs/presentation/widgets/tab_drag_container_target.dart index afc525ed..fd92a5be 100644 --- a/app/lib/features/geckoview/features/tabs/presentation/widgets/tab_drag_container_target.dart +++ b/app/lib/features/geckoview/features/tabs/presentation/widgets/tab_drag_container_target.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/utils/color_palette.dart b/app/lib/features/geckoview/features/tabs/utils/color_palette.dart index e5837abe..20a9eae1 100644 --- a/app/lib/features/geckoview/features/tabs/utils/color_palette.dart +++ b/app/lib/features/geckoview/features/tabs/utils/color_palette.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/utils/container_colors.dart b/app/lib/features/geckoview/features/tabs/utils/container_colors.dart index ac3aca06..54670e6c 100644 --- a/app/lib/features/geckoview/features/tabs/utils/container_colors.dart +++ b/app/lib/features/geckoview/features/tabs/utils/container_colors.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/features/tabs/utils/setting_groups_serializer.dart b/app/lib/features/geckoview/features/tabs/utils/setting_groups_serializer.dart index 78a0a3e0..b0932b61 100644 --- a/app/lib/features/geckoview/features/tabs/utils/setting_groups_serializer.dart +++ b/app/lib/features/geckoview/features/tabs/utils/setting_groups_serializer.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/geckoview/utils/image_helper.dart b/app/lib/features/geckoview/utils/image_helper.dart index c2decf05..dc3d2957 100644 --- a/app/lib/features/geckoview/utils/image_helper.dart +++ b/app/lib/features/geckoview/utils/image_helper.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/onboarding/presentation/onboarding.dart b/app/lib/features/onboarding/presentation/onboarding.dart index 74ccaede..532304d9 100644 --- a/app/lib/features/onboarding/presentation/onboarding.dart +++ b/app/lib/features/onboarding/presentation/onboarding.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/onboarding/presentation/pages/abstract/i_form_page.dart b/app/lib/features/onboarding/presentation/pages/abstract/i_form_page.dart index f77301b4..a4c21c50 100644 --- a/app/lib/features/onboarding/presentation/pages/abstract/i_form_page.dart +++ b/app/lib/features/onboarding/presentation/pages/abstract/i_form_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/onboarding/presentation/pages/ai_configuration.dart b/app/lib/features/onboarding/presentation/pages/ai_configuration.dart index 19378b7b..67748276 100644 --- a/app/lib/features/onboarding/presentation/pages/ai_configuration.dart +++ b/app/lib/features/onboarding/presentation/pages/ai_configuration.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/onboarding/presentation/pages/default_search.dart b/app/lib/features/onboarding/presentation/pages/default_search.dart index ba596a0b..01a11ce0 100644 --- a/app/lib/features/onboarding/presentation/pages/default_search.dart +++ b/app/lib/features/onboarding/presentation/pages/default_search.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/onboarding/presentation/pages/permissions.dart b/app/lib/features/onboarding/presentation/pages/permissions.dart index 403bdfbd..4d3948f8 100644 --- a/app/lib/features/onboarding/presentation/pages/permissions.dart +++ b/app/lib/features/onboarding/presentation/pages/permissions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/onboarding/presentation/pages/ublock_opt_in.dart b/app/lib/features/onboarding/presentation/pages/ublock_opt_in.dart index 2c6da576..7d4ef509 100644 --- a/app/lib/features/onboarding/presentation/pages/ublock_opt_in.dart +++ b/app/lib/features/onboarding/presentation/pages/ublock_opt_in.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/onboarding/presentation/pages/welcome.dart b/app/lib/features/onboarding/presentation/pages/welcome.dart index dfa14227..74bc5b99 100644 --- a/app/lib/features/onboarding/presentation/pages/welcome.dart +++ b/app/lib/features/onboarding/presentation/pages/welcome.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/qr_scanner/presentation/dialogs/qr_scanner_dialog.dart b/app/lib/features/qr_scanner/presentation/dialogs/qr_scanner_dialog.dart index 44037662..48e17c75 100644 --- a/app/lib/features/qr_scanner/presentation/dialogs/qr_scanner_dialog.dart +++ b/app/lib/features/qr_scanner/presentation/dialogs/qr_scanner_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/search/domain/autosuggest/brave.dart b/app/lib/features/search/domain/autosuggest/brave.dart index 41a6462b..99eac160 100644 --- a/app/lib/features/search/domain/autosuggest/brave.dart +++ b/app/lib/features/search/domain/autosuggest/brave.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/search/domain/autosuggest/duckduckgo.dart b/app/lib/features/search/domain/autosuggest/duckduckgo.dart index a50abc25..bfafec42 100644 --- a/app/lib/features/search/domain/autosuggest/duckduckgo.dart +++ b/app/lib/features/search/domain/autosuggest/duckduckgo.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/search/domain/autosuggest/empty.dart b/app/lib/features/search/domain/autosuggest/empty.dart index 211ad94b..be42edfe 100644 --- a/app/lib/features/search/domain/autosuggest/empty.dart +++ b/app/lib/features/search/domain/autosuggest/empty.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/search/domain/autosuggest/kagi.dart b/app/lib/features/search/domain/autosuggest/kagi.dart index 3a0a8c5c..dcfea3f5 100644 --- a/app/lib/features/search/domain/autosuggest/kagi.dart +++ b/app/lib/features/search/domain/autosuggest/kagi.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/search/domain/autosuggest/qwant.dart b/app/lib/features/search/domain/autosuggest/qwant.dart index 74651eff..235218a7 100644 --- a/app/lib/features/search/domain/autosuggest/qwant.dart +++ b/app/lib/features/search/domain/autosuggest/qwant.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/search/domain/entities/abstract/i_query_builder.dart b/app/lib/features/search/domain/entities/abstract/i_query_builder.dart index 0795f7b4..c5e11487 100644 --- a/app/lib/features/search/domain/entities/abstract/i_query_builder.dart +++ b/app/lib/features/search/domain/entities/abstract/i_query_builder.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/search/domain/entities/abstract/i_search_suggestion_provider.dart b/app/lib/features/search/domain/entities/abstract/i_search_suggestion_provider.dart index 4ac2e65f..6df468ea 100644 --- a/app/lib/features/search/domain/entities/abstract/i_search_suggestion_provider.dart +++ b/app/lib/features/search/domain/entities/abstract/i_search_suggestion_provider.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/search/domain/entities/bareword.dart b/app/lib/features/search/domain/entities/bareword.dart index abea7ec4..cb299fed 100644 --- a/app/lib/features/search/domain/entities/bareword.dart +++ b/app/lib/features/search/domain/entities/bareword.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/search/domain/fts_tokenizer.dart b/app/lib/features/search/domain/fts_tokenizer.dart index e278c85b..7891595e 100644 --- a/app/lib/features/search/domain/fts_tokenizer.dart +++ b/app/lib/features/search/domain/fts_tokenizer.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/search/domain/unix_tokenizer.dart b/app/lib/features/search/domain/unix_tokenizer.dart index 774d6f6f..eefc2c63 100644 --- a/app/lib/features/search/domain/unix_tokenizer.dart +++ b/app/lib/features/search/domain/unix_tokenizer.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/search/util/tokenized_filter.dart b/app/lib/features/search/util/tokenized_filter.dart index 36926057..48298196 100644 --- a/app/lib/features/search/util/tokenized_filter.dart +++ b/app/lib/features/search/util/tokenized_filter.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/domain/providers/log_filter.dart b/app/lib/features/settings/domain/providers/log_filter.dart index 533ef483..ca6a3075 100644 --- a/app/lib/features/settings/domain/providers/log_filter.dart +++ b/app/lib/features/settings/domain/providers/log_filter.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/controllers/save_settings.dart b/app/lib/features/settings/presentation/controllers/save_settings.dart index efde41d6..90f93d85 100644 --- a/app/lib/features/settings/presentation/controllers/save_settings.dart +++ b/app/lib/features/settings/presentation/controllers/save_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/dialogs/delete_all_exceptions_dialog.dart b/app/lib/features/settings/presentation/dialogs/delete_all_exceptions_dialog.dart index 630adff5..6b06cec3 100644 --- a/app/lib/features/settings/presentation/dialogs/delete_all_exceptions_dialog.dart +++ b/app/lib/features/settings/presentation/dialogs/delete_all_exceptions_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/dialogs/user_agent_restart_dialog.dart b/app/lib/features/settings/presentation/dialogs/user_agent_restart_dialog.dart index ef53faf3..a902fb3a 100644 --- a/app/lib/features/settings/presentation/dialogs/user_agent_restart_dialog.dart +++ b/app/lib/features/settings/presentation/dialogs/user_agent_restart_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/addon_collection.dart b/app/lib/features/settings/presentation/screens/addon_collection.dart index 9780f144..4a575b27 100644 --- a/app/lib/features/settings/presentation/screens/addon_collection.dart +++ b/app/lib/features/settings/presentation/screens/addon_collection.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/advanced_settings.dart b/app/lib/features/settings/presentation/screens/advanced_settings.dart index 75f32c0f..f4e25084 100644 --- a/app/lib/features/settings/presentation/screens/advanced_settings.dart +++ b/app/lib/features/settings/presentation/screens/advanced_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/appearance_display_settings.dart b/app/lib/features/settings/presentation/screens/appearance_display_settings.dart index 757ce566..a2ef47fc 100644 --- a/app/lib/features/settings/presentation/screens/appearance_display_settings.dart +++ b/app/lib/features/settings/presentation/screens/appearance_display_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/bang_settings.dart b/app/lib/features/settings/presentation/screens/bang_settings.dart index 23a01a95..d9084280 100644 --- a/app/lib/features/settings/presentation/screens/bang_settings.dart +++ b/app/lib/features/settings/presentation/screens/bang_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/custom_tracking_protection.dart b/app/lib/features/settings/presentation/screens/custom_tracking_protection.dart index ca2c09fd..839e0736 100644 --- a/app/lib/features/settings/presentation/screens/custom_tracking_protection.dart +++ b/app/lib/features/settings/presentation/screens/custom_tracking_protection.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/doh_settings.dart b/app/lib/features/settings/presentation/screens/doh_settings.dart index 3d36521e..ee281c4d 100644 --- a/app/lib/features/settings/presentation/screens/doh_settings.dart +++ b/app/lib/features/settings/presentation/screens/doh_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/fingerprint_settings.dart b/app/lib/features/settings/presentation/screens/fingerprint_settings.dart index 12b0df40..3281716a 100644 --- a/app/lib/features/settings/presentation/screens/fingerprint_settings.dart +++ b/app/lib/features/settings/presentation/screens/fingerprint_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/fingerprinting_settings.dart b/app/lib/features/settings/presentation/screens/fingerprinting_settings.dart index d902fb06..aa4ac142 100644 --- a/app/lib/features/settings/presentation/screens/fingerprinting_settings.dart +++ b/app/lib/features/settings/presentation/screens/fingerprinting_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/locale_settings.dart b/app/lib/features/settings/presentation/screens/locale_settings.dart index f8ea0cf3..1b452c53 100644 --- a/app/lib/features/settings/presentation/screens/locale_settings.dart +++ b/app/lib/features/settings/presentation/screens/locale_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/privacy_security_settings.dart b/app/lib/features/settings/presentation/screens/privacy_security_settings.dart index 12a20f5a..b455b3c4 100644 --- a/app/lib/features/settings/presentation/screens/privacy_security_settings.dart +++ b/app/lib/features/settings/presentation/screens/privacy_security_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/search_content_settings.dart b/app/lib/features/settings/presentation/screens/search_content_settings.dart index 3f1c4ec5..9a31f619 100644 --- a/app/lib/features/settings/presentation/screens/search_content_settings.dart +++ b/app/lib/features/settings/presentation/screens/search_content_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/settings.dart b/app/lib/features/settings/presentation/screens/settings.dart index 26bb058b..10bc3e29 100644 --- a/app/lib/features/settings/presentation/screens/settings.dart +++ b/app/lib/features/settings/presentation/screens/settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/tabs_behavior_settings.dart b/app/lib/features/settings/presentation/screens/tabs_behavior_settings.dart index dbe1a18f..ed2f22f4 100644 --- a/app/lib/features/settings/presentation/screens/tabs_behavior_settings.dart +++ b/app/lib/features/settings/presentation/screens/tabs_behavior_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/tracking_protection_exceptions.dart b/app/lib/features/settings/presentation/screens/tracking_protection_exceptions.dart index b52958fa..c9a67186 100644 --- a/app/lib/features/settings/presentation/screens/tracking_protection_exceptions.dart +++ b/app/lib/features/settings/presentation/screens/tracking_protection_exceptions.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/web_engine_hardening.dart b/app/lib/features/settings/presentation/screens/web_engine_hardening.dart index 3e5594af..5360cea9 100644 --- a/app/lib/features/settings/presentation/screens/web_engine_hardening.dart +++ b/app/lib/features/settings/presentation/screens/web_engine_hardening.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/screens/web_engine_hardening_group.dart b/app/lib/features/settings/presentation/screens/web_engine_hardening_group.dart index 93d35211..5304b0d7 100644 --- a/app/lib/features/settings/presentation/screens/web_engine_hardening_group.dart +++ b/app/lib/features/settings/presentation/screens/web_engine_hardening_group.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/widgets/bang_group_list_tile.dart b/app/lib/features/settings/presentation/widgets/bang_group_list_tile.dart index 0accd2ca..463661f1 100644 --- a/app/lib/features/settings/presentation/widgets/bang_group_list_tile.dart +++ b/app/lib/features/settings/presentation/widgets/bang_group_list_tile.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/widgets/bang_icon.dart b/app/lib/features/settings/presentation/widgets/bang_icon.dart index 70fea5ae..a39a7751 100644 --- a/app/lib/features/settings/presentation/widgets/bang_icon.dart +++ b/app/lib/features/settings/presentation/widgets/bang_icon.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/widgets/custom_list_tile.dart b/app/lib/features/settings/presentation/widgets/custom_list_tile.dart index 4ebd4919..e156d27a 100644 --- a/app/lib/features/settings/presentation/widgets/custom_list_tile.dart +++ b/app/lib/features/settings/presentation/widgets/custom_list_tile.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/widgets/default_search_selector.dart b/app/lib/features/settings/presentation/widgets/default_search_selector.dart index 3b571690..5910ea08 100644 --- a/app/lib/features/settings/presentation/widgets/default_search_selector.dart +++ b/app/lib/features/settings/presentation/widgets/default_search_selector.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/widgets/hardening_group_icon.dart b/app/lib/features/settings/presentation/widgets/hardening_group_icon.dart index c08b8142..aeb1f9e3 100644 --- a/app/lib/features/settings/presentation/widgets/hardening_group_icon.dart +++ b/app/lib/features/settings/presentation/widgets/hardening_group_icon.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/widgets/sections.dart b/app/lib/features/settings/presentation/widgets/sections.dart index 16ccefdc..55f7487c 100644 --- a/app/lib/features/settings/presentation/widgets/sections.dart +++ b/app/lib/features/settings/presentation/widgets/sections.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/settings/presentation/widgets/sync_details_table.dart b/app/lib/features/settings/presentation/widgets/sync_details_table.dart index 5e9ae35f..9dd4d246 100644 --- a/app/lib/features/settings/presentation/widgets/sync_details_table.dart +++ b/app/lib/features/settings/presentation/widgets/sync_details_table.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/share_intent/domain/entities/shared_content.dart b/app/lib/features/share_intent/domain/entities/shared_content.dart index 44fc778e..371324ee 100644 --- a/app/lib/features/share_intent/domain/entities/shared_content.dart +++ b/app/lib/features/share_intent/domain/entities/shared_content.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/share_intent/domain/services/sharing_intent.dart b/app/lib/features/share_intent/domain/services/sharing_intent.dart index 4888cc8b..408a5df1 100644 --- a/app/lib/features/share_intent/domain/services/sharing_intent.dart +++ b/app/lib/features/share_intent/domain/services/sharing_intent.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/tor/data/models/moat.dart b/app/lib/features/tor/data/models/moat.dart index f58e65e6..4425107d 100644 --- a/app/lib/features/tor/data/models/moat.dart +++ b/app/lib/features/tor/data/models/moat.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/tor/data/services/builtin_bridges.dart b/app/lib/features/tor/data/services/builtin_bridges.dart index 3e7a34d8..5df9d863 100644 --- a/app/lib/features/tor/data/services/builtin_bridges.dart +++ b/app/lib/features/tor/data/services/builtin_bridges.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/tor/data/services/moat_api.dart b/app/lib/features/tor/data/services/moat_api.dart index a7db217b..f29bd16b 100644 --- a/app/lib/features/tor/data/services/moat_api.dart +++ b/app/lib/features/tor/data/services/moat_api.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/tor/data/services/moat_service.dart b/app/lib/features/tor/data/services/moat_service.dart index 285429d4..5574f63c 100644 --- a/app/lib/features/tor/data/services/moat_service.dart +++ b/app/lib/features/tor/data/services/moat_service.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/tor/domain/repositories/builtin_bridges.dart b/app/lib/features/tor/domain/repositories/builtin_bridges.dart index 37684955..7e703554 100644 --- a/app/lib/features/tor/domain/repositories/builtin_bridges.dart +++ b/app/lib/features/tor/domain/repositories/builtin_bridges.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/tor/domain/repositories/tor_proxy.dart b/app/lib/features/tor/domain/repositories/tor_proxy.dart index 551dcbc9..4302edfe 100644 --- a/app/lib/features/tor/domain/repositories/tor_proxy.dart +++ b/app/lib/features/tor/domain/repositories/tor_proxy.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/tor/domain/services/tor_proxy.dart b/app/lib/features/tor/domain/services/tor_proxy.dart index 92c06f98..c6adae68 100644 --- a/app/lib/features/tor/domain/services/tor_proxy.dart +++ b/app/lib/features/tor/domain/services/tor_proxy.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/tor/presentation/controllers/start_tor_proxy.dart b/app/lib/features/tor/presentation/controllers/start_tor_proxy.dart index 0b7a00bc..a40a51e4 100644 --- a/app/lib/features/tor/presentation/controllers/start_tor_proxy.dart +++ b/app/lib/features/tor/presentation/controllers/start_tor_proxy.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/tor/presentation/screens/tor_proxy.dart b/app/lib/features/tor/presentation/screens/tor_proxy.dart index 79d857ec..b8e540f6 100644 --- a/app/lib/features/tor/presentation/screens/tor_proxy.dart +++ b/app/lib/features/tor/presentation/screens/tor_proxy.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/tor/presentation/widgets/tor_dialog.dart b/app/lib/features/tor/presentation/widgets/tor_dialog.dart index 6065b211..a26fe126 100644 --- a/app/lib/features/tor/presentation/widgets/tor_dialog.dart +++ b/app/lib/features/tor/presentation/widgets/tor_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/tor/presentation/widgets/tor_notification.dart b/app/lib/features/tor/presentation/widgets/tor_notification.dart index c7e91c82..69b341d3 100644 --- a/app/lib/features/tor/presentation/widgets/tor_notification.dart +++ b/app/lib/features/tor/presentation/widgets/tor_notification.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/data/database/daos/cache.dart b/app/lib/features/user/data/database/daos/cache.dart index 65daa194..16de9502 100644 --- a/app/lib/features/user/data/database/daos/cache.dart +++ b/app/lib/features/user/data/database/daos/cache.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/data/database/daos/onboarding.dart b/app/lib/features/user/data/database/daos/onboarding.dart index 0b67da40..663c31ab 100644 --- a/app/lib/features/user/data/database/daos/onboarding.dart +++ b/app/lib/features/user/data/database/daos/onboarding.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/data/database/daos/setting.dart b/app/lib/features/user/data/database/daos/setting.dart index 3401f25e..6e018e27 100644 --- a/app/lib/features/user/data/database/daos/setting.dart +++ b/app/lib/features/user/data/database/daos/setting.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/data/database/database.dart b/app/lib/features/user/data/database/database.dart index e6839c4e..a49bb4a5 100644 --- a/app/lib/features/user/data/database/database.dart +++ b/app/lib/features/user/data/database/database.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/data/database/riverpod_storage.dart b/app/lib/features/user/data/database/riverpod_storage.dart index e55f3364..ec823f56 100644 --- a/app/lib/features/user/data/database/riverpod_storage.dart +++ b/app/lib/features/user/data/database/riverpod_storage.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/data/models/engine_settings.dart b/app/lib/features/user/data/models/engine_settings.dart index a672020c..8d4d4597 100644 --- a/app/lib/features/user/data/models/engine_settings.dart +++ b/app/lib/features/user/data/models/engine_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/data/models/general_settings.dart b/app/lib/features/user/data/models/general_settings.dart index c220a90e..5ef60e7a 100644 --- a/app/lib/features/user/data/models/general_settings.dart +++ b/app/lib/features/user/data/models/general_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/data/models/rfp_target.dart b/app/lib/features/user/data/models/rfp_target.dart index ad55231d..9a014cfb 100644 --- a/app/lib/features/user/data/models/rfp_target.dart +++ b/app/lib/features/user/data/models/rfp_target.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/data/models/tor_settings.dart b/app/lib/features/user/data/models/tor_settings.dart index acad5343..7879294a 100644 --- a/app/lib/features/user/data/models/tor_settings.dart +++ b/app/lib/features/user/data/models/tor_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/data/providers.dart b/app/lib/features/user/data/providers.dart index ff5907bf..6aad0600 100644 --- a/app/lib/features/user/data/providers.dart +++ b/app/lib/features/user/data/providers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/entities/auth_exception.dart b/app/lib/features/user/domain/entities/auth_exception.dart index 337c7c98..1eab2693 100644 --- a/app/lib/features/user/domain/entities/auth_exception.dart +++ b/app/lib/features/user/domain/entities/auth_exception.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/entities/fingerprint_overrides.dart b/app/lib/features/user/domain/entities/fingerprint_overrides.dart index 3149cb5f..851fac86 100644 --- a/app/lib/features/user/domain/entities/fingerprint_overrides.dart +++ b/app/lib/features/user/domain/entities/fingerprint_overrides.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/dialogs/delete_profile_dialog.dart b/app/lib/features/user/domain/presentation/dialogs/delete_profile_dialog.dart index c157e1f6..54ebc33f 100644 --- a/app/lib/features/user/domain/presentation/dialogs/delete_profile_dialog.dart +++ b/app/lib/features/user/domain/presentation/dialogs/delete_profile_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/dialogs/override_profile_dialog.dart b/app/lib/features/user/domain/presentation/dialogs/override_profile_dialog.dart index bad42f56..6cfb28b7 100644 --- a/app/lib/features/user/domain/presentation/dialogs/override_profile_dialog.dart +++ b/app/lib/features/user/domain/presentation/dialogs/override_profile_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/dialogs/password_confirmation_dialog.dart b/app/lib/features/user/domain/presentation/dialogs/password_confirmation_dialog.dart index a1f21000..6742d6d2 100644 --- a/app/lib/features/user/domain/presentation/dialogs/password_confirmation_dialog.dart +++ b/app/lib/features/user/domain/presentation/dialogs/password_confirmation_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/dialogs/quit_browser_dialog.dart b/app/lib/features/user/domain/presentation/dialogs/quit_browser_dialog.dart index 131282cc..25864a6b 100644 --- a/app/lib/features/user/domain/presentation/dialogs/quit_browser_dialog.dart +++ b/app/lib/features/user/domain/presentation/dialogs/quit_browser_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/dialogs/select_profile.dart b/app/lib/features/user/domain/presentation/dialogs/select_profile.dart index d4dc8ee6..798af17b 100644 --- a/app/lib/features/user/domain/presentation/dialogs/select_profile.dart +++ b/app/lib/features/user/domain/presentation/dialogs/select_profile.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/dialogs/switch_profile_dialog.dart b/app/lib/features/user/domain/presentation/dialogs/switch_profile_dialog.dart index 88845b1c..bd3692e9 100644 --- a/app/lib/features/user/domain/presentation/dialogs/switch_profile_dialog.dart +++ b/app/lib/features/user/domain/presentation/dialogs/switch_profile_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/screens/profile_backup.dart b/app/lib/features/user/domain/presentation/screens/profile_backup.dart index 900a5ad3..e42d8bed 100644 --- a/app/lib/features/user/domain/presentation/screens/profile_backup.dart +++ b/app/lib/features/user/domain/presentation/screens/profile_backup.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/screens/profile_backup_list.dart b/app/lib/features/user/domain/presentation/screens/profile_backup_list.dart index 8ee455d8..262c27d9 100644 --- a/app/lib/features/user/domain/presentation/screens/profile_backup_list.dart +++ b/app/lib/features/user/domain/presentation/screens/profile_backup_list.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/screens/profile_edit.dart b/app/lib/features/user/domain/presentation/screens/profile_edit.dart index a22024f2..ae3648db 100644 --- a/app/lib/features/user/domain/presentation/screens/profile_edit.dart +++ b/app/lib/features/user/domain/presentation/screens/profile_edit.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/screens/profile_list.dart b/app/lib/features/user/domain/presentation/screens/profile_list.dart index 50138de2..7595f945 100644 --- a/app/lib/features/user/domain/presentation/screens/profile_list.dart +++ b/app/lib/features/user/domain/presentation/screens/profile_list.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/screens/profile_restore.dart b/app/lib/features/user/domain/presentation/screens/profile_restore.dart index 013d4725..e61cbb54 100644 --- a/app/lib/features/user/domain/presentation/screens/profile_restore.dart +++ b/app/lib/features/user/domain/presentation/screens/profile_restore.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/presentation/utils/profile_switch_handler.dart b/app/lib/features/user/domain/presentation/utils/profile_switch_handler.dart index 0b42db61..54e910d2 100644 --- a/app/lib/features/user/domain/presentation/utils/profile_switch_handler.dart +++ b/app/lib/features/user/domain/presentation/utils/profile_switch_handler.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/providers.dart b/app/lib/features/user/domain/providers.dart index c7948a69..d492dc98 100644 --- a/app/lib/features/user/domain/providers.dart +++ b/app/lib/features/user/domain/providers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/repositories/cache.dart b/app/lib/features/user/domain/repositories/cache.dart index b3dfdac1..b6936ee6 100644 --- a/app/lib/features/user/domain/repositories/cache.dart +++ b/app/lib/features/user/domain/repositories/cache.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/repositories/engine_settings.dart b/app/lib/features/user/domain/repositories/engine_settings.dart index 99acb18c..08dab9b4 100644 --- a/app/lib/features/user/domain/repositories/engine_settings.dart +++ b/app/lib/features/user/domain/repositories/engine_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/repositories/general_settings.dart b/app/lib/features/user/domain/repositories/general_settings.dart index 37345380..3f7284f1 100644 --- a/app/lib/features/user/domain/repositories/general_settings.dart +++ b/app/lib/features/user/domain/repositories/general_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/repositories/onboarding.dart b/app/lib/features/user/domain/repositories/onboarding.dart index ac935642..81c8ca76 100644 --- a/app/lib/features/user/domain/repositories/onboarding.dart +++ b/app/lib/features/user/domain/repositories/onboarding.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/repositories/profile.dart b/app/lib/features/user/domain/repositories/profile.dart index 808593ca..ea08e1cc 100644 --- a/app/lib/features/user/domain/repositories/profile.dart +++ b/app/lib/features/user/domain/repositories/profile.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/repositories/tor_settings.dart b/app/lib/features/user/domain/repositories/tor_settings.dart index 7c2bcbb2..c1234cc3 100644 --- a/app/lib/features/user/domain/repositories/tor_settings.dart +++ b/app/lib/features/user/domain/repositories/tor_settings.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/services/fingerprinting.dart b/app/lib/features/user/domain/services/fingerprinting.dart index ab755e05..db8874c4 100644 --- a/app/lib/features/user/domain/services/fingerprinting.dart +++ b/app/lib/features/user/domain/services/fingerprinting.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/services/local_authentication.dart b/app/lib/features/user/domain/services/local_authentication.dart index 663fd0c7..652910bf 100644 --- a/app/lib/features/user/domain/services/local_authentication.dart +++ b/app/lib/features/user/domain/services/local_authentication.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/user/domain/services/user_backup.dart b/app/lib/features/user/domain/services/user_backup.dart index a8666ff7..fe52cee2 100644 --- a/app/lib/features/user/domain/services/user_backup.dart +++ b/app/lib/features/user/domain/services/user_backup.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/database/converters/feed_authors.dart b/app/lib/features/web_feed/data/database/converters/feed_authors.dart index 1e55d882..fd16ffb8 100644 --- a/app/lib/features/web_feed/data/database/converters/feed_authors.dart +++ b/app/lib/features/web_feed/data/database/converters/feed_authors.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/database/converters/feed_categories.dart b/app/lib/features/web_feed/data/database/converters/feed_categories.dart index 041c456e..88c72301 100644 --- a/app/lib/features/web_feed/data/database/converters/feed_categories.dart +++ b/app/lib/features/web_feed/data/database/converters/feed_categories.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/database/converters/feed_data.dart b/app/lib/features/web_feed/data/database/converters/feed_data.dart index 35300c1d..1f9eafd2 100644 --- a/app/lib/features/web_feed/data/database/converters/feed_data.dart +++ b/app/lib/features/web_feed/data/database/converters/feed_data.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/database/converters/feed_links.dart b/app/lib/features/web_feed/data/database/converters/feed_links.dart index d26c6e8a..d061436a 100644 --- a/app/lib/features/web_feed/data/database/converters/feed_links.dart +++ b/app/lib/features/web_feed/data/database/converters/feed_links.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/database/daos/article.dart b/app/lib/features/web_feed/data/database/daos/article.dart index 8b792231..309c837a 100644 --- a/app/lib/features/web_feed/data/database/daos/article.dart +++ b/app/lib/features/web_feed/data/database/daos/article.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/database/daos/feed.dart b/app/lib/features/web_feed/data/database/daos/feed.dart index 473823a4..daa00c5b 100644 --- a/app/lib/features/web_feed/data/database/daos/feed.dart +++ b/app/lib/features/web_feed/data/database/daos/feed.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/database/database.dart b/app/lib/features/web_feed/data/database/database.dart index 115c4a27..ceb3a14e 100644 --- a/app/lib/features/web_feed/data/database/database.dart +++ b/app/lib/features/web_feed/data/database/database.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/models/feed_article.dart b/app/lib/features/web_feed/data/models/feed_article.dart index 6f598ab7..495bb388 100644 --- a/app/lib/features/web_feed/data/models/feed_article.dart +++ b/app/lib/features/web_feed/data/models/feed_article.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/models/feed_article_query_result.dart b/app/lib/features/web_feed/data/models/feed_article_query_result.dart index 64b19597..e9e0ebeb 100644 --- a/app/lib/features/web_feed/data/models/feed_article_query_result.dart +++ b/app/lib/features/web_feed/data/models/feed_article_query_result.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/models/feed_author.dart b/app/lib/features/web_feed/data/models/feed_author.dart index 49bceefa..667e43e3 100644 --- a/app/lib/features/web_feed/data/models/feed_author.dart +++ b/app/lib/features/web_feed/data/models/feed_author.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/models/feed_category.dart b/app/lib/features/web_feed/data/models/feed_category.dart index 58af4f68..20d6cafa 100644 --- a/app/lib/features/web_feed/data/models/feed_category.dart +++ b/app/lib/features/web_feed/data/models/feed_category.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/models/feed_link.dart b/app/lib/features/web_feed/data/models/feed_link.dart index 98df241e..0d73c21c 100644 --- a/app/lib/features/web_feed/data/models/feed_link.dart +++ b/app/lib/features/web_feed/data/models/feed_link.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/models/feed_parse_result.dart b/app/lib/features/web_feed/data/models/feed_parse_result.dart index 5ac487c1..a5148507 100644 --- a/app/lib/features/web_feed/data/models/feed_parse_result.dart +++ b/app/lib/features/web_feed/data/models/feed_parse_result.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/data/providers.dart b/app/lib/features/web_feed/data/providers.dart index 0df189ba..bca66927 100644 --- a/app/lib/features/web_feed/data/providers.dart +++ b/app/lib/features/web_feed/data/providers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/domain/providers.dart b/app/lib/features/web_feed/domain/providers.dart index 951d46aa..2607f4f5 100644 --- a/app/lib/features/web_feed/domain/providers.dart +++ b/app/lib/features/web_feed/domain/providers.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/domain/providers/add_dialog_blocking.dart b/app/lib/features/web_feed/domain/providers/add_dialog_blocking.dart index f2dff8bc..90a5e428 100644 --- a/app/lib/features/web_feed/domain/providers/add_dialog_blocking.dart +++ b/app/lib/features/web_feed/domain/providers/add_dialog_blocking.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/domain/providers/article_filter.dart b/app/lib/features/web_feed/domain/providers/article_filter.dart index 5f406a0d..5464b04e 100644 --- a/app/lib/features/web_feed/domain/providers/article_filter.dart +++ b/app/lib/features/web_feed/domain/providers/article_filter.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/domain/repositories/feed_repository.dart b/app/lib/features/web_feed/domain/repositories/feed_repository.dart index 97ec2e75..2ffd6534 100644 --- a/app/lib/features/web_feed/domain/repositories/feed_repository.dart +++ b/app/lib/features/web_feed/domain/repositories/feed_repository.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/domain/services/article_content_processor.dart b/app/lib/features/web_feed/domain/services/article_content_processor.dart index e181206a..5cd727df 100644 --- a/app/lib/features/web_feed/domain/services/article_content_processor.dart +++ b/app/lib/features/web_feed/domain/services/article_content_processor.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/domain/services/feed_reader.dart b/app/lib/features/web_feed/domain/services/feed_reader.dart index db4d4ecc..f08e35f9 100644 --- a/app/lib/features/web_feed/domain/services/feed_reader.dart +++ b/app/lib/features/web_feed/domain/services/feed_reader.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/extensions/atom.dart b/app/lib/features/web_feed/extensions/atom.dart index ff54f72c..3486d40a 100644 --- a/app/lib/features/web_feed/extensions/atom.dart +++ b/app/lib/features/web_feed/extensions/atom.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/extensions/feed_article.dart b/app/lib/features/web_feed/extensions/feed_article.dart index d8dc2ea9..0a0595b3 100644 --- a/app/lib/features/web_feed/extensions/feed_article.dart +++ b/app/lib/features/web_feed/extensions/feed_article.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/extensions/rss.dart b/app/lib/features/web_feed/extensions/rss.dart index 138b8331..38634851 100644 --- a/app/lib/features/web_feed/extensions/rss.dart +++ b/app/lib/features/web_feed/extensions/rss.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/extensions/web_feed_converter.dart b/app/lib/features/web_feed/extensions/web_feed_converter.dart index ffb3339e..d856f850 100644 --- a/app/lib/features/web_feed/extensions/web_feed_converter.dart +++ b/app/lib/features/web_feed/extensions/web_feed_converter.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/add_feed_dialog.dart b/app/lib/features/web_feed/presentation/add_feed_dialog.dart index d55e7154..b8ee3190 100644 --- a/app/lib/features/web_feed/presentation/add_feed_dialog.dart +++ b/app/lib/features/web_feed/presentation/add_feed_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/controllers/fetch_articles.dart b/app/lib/features/web_feed/presentation/controllers/fetch_articles.dart index 8b57df1f..da4bd67b 100644 --- a/app/lib/features/web_feed/presentation/controllers/fetch_articles.dart +++ b/app/lib/features/web_feed/presentation/controllers/fetch_articles.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/dialogs/delete_feed_dialog.dart b/app/lib/features/web_feed/presentation/dialogs/delete_feed_dialog.dart index e197be9e..e463e7b0 100644 --- a/app/lib/features/web_feed/presentation/dialogs/delete_feed_dialog.dart +++ b/app/lib/features/web_feed/presentation/dialogs/delete_feed_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/screens/feed_article.dart b/app/lib/features/web_feed/presentation/screens/feed_article.dart index bb8b6780..d6379a6d 100644 --- a/app/lib/features/web_feed/presentation/screens/feed_article.dart +++ b/app/lib/features/web_feed/presentation/screens/feed_article.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/screens/feed_article_list.dart b/app/lib/features/web_feed/presentation/screens/feed_article_list.dart index 7d7b4018..713dbb45 100644 --- a/app/lib/features/web_feed/presentation/screens/feed_article_list.dart +++ b/app/lib/features/web_feed/presentation/screens/feed_article_list.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/screens/feed_edit.dart b/app/lib/features/web_feed/presentation/screens/feed_edit.dart index 774a9114..6ad44b6b 100644 --- a/app/lib/features/web_feed/presentation/screens/feed_edit.dart +++ b/app/lib/features/web_feed/presentation/screens/feed_edit.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/screens/feed_list.dart b/app/lib/features/web_feed/presentation/screens/feed_list.dart index 413b4802..aaa19974 100644 --- a/app/lib/features/web_feed/presentation/screens/feed_list.dart +++ b/app/lib/features/web_feed/presentation/screens/feed_list.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/select_feed_dialog.dart b/app/lib/features/web_feed/presentation/select_feed_dialog.dart index 5f69d334..14939975 100644 --- a/app/lib/features/web_feed/presentation/select_feed_dialog.dart +++ b/app/lib/features/web_feed/presentation/select_feed_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/widgets/authors_horizontal_list.dart b/app/lib/features/web_feed/presentation/widgets/authors_horizontal_list.dart index 5f3ad1b9..58f03d71 100644 --- a/app/lib/features/web_feed/presentation/widgets/authors_horizontal_list.dart +++ b/app/lib/features/web_feed/presentation/widgets/authors_horizontal_list.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/widgets/feed_article_card.dart b/app/lib/features/web_feed/presentation/widgets/feed_article_card.dart index 8189bdc9..1580b5c0 100644 --- a/app/lib/features/web_feed/presentation/widgets/feed_article_card.dart +++ b/app/lib/features/web_feed/presentation/widgets/feed_article_card.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/widgets/feed_card.dart b/app/lib/features/web_feed/presentation/widgets/feed_card.dart index 020c6c00..d87092f5 100644 --- a/app/lib/features/web_feed/presentation/widgets/feed_card.dart +++ b/app/lib/features/web_feed/presentation/widgets/feed_card.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/widgets/tag_field.dart b/app/lib/features/web_feed/presentation/widgets/tag_field.dart index 7fe946a1..f830ced1 100644 --- a/app/lib/features/web_feed/presentation/widgets/tag_field.dart +++ b/app/lib/features/web_feed/presentation/widgets/tag_field.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/presentation/widgets/tags_horizontal_list.dart b/app/lib/features/web_feed/presentation/widgets/tags_horizontal_list.dart index f0f373d9..c1f5de8e 100644 --- a/app/lib/features/web_feed/presentation/widgets/tags_horizontal_list.dart +++ b/app/lib/features/web_feed/presentation/widgets/tags_horizontal_list.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/utils/feed_finder.dart b/app/lib/features/web_feed/utils/feed_finder.dart index 219d933b..1eb6e9cd 100644 --- a/app/lib/features/web_feed/utils/feed_finder.dart +++ b/app/lib/features/web_feed/utils/feed_finder.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/utils/feed_parser.dart b/app/lib/features/web_feed/utils/feed_parser.dart index ef7e570c..ebd6b0bc 100644 --- a/app/lib/features/web_feed/utils/feed_parser.dart +++ b/app/lib/features/web_feed/utils/feed_parser.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/features/web_feed/utils/fetch_entrypoint.dart b/app/lib/features/web_feed/utils/fetch_entrypoint.dart index ecd67f89..061cf525 100644 --- a/app/lib/features/web_feed/utils/fetch_entrypoint.dart +++ b/app/lib/features/web_feed/utils/fetch_entrypoint.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/main.dart b/app/lib/main.dart index 81cde198..8530d6bc 100644 --- a/app/lib/main.dart +++ b/app/lib/main.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/controllers/website_title.dart b/app/lib/presentation/controllers/website_title.dart index 562f2f06..8e3d4ac6 100644 --- a/app/lib/presentation/controllers/website_title.dart +++ b/app/lib/presentation/controllers/website_title.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/hooks/cached_future.dart b/app/lib/presentation/hooks/cached_future.dart index 8ea1acb7..9e4a41ff 100644 --- a/app/lib/presentation/hooks/cached_future.dart +++ b/app/lib/presentation/hooks/cached_future.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/hooks/debouncer.dart b/app/lib/presentation/hooks/debouncer.dart index 77821f09..717cfae3 100644 --- a/app/lib/presentation/hooks/debouncer.dart +++ b/app/lib/presentation/hooks/debouncer.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/hooks/menu_controller.dart b/app/lib/presentation/hooks/menu_controller.dart index 5ab3ff7d..1062a9e7 100644 --- a/app/lib/presentation/hooks/menu_controller.dart +++ b/app/lib/presentation/hooks/menu_controller.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/hooks/on_dispose.dart b/app/lib/presentation/hooks/on_dispose.dart index 0bd90981..21184f2e 100644 --- a/app/lib/presentation/hooks/on_dispose.dart +++ b/app/lib/presentation/hooks/on_dispose.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/hooks/on_initialization.dart b/app/lib/presentation/hooks/on_initialization.dart index a5b52d79..95b56569 100644 --- a/app/lib/presentation/hooks/on_initialization.dart +++ b/app/lib/presentation/hooks/on_initialization.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/hooks/on_listenable_change_selector.dart b/app/lib/presentation/hooks/on_listenable_change_selector.dart index 0146a7f7..42cd748c 100644 --- a/app/lib/presentation/hooks/on_listenable_change_selector.dart +++ b/app/lib/presentation/hooks/on_listenable_change_selector.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/hooks/sampled_value_notifier.dart b/app/lib/presentation/hooks/sampled_value_notifier.dart index 5a2d0235..a10cc9e7 100644 --- a/app/lib/presentation/hooks/sampled_value_notifier.dart +++ b/app/lib/presentation/hooks/sampled_value_notifier.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/hooks/scroll_visibility.dart b/app/lib/presentation/hooks/scroll_visibility.dart index 93e0d46d..b4bbfc31 100644 --- a/app/lib/presentation/hooks/scroll_visibility.dart +++ b/app/lib/presentation/hooks/scroll_visibility.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/hooks/sync_page_tab.dart b/app/lib/presentation/hooks/sync_page_tab.dart index 593d1037..237e62d1 100644 --- a/app/lib/presentation/hooks/sync_page_tab.dart +++ b/app/lib/presentation/hooks/sync_page_tab.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/icons/tor_icons.dart b/app/lib/presentation/icons/tor_icons.dart index 2a887238..cd74f921 100644 --- a/app/lib/presentation/icons/tor_icons.dart +++ b/app/lib/presentation/icons/tor_icons.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/icons/weblibre_icons.dart b/app/lib/presentation/icons/weblibre_icons.dart index f41f3eba..978cc04f 100644 --- a/app/lib/presentation/icons/weblibre_icons.dart +++ b/app/lib/presentation/icons/weblibre_icons.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/main_app.dart b/app/lib/presentation/main_app.dart index ade6bb56..fbe5c9f1 100644 --- a/app/lib/presentation/main_app.dart +++ b/app/lib/presentation/main_app.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/animate_gradient_shader.dart b/app/lib/presentation/widgets/animate_gradient_shader.dart index 2dd52277..318c9a92 100644 --- a/app/lib/presentation/widgets/animate_gradient_shader.dart +++ b/app/lib/presentation/widgets/animate_gradient_shader.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/animated_indexed_stack.dart b/app/lib/presentation/widgets/animated_indexed_stack.dart index 891cd0e1..a60dc80e 100644 --- a/app/lib/presentation/widgets/animated_indexed_stack.dart +++ b/app/lib/presentation/widgets/animated_indexed_stack.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/auto_suggest_text_field.dart b/app/lib/presentation/widgets/auto_suggest_text_field.dart index c5ed1322..0007c6ab 100644 --- a/app/lib/presentation/widgets/auto_suggest_text_field.dart +++ b/app/lib/presentation/widgets/auto_suggest_text_field.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/failure_widget.dart b/app/lib/presentation/widgets/failure_widget.dart index 3e93b918..9ab3e230 100644 --- a/app/lib/presentation/widgets/failure_widget.dart +++ b/app/lib/presentation/widgets/failure_widget.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/qr_scanner_button.dart b/app/lib/presentation/widgets/qr_scanner_button.dart index b02e2cd8..50b0da47 100644 --- a/app/lib/presentation/widgets/qr_scanner_button.dart +++ b/app/lib/presentation/widgets/qr_scanner_button.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/rounded_text.dart b/app/lib/presentation/widgets/rounded_text.dart index 7747ecdb..92351b83 100644 --- a/app/lib/presentation/widgets/rounded_text.dart +++ b/app/lib/presentation/widgets/rounded_text.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/selectable_chips.dart b/app/lib/presentation/widgets/selectable_chips.dart index d6e7b9ef..aeeda56b 100644 --- a/app/lib/presentation/widgets/selectable_chips.dart +++ b/app/lib/presentation/widgets/selectable_chips.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/share_tile.dart b/app/lib/presentation/widgets/share_tile.dart index c3cc8d62..07e59a41 100644 --- a/app/lib/presentation/widgets/share_tile.dart +++ b/app/lib/presentation/widgets/share_tile.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/speech_to_text_button.dart b/app/lib/presentation/widgets/speech_to_text_button.dart index 2b840609..ba963ae8 100644 --- a/app/lib/presentation/widgets/speech_to_text_button.dart +++ b/app/lib/presentation/widgets/speech_to_text_button.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/uri_breadcrumb.dart b/app/lib/presentation/widgets/uri_breadcrumb.dart index 69b35b36..25334eda 100644 --- a/app/lib/presentation/widgets/uri_breadcrumb.dart +++ b/app/lib/presentation/widgets/uri_breadcrumb.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/url_icon.dart b/app/lib/presentation/widgets/url_icon.dart index 56036b26..478cd237 100644 --- a/app/lib/presentation/widgets/url_icon.dart +++ b/app/lib/presentation/widgets/url_icon.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/website_feed_menu_button.dart b/app/lib/presentation/widgets/website_feed_menu_button.dart index b8284fec..15bd2d5b 100644 --- a/app/lib/presentation/widgets/website_feed_menu_button.dart +++ b/app/lib/presentation/widgets/website_feed_menu_button.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/presentation/widgets/website_title_tile.dart b/app/lib/presentation/widgets/website_title_tile.dart index 5825d1d4..d2881d09 100644 --- a/app/lib/presentation/widgets/website_title_tile.dart +++ b/app/lib/presentation/widgets/website_title_tile.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/clipboard.dart b/app/lib/utils/clipboard.dart index 367b2542..075cfc69 100644 --- a/app/lib/utils/clipboard.dart +++ b/app/lib/utils/clipboard.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/debouncer.dart b/app/lib/utils/debouncer.dart index eec970f6..93d58edd 100644 --- a/app/lib/utils/debouncer.dart +++ b/app/lib/utils/debouncer.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/exit_app.dart b/app/lib/utils/exit_app.dart index ab205000..f10b96df 100644 --- a/app/lib/utils/exit_app.dart +++ b/app/lib/utils/exit_app.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/filesystem.dart b/app/lib/utils/filesystem.dart index 1202675b..3517e35e 100644 --- a/app/lib/utils/filesystem.dart +++ b/app/lib/utils/filesystem.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/form_validators.dart b/app/lib/utils/form_validators.dart index e5eea8b2..1b5e5f5e 100644 --- a/app/lib/utils/form_validators.dart +++ b/app/lib/utils/form_validators.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/lru_cache.dart b/app/lib/utils/lru_cache.dart index 9331a60e..7784caa3 100644 --- a/app/lib/utils/lru_cache.dart +++ b/app/lib/utils/lru_cache.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/markdown/image_extractor.dart b/app/lib/utils/markdown/image_extractor.dart index 80dbb385..43093690 100644 --- a/app/lib/utils/markdown/image_extractor.dart +++ b/app/lib/utils/markdown/image_extractor.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/platform_util.dart b/app/lib/utils/platform_util.dart index bcd1b31c..6b950b91 100644 --- a/app/lib/utils/platform_util.dart +++ b/app/lib/utils/platform_util.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/sampled_value_notifier.dart b/app/lib/utils/sampled_value_notifier.dart index c91bda44..ecc04a87 100644 --- a/app/lib/utils/sampled_value_notifier.dart +++ b/app/lib/utils/sampled_value_notifier.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/text_field_line_count.dart b/app/lib/utils/text_field_line_count.dart index 08a51657..a4d21d94 100644 --- a/app/lib/utils/text_field_line_count.dart +++ b/app/lib/utils/text_field_line_count.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/text_highlight.dart b/app/lib/utils/text_highlight.dart index 4f4a3e9e..254601ed 100644 --- a/app/lib/utils/text_highlight.dart +++ b/app/lib/utils/text_highlight.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/ui_helper.dart b/app/lib/utils/ui_helper.dart index e5e1f276..7ec6664e 100644 --- a/app/lib/utils/ui_helper.dart +++ b/app/lib/utils/ui_helper.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/lib/utils/uri_parser.dart b/app/lib/utils/uri_parser.dart index 1e6b17d9..2e0c0eb9 100644 --- a/app/lib/utils/uri_parser.dart +++ b/app/lib/utils/uri_parser.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/test/drift/bangs/migration_test.dart b/app/test/drift/bangs/migration_test.dart index 22a3f2a5..e889e262 100644 --- a/app/test/drift/bangs/migration_test.dart +++ b/app/test/drift/bangs/migration_test.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/app/test/utils/text_highlight_test.dart b/app/test/utils/text_highlight_test.dart index 6579e399..f3ad06d4 100644 --- a/app/test/utils/text_highlight_test.dart +++ b/app/test/utils/text_highlight_test.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/packages/locale_resolver/example/lib/main.dart b/packages/locale_resolver/example/lib/main.dart index 56a5acb7..5deddd8f 100644 --- a/packages/locale_resolver/example/lib/main.dart +++ b/packages/locale_resolver/example/lib/main.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/packages/locale_resolver/lib/locale_resolver.dart b/packages/locale_resolver/lib/locale_resolver.dart index 98230022..c04e722b 100644 --- a/packages/locale_resolver/lib/locale_resolver.dart +++ b/packages/locale_resolver/lib/locale_resolver.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/packages/locale_resolver/pigeons/locales.dart b/packages/locale_resolver/pigeons/locales.dart index 584291b6..4a3ccf07 100644 --- a/packages/locale_resolver/pigeons/locales.dart +++ b/packages/locale_resolver/pigeons/locales.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/packages/simple_intent_receiver/example/lib/main.dart b/packages/simple_intent_receiver/example/lib/main.dart index 3851d181..fb3870b0 100644 --- a/packages/simple_intent_receiver/example/lib/main.dart +++ b/packages/simple_intent_receiver/example/lib/main.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/packages/simple_intent_receiver/lib/simple_intent_receiver.dart b/packages/simple_intent_receiver/lib/simple_intent_receiver.dart index 71ea19ae..e3c68a4b 100644 --- a/packages/simple_intent_receiver/lib/simple_intent_receiver.dart +++ b/packages/simple_intent_receiver/lib/simple_intent_receiver.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/packages/simple_intent_receiver/lib/src/intent_receiver.dart b/packages/simple_intent_receiver/lib/src/intent_receiver.dart index 902cf45c..e8280d8e 100644 --- a/packages/simple_intent_receiver/lib/src/intent_receiver.dart +++ b/packages/simple_intent_receiver/lib/src/intent_receiver.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/packages/simple_intent_receiver/pigeons/intent.dart b/packages/simple_intent_receiver/pigeons/intent.dart index 509cb380..39fa82f6 100644 --- a/packages/simple_intent_receiver/pigeons/intent.dart +++ b/packages/simple_intent_receiver/pigeons/intent.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/packages/speech_to_text_dialog/lib/speech_to_text_dialog.dart b/packages/speech_to_text_dialog/lib/speech_to_text_dialog.dart index 2d6f5b0d..dce3ec7c 100644 --- a/packages/speech_to_text_dialog/lib/speech_to_text_dialog.dart +++ b/packages/speech_to_text_dialog/lib/speech_to_text_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu). diff --git a/packages/speech_to_text_dialog/pigeons/speech_to_text.dart b/packages/speech_to_text_dialog/pigeons/speech_to_text.dart index 217a5c14..ed9a9762 100644 --- a/packages/speech_to_text_dialog/pigeons/speech_to_text.dart +++ b/packages/speech_to_text_dialog/pigeons/speech_to_text.dart @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Fabian Freund. + * Copyright (c) 2024-2026 Fabian Freund. * * This file is part of WebLibre * (see https://weblibre.eu).