From 6d0a1281114df79081558fc1af3a97124533e718 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Mon, 2 Jan 2023 11:02:26 +0100 Subject: [PATCH] Other: Update copyright year --- cmd/Desktop-Bridge/main.go | 2 +- cmd/launcher/main.go | 2 +- cmd/launcher/main_test.go | 2 +- internal/app/app.go | 2 +- internal/app/bridge.go | 2 +- internal/app/frontend.go | 2 +- internal/app/migration.go | 2 +- internal/app/migration_test.go | 2 +- internal/app/singleinstance.go | 2 +- internal/app/vault.go | 2 +- internal/async/context.go | 2 +- internal/async/group.go | 2 +- internal/bridge/api.go | 2 +- internal/bridge/api_default.go | 2 +- internal/bridge/api_qa.go | 2 +- internal/bridge/bridge.go | 2 +- internal/bridge/bridge_test.go | 2 +- internal/bridge/bug_report.go | 2 +- internal/bridge/configure.go | 2 +- internal/bridge/errors.go | 2 +- internal/bridge/files.go | 2 +- internal/bridge/files_test.go | 2 +- internal/bridge/identifier.go | 2 +- internal/bridge/imap.go | 2 +- internal/bridge/locations.go | 2 +- internal/bridge/main_test.go | 2 +- internal/bridge/mocks/matcher.go | 2 +- internal/bridge/refresh_test.go | 2 +- internal/bridge/send_test.go | 2 +- internal/bridge/sentry_test.go | 2 +- internal/bridge/settings.go | 2 +- internal/bridge/settings_test.go | 2 +- internal/bridge/smtp.go | 2 +- internal/bridge/smtp_backend.go | 2 +- internal/bridge/sync_test.go | 2 +- internal/bridge/tls.go | 2 +- internal/bridge/types.go | 2 +- internal/bridge/updates.go | 2 +- internal/bridge/user.go | 2 +- internal/bridge/user_events.go | 2 +- internal/bridge/user_test.go | 2 +- internal/certs/cert_store_darwin.go | 2 +- internal/certs/cert_store_linux.go | 2 +- internal/certs/cert_store_windows.go | 2 +- internal/certs/installer.go | 2 +- internal/certs/tls.go | 2 +- internal/certs/tls_test.go | 2 +- internal/clientconfig/applemail.go | 2 +- internal/constants/constants.go | 2 +- internal/constants/host_default.go | 2 +- internal/constants/host_qa.go | 2 +- internal/constants/update_default.go | 2 +- internal/constants/update_qa.go | 2 +- internal/constants/version_default.go | 2 +- internal/constants/version_qa.go | 2 +- internal/constants/version_test.go | 2 +- internal/cookies/jar.go | 2 +- internal/cookies/jar_test.go | 2 +- internal/crash/actions.go | 2 +- internal/crash/handler.go | 2 +- internal/crash/handler_test.go | 2 +- internal/dialer/dialer_basic.go | 2 +- internal/dialer/dialer_pinning.go | 2 +- internal/dialer/dialer_pinning_checker.go | 2 +- internal/dialer/dialer_pinning_checker_default.go | 2 +- internal/dialer/dialer_pinning_checker_qa.go | 2 +- internal/dialer/dialer_pinning_report.go | 2 +- internal/dialer/dialer_pinning_reporter.go | 2 +- internal/dialer/dialer_pinning_reporter_test.go | 2 +- internal/dialer/dialer_pinning_test.go | 2 +- internal/dialer/dialer_proxy.go | 2 +- internal/dialer/dialer_proxy_provider.go | 2 +- internal/dialer/dialer_proxy_provider_test.go | 2 +- internal/dialer/dialer_proxy_test.go | 2 +- internal/dialer/dialer_test.go | 2 +- internal/events/address.go | 2 +- internal/events/connection.go | 2 +- internal/events/error.go | 2 +- internal/events/events.go | 2 +- internal/events/label.go | 2 +- internal/events/raise.go | 2 +- internal/events/sync.go | 2 +- internal/events/update.go | 2 +- internal/events/user.go | 2 +- internal/focus/client.go | 2 +- internal/focus/focus_test.go | 2 +- internal/focus/proto/focus.go | 2 +- internal/focus/service.go | 2 +- .../bridge-gui/bridge-gui-tester/AppController.cpp | 2 +- .../bridge-gui/bridge-gui-tester/AppController.h | 2 +- .../frontend/bridge-gui/bridge-gui-tester/Cert.cpp | 2 +- .../frontend/bridge-gui/bridge-gui-tester/Cert.h | 2 +- .../bridge-gui-tester/GRPCMetaDataProcessor.cpp | 2 +- .../bridge-gui-tester/GRPCMetaDataProcessor.h | 2 +- .../bridge-gui/bridge-gui-tester/GRPCQtProxy.cpp | 2 +- .../bridge-gui/bridge-gui-tester/GRPCQtProxy.h | 2 +- .../bridge-gui-tester/GRPCServerWorker.cpp | 2 +- .../bridge-gui/bridge-gui-tester/GRPCServerWorker.h | 2 +- .../bridge-gui/bridge-gui-tester/GRPCService.cpp | 2 +- .../bridge-gui/bridge-gui-tester/GRPCService.h | 2 +- .../bridge-gui/bridge-gui-tester/MainWindow.cpp | 2 +- .../bridge-gui/bridge-gui-tester/MainWindow.h | 2 +- internal/frontend/bridge-gui/bridge-gui-tester/Pch.h | 2 +- .../bridge-gui-tester/Tabs/SettingsTab.cpp | 2 +- .../bridge-gui/bridge-gui-tester/Tabs/SettingsTab.h | 2 +- .../bridge-gui/bridge-gui-tester/Tabs/UsersTab.cpp | 2 +- .../bridge-gui/bridge-gui-tester/Tabs/UsersTab.h | 2 +- .../bridge-gui/bridge-gui-tester/UserDialog.cpp | 2 +- .../bridge-gui/bridge-gui-tester/UserDialog.h | 2 +- .../bridge-gui/bridge-gui-tester/UserTable.cpp | 2 +- .../bridge-gui/bridge-gui-tester/UserTable.h | 2 +- .../frontend/bridge-gui/bridge-gui-tester/main.cpp | 2 +- .../frontend/bridge-gui/bridge-gui/AppController.cpp | 2 +- .../frontend/bridge-gui/bridge-gui/AppController.h | 2 +- .../frontend/bridge-gui/bridge-gui/CommandLine.cpp | 2 +- .../frontend/bridge-gui/bridge-gui/CommandLine.h | 2 +- .../bridge-gui/bridge-gui/DockIcon/DockIcon.cpp | 2 +- .../bridge-gui/bridge-gui/DockIcon/DockIcon.h | 2 +- .../bridge-gui/bridge-gui/EventStreamWorker.cpp | 2 +- .../bridge-gui/bridge-gui/EventStreamWorker.h | 2 +- internal/frontend/bridge-gui/bridge-gui/Pch.h | 2 +- .../frontend/bridge-gui/bridge-gui/QMLBackend.cpp | 2 +- internal/frontend/bridge-gui/bridge-gui/QMLBackend.h | 2 +- .../frontend/bridge-gui/bridge-gui/SentryUtils.cpp | 2 +- .../frontend/bridge-gui/bridge-gui/SentryUtils.h | 2 +- internal/frontend/bridge-gui/bridge-gui/UserList.cpp | 2 +- internal/frontend/bridge-gui/bridge-gui/UserList.h | 2 +- internal/frontend/bridge-gui/bridge-gui/build.sh | 2 +- internal/frontend/bridge-gui/bridge-gui/main.cpp | 2 +- .../bridge-gui/bridge-gui/qml/AccountDelegate.qml | 2 +- .../bridge-gui/bridge-gui/qml/AccountView.qml | 2 +- .../frontend/bridge-gui/bridge-gui/qml/Banner.qml | 2 +- .../frontend/bridge-gui/bridge-gui/qml/Bridge.qml | 2 +- .../bridge-gui/qml/BridgeTest/UserControl.qml | 2 +- .../bridge-gui/qml/BridgeTest/UserList.qml | 2 +- .../bridge-gui/qml/BridgeTest/UserModel.qml | 2 +- .../bridge-gui/bridge-gui/qml/Bridge_test.qml | 2 +- .../bridge-gui/bridge-gui/qml/BugReportView.qml | 2 +- .../bridge-gui/bridge-gui/qml/Configuration.qml | 2 +- .../bridge-gui/bridge-gui/qml/ConfigurationItem.qml | 2 +- .../bridge-gui/qml/ConnectionModeSettings.qml | 2 +- .../bridge-gui/bridge-gui/qml/ContentWrapper.qml | 2 +- .../bridge-gui/bridge-gui/qml/DebugWrapper.qml | 2 +- .../bridge-gui/bridge-gui/qml/GeneralSettings.qml | 2 +- .../frontend/bridge-gui/bridge-gui/qml/HelpView.qml | 2 +- .../bridge-gui/bridge-gui/qml/KeychainSettings.qml | 2 +- .../bridge-gui/bridge-gui/qml/LocalCacheSettings.qml | 2 +- .../bridge-gui/bridge-gui/qml/MainWindow.qml | 2 +- .../bridge-gui/bridge-gui/qml/NotificationDialog.qml | 2 +- .../bridge-gui/bridge-gui/qml/NotificationPopups.qml | 2 +- .../bridge-gui/qml/Notifications/Notification.qml | 2 +- .../qml/Notifications/NotificationFilter.qml | 2 +- .../bridge-gui/qml/Notifications/Notifications.qml | 2 +- .../bridge-gui/bridge-gui/qml/PortSettings.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/Action.qml | 2 +- .../bridge-gui/qml/Proton/ApplicationWindow.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/Button.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/CheckBox.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/ColorScheme.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/ComboBox.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/Dialog.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/Label.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/Menu.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/MenuItem.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/Popup.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/RadioButton.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/Style.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/Switch.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/TextArea.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/TextField.qml | 2 +- .../bridge-gui/bridge-gui/qml/Proton/Toggle.qml | 2 +- .../bridge-gui/bridge-gui/qml/SettingsItem.qml | 2 +- .../bridge-gui/bridge-gui/qml/SettingsView.qml | 2 +- .../bridge-gui/bridge-gui/qml/SetupGuide.qml | 2 +- .../frontend/bridge-gui/bridge-gui/qml/SignIn.qml | 2 +- .../bridge-gui/bridge-gui/qml/SplashScreen.qml | 2 +- .../frontend/bridge-gui/bridge-gui/qml/Status.qml | 2 +- .../bridge-gui/bridge-gui/qml/StatusWindow.qml | 2 +- .../bridge-gui/bridge-gui/qml/WelcomeGuide.qml | 2 +- .../bridge-gui/bridge-gui/qml/tests/Buttons.qml | 2 +- .../bridge-gui/qml/tests/ButtonsColumn.qml | 2 +- .../bridge-gui/bridge-gui/qml/tests/CheckBoxes.qml | 2 +- .../bridge-gui/bridge-gui/qml/tests/ComboBoxes.qml | 2 +- .../bridge-gui/bridge-gui/qml/tests/RadioButtons.qml | 2 +- .../bridge-gui/bridge-gui/qml/tests/Switches.qml | 2 +- .../bridge-gui/bridge-gui/qml/tests/Test.qml | 2 +- .../bridge-gui/qml/tests/TestComponents.qml | 2 +- .../bridge-gui/bridge-gui/qml/tests/TextAreas.qml | 2 +- .../bridge-gui/bridge-gui/qml/tests/TextFields.qml | 2 +- internal/frontend/bridge-gui/bridgepp/Pch.h | 2 +- .../bridge-gui/bridgepp/bridgepp/BridgeUtils.cpp | 2 +- .../bridge-gui/bridgepp/bridgepp/BridgeUtils.h | 2 +- .../bridgepp/bridgepp/Exception/Exception.cpp | 2 +- .../bridgepp/bridgepp/Exception/Exception.h | 2 +- .../bridgepp/bridgepp/FocusGRPC/FocusGRPCClient.cpp | 2 +- .../bridgepp/bridgepp/FocusGRPC/FocusGRPCClient.h | 2 +- .../bridgepp/bridgepp/GRPC/EventFactory.cpp | 2 +- .../bridge-gui/bridgepp/bridgepp/GRPC/EventFactory.h | 2 +- .../bridge-gui/bridgepp/bridgepp/GRPC/GRPCClient.cpp | 2 +- .../bridge-gui/bridgepp/bridgepp/GRPC/GRPCClient.h | 2 +- .../bridge-gui/bridgepp/bridgepp/GRPC/GRPCConfig.cpp | 2 +- .../bridge-gui/bridgepp/bridgepp/GRPC/GRPCConfig.h | 2 +- .../bridge-gui/bridgepp/bridgepp/GRPC/GRPCErrors.cpp | 2 +- .../bridge-gui/bridgepp/bridgepp/GRPC/GRPCErrors.h | 2 +- .../bridge-gui/bridgepp/bridgepp/GRPC/GRPCUtils.cpp | 2 +- .../bridge-gui/bridgepp/bridgepp/GRPC/GRPCUtils.h | 2 +- .../bridge-gui/bridgepp/bridgepp/Log/Log.cpp | 2 +- .../frontend/bridge-gui/bridgepp/bridgepp/Log/Log.h | 2 +- .../bridge-gui/bridgepp/bridgepp/ProcessMonitor.cpp | 2 +- .../bridge-gui/bridgepp/bridgepp/ProcessMonitor.h | 2 +- .../bridge-gui/bridgepp/bridgepp/User/User.cpp | 2 +- .../bridge-gui/bridgepp/bridgepp/User/User.h | 2 +- .../bridge-gui/bridgepp/bridgepp/Worker/Overseer.cpp | 2 +- .../bridge-gui/bridgepp/bridgepp/Worker/Overseer.h | 2 +- .../bridge-gui/bridgepp/bridgepp/Worker/Worker.h | 2 +- internal/frontend/cli/account_utils.go | 2 +- internal/frontend/cli/accounts.go | 2 +- internal/frontend/cli/frontend.go | 2 +- internal/frontend/cli/system.go | 2 +- internal/frontend/cli/updates.go | 2 +- internal/frontend/cli/utils.go | 2 +- internal/frontend/grpc/config.go | 2 +- internal/frontend/grpc/config_test.go | 2 +- internal/frontend/grpc/event_factory.go | 2 +- internal/frontend/grpc/event_utils.go | 2 +- internal/frontend/grpc/service.go | 2 +- internal/frontend/grpc/service_methods.go | 2 +- internal/frontend/grpc/service_stream.go | 2 +- internal/frontend/grpc/service_user.go | 2 +- internal/frontend/grpc/types.go | 2 +- internal/frontend/grpc/utils.go | 2 +- internal/frontend/theme/detect_darwin.go | 2 +- internal/frontend/theme/detect_default.go | 2 +- internal/frontend/theme/detect_windows.go | 2 +- internal/frontend/theme/theme.go | 2 +- internal/frontend/theme/theme_test.go | 2 +- internal/legacy/credentials/credentials.go | 2 +- internal/legacy/credentials/credentials_test.go | 2 +- internal/legacy/credentials/store.go | 2 +- internal/legacy/credentials/store_test.go | 2 +- internal/locations/locations.go | 2 +- internal/locations/locations_test.go | 2 +- internal/locations/provider.go | 2 +- internal/logging/clear.go | 2 +- internal/logging/crash.go | 2 +- internal/logging/imap_logger.go | 2 +- internal/logging/logging.go | 2 +- internal/logging/logging_test.go | 2 +- internal/logging/rotator.go | 2 +- internal/logging/rotator_test.go | 2 +- internal/logging/sensitive_default.go | 2 +- internal/logging/sensitive_sensitive.go | 2 +- internal/logging/smtp_logger.go | 2 +- internal/safe/mutex.go | 2 +- internal/sentry/hostarch_darwin.go | 2 +- internal/sentry/hostarch_default.go | 2 +- internal/sentry/reporter.go | 2 +- internal/sentry/reporter_test.go | 2 +- internal/try/try.go | 2 +- internal/try/try_test.go | 2 +- internal/updater/channel.go | 2 +- internal/updater/host_default.go | 2 +- internal/updater/host_qa.go | 2 +- internal/updater/install_darwin.go | 2 +- internal/updater/install_default.go | 2 +- internal/updater/key_default.go | 2 +- internal/updater/sync.go | 2 +- internal/updater/sync_test.go | 2 +- internal/updater/updater.go | 2 +- internal/updater/version.go | 2 +- internal/user/errors.go | 2 +- internal/user/events.go | 2 +- internal/user/imap.go | 2 +- internal/user/keys.go | 2 +- internal/user/keys_test.go | 2 +- internal/user/send_recorder.go | 2 +- internal/user/send_recorder_test.go | 2 +- internal/user/smtp.go | 2 +- internal/user/smtp_debug.go | 2 +- internal/user/smtp_default.go | 2 +- internal/user/smtp_packages.go | 2 +- internal/user/smtp_prefs.go | 2 +- internal/user/smtp_prefs_test.go | 2 +- internal/user/sync.go | 2 +- internal/user/sync_build.go | 2 +- internal/user/sync_build_test.go | 2 +- internal/user/sync_flusher.go | 2 +- internal/user/sync_reporter.go | 2 +- internal/user/types.go | 2 +- internal/user/types_test.go | 2 +- internal/user/user.go | 2 +- internal/user/user_test.go | 2 +- internal/useragent/platform.go | 2 +- internal/useragent/platform_darwin.go | 2 +- internal/useragent/platform_default.go | 2 +- internal/useragent/platform_test.go | 2 +- internal/useragent/useragent.go | 2 +- internal/useragent/useragent_test.go | 2 +- internal/vault/certs.go | 2 +- internal/vault/certs_test.go | 2 +- internal/vault/cookies.go | 2 +- internal/vault/cookies_test.go | 2 +- internal/vault/helper.go | 2 +- internal/vault/migrate.go | 2 +- internal/vault/migrate_test.go | 2 +- internal/vault/migrate_v2.3.x.go | 2 +- internal/vault/migrate_v2.4.x.go | 2 +- internal/vault/settings.go | 2 +- internal/vault/settings_test.go | 2 +- internal/vault/token.go | 2 +- internal/vault/types_certs.go | 2 +- internal/vault/types_data.go | 2 +- internal/vault/types_file.go | 2 +- internal/vault/types_settings.go | 2 +- internal/vault/types_user.go | 2 +- internal/vault/user.go | 2 +- internal/vault/user_test.go | 2 +- internal/vault/vault.go | 2 +- internal/vault/vault_bench_test.go | 2 +- internal/vault/vault_debug.go | 2 +- internal/vault/vault_test.go | 2 +- internal/versioner/install.go | 2 +- internal/versioner/name_default.go | 2 +- internal/versioner/name_windows.go | 2 +- internal/versioner/remove.go | 2 +- internal/versioner/remove_darwin.go | 2 +- internal/versioner/remove_linux.go | 2 +- internal/versioner/remove_windows.go | 2 +- internal/versioner/util.go | 2 +- internal/versioner/version.go | 2 +- internal/versioner/version_test.go | 2 +- internal/versioner/versioner.go | 2 +- internal/versioner/versioner_remove_test.go | 2 +- internal/versioner/versioner_test.go | 2 +- pkg/algo/algo.go | 2 +- pkg/algo/encode.go | 2 +- pkg/algo/hash.go | 2 +- pkg/algo/sets.go | 2 +- pkg/algo/sets_test.go | 2 +- pkg/dialer/dial_client.go | 2 +- pkg/files/removal.go | 2 +- pkg/files/removal_test.go | 2 +- pkg/keychain/helper_darwin.go | 2 +- pkg/keychain/helper_dbus_linux.go | 2 +- pkg/keychain/helper_linux.go | 2 +- pkg/keychain/helper_windows.go | 2 +- pkg/keychain/keychain.go | 2 +- pkg/keychain/keychain_darwin.go | 2 +- pkg/keychain/keychain_default.go | 2 +- pkg/keychain/keychain_missing.go | 2 +- pkg/keychain/keychain_test.go | 2 +- pkg/keychain/test_helper.go | 2 +- pkg/message/build.go | 2 +- pkg/message/build_custom.go | 2 +- pkg/message/build_framework_test.go | 2 +- pkg/message/build_test.go | 2 +- pkg/message/header.go | 2 +- pkg/message/header_test.go | 2 +- pkg/message/message.go | 2 +- pkg/message/options.go | 2 +- pkg/message/parser.go | 2 +- pkg/message/parser/handler.go | 2 +- pkg/message/parser/parser.go | 2 +- pkg/message/parser/parser_test.go | 2 +- pkg/message/parser/part.go | 2 +- pkg/message/parser/part_test.go | 2 +- pkg/message/parser/trimmer.go | 2 +- pkg/message/parser/trimmer_test.go | 2 +- pkg/message/parser/visitor.go | 2 +- pkg/message/parser/walker.go | 2 +- pkg/message/parser/walker_test.go | 2 +- pkg/message/parser/writer.go | 2 +- pkg/message/parser/writer_test.go | 2 +- pkg/message/parser_test.go | 2 +- pkg/mime/encoding.go | 2 +- pkg/mime/encoding_test.go | 2 +- pkg/mime/mediaType.go | 2 +- pkg/mime/utf7Decoder.go | 2 +- pkg/mobileconfig/config.go | 2 +- pkg/mobileconfig/template.go | 2 +- pkg/ports/ports.go | 2 +- pkg/ports/ports_test.go | 2 +- pkg/restarter/restarter.go | 2 +- pkg/restarter/restarter_test.go | 2 +- pkg/restarter/start_default.go | 2 +- pkg/restarter/start_windows.go | 2 +- pkg/sum/sum.go | 2 +- pkg/sum/sum_test.go | 2 +- pkg/tar/tar.go | 2 +- tests/api_test.go | 2 +- tests/bdd_test.go | 2 +- tests/bridge_test.go | 2 +- tests/collector_test.go | 2 +- tests/ctx_bridge_test.go | 2 +- tests/ctx_helper_test.go | 2 +- tests/ctx_imap_test.go | 2 +- tests/ctx_reporter_test.go | 2 +- tests/ctx_smtp_test.go | 2 +- tests/ctx_test.go | 2 +- tests/diff.go | 2 +- tests/diff_test.go | 2 +- tests/environment_test.go | 2 +- tests/fast.go | 2 +- tests/frontend_test.go | 2 +- tests/imap_test.go | 2 +- tests/init_test.go | 2 +- tests/main_test.go | 2 +- tests/smtp_test.go | 2 +- tests/types_test.go | 2 +- tests/user_test.go | 2 +- utils/bridge_app_version.sh | 2 +- utils/changelog_linter.sh | 2 +- utils/credits.sh | 2 +- utils/dependency_license.sh | 2 +- utils/dxtn/main.cpp | 2 +- utils/dxtn/main.h | 2 +- utils/export_icons.sh | 2 +- utils/gobinsec_update.sh | 2 +- utils/gobinsec_update/main.go | 2 +- utils/hasher/main.go | 2 +- utils/keyring.go | 2 +- utils/license_header.txt | 2 +- utils/missing_license.sh | 2 +- utils/rebranding.sh | 12 ++++++------ utils/release_notes.sh | 2 +- utils/remove_non_relative_links_darwin.sh | 2 +- utils/sync_bench.py | 2 +- utils/update_test_keys.sh | 2 +- utils/vault-editor/main.go | 2 +- utils/versioner/main.go | 2 +- 430 files changed, 435 insertions(+), 435 deletions(-) diff --git a/cmd/Desktop-Bridge/main.go b/cmd/Desktop-Bridge/main.go index 97083cfa..a881bd4f 100644 --- a/cmd/Desktop-Bridge/main.go +++ b/cmd/Desktop-Bridge/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/cmd/launcher/main.go b/cmd/launcher/main.go index bf7dfe21..f8b1ec98 100644 --- a/cmd/launcher/main.go +++ b/cmd/launcher/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/cmd/launcher/main_test.go b/cmd/launcher/main_test.go index 4d0e823a..607b60fe 100644 --- a/cmd/launcher/main_test.go +++ b/cmd/launcher/main_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/app/app.go b/internal/app/app.go index 55093e46..023114c2 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/app/bridge.go b/internal/app/bridge.go index e26e0797..668aca59 100644 --- a/internal/app/bridge.go +++ b/internal/app/bridge.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/app/frontend.go b/internal/app/frontend.go index f7ea53e8..4c56d968 100644 --- a/internal/app/frontend.go +++ b/internal/app/frontend.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/app/migration.go b/internal/app/migration.go index bb0601e2..86067b74 100644 --- a/internal/app/migration.go +++ b/internal/app/migration.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/app/migration_test.go b/internal/app/migration_test.go index bd7ac4b9..44713f73 100644 --- a/internal/app/migration_test.go +++ b/internal/app/migration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/app/singleinstance.go b/internal/app/singleinstance.go index 86ca163f..da9ce775 100644 --- a/internal/app/singleinstance.go +++ b/internal/app/singleinstance.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/app/vault.go b/internal/app/vault.go index f477ac6c..fe58c25d 100644 --- a/internal/app/vault.go +++ b/internal/app/vault.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/async/context.go b/internal/async/context.go index ffb80565..becf9426 100644 --- a/internal/async/context.go +++ b/internal/async/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/async/group.go b/internal/async/group.go index a825c84b..1479ab89 100644 --- a/internal/async/group.go +++ b/internal/async/group.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/api.go b/internal/bridge/api.go index 17d42d87..1f0edaca 100644 --- a/internal/bridge/api.go +++ b/internal/bridge/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/api_default.go b/internal/bridge/api_default.go index 694d0e8a..a71433cc 100644 --- a/internal/bridge/api_default.go +++ b/internal/bridge/api_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/api_qa.go b/internal/bridge/api_qa.go index bee6d4c9..cf182330 100644 --- a/internal/bridge/api_qa.go +++ b/internal/bridge/api_qa.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/bridge.go b/internal/bridge/bridge.go index 22259835..6b83d7f6 100644 --- a/internal/bridge/bridge.go +++ b/internal/bridge/bridge.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/bridge_test.go b/internal/bridge/bridge_test.go index 2ae4f9d6..c224c567 100644 --- a/internal/bridge/bridge_test.go +++ b/internal/bridge/bridge_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/bug_report.go b/internal/bridge/bug_report.go index 5b8d5442..bffc6911 100644 --- a/internal/bridge/bug_report.go +++ b/internal/bridge/bug_report.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/configure.go b/internal/bridge/configure.go index 37c413ba..5b323b0a 100644 --- a/internal/bridge/configure.go +++ b/internal/bridge/configure.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/errors.go b/internal/bridge/errors.go index 6b5db0c4..98377649 100644 --- a/internal/bridge/errors.go +++ b/internal/bridge/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/files.go b/internal/bridge/files.go index bb050e24..7301872c 100644 --- a/internal/bridge/files.go +++ b/internal/bridge/files.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/files_test.go b/internal/bridge/files_test.go index 118efdb8..0ceb8b29 100644 --- a/internal/bridge/files_test.go +++ b/internal/bridge/files_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/identifier.go b/internal/bridge/identifier.go index 1e0eb8d0..4cad4822 100644 --- a/internal/bridge/identifier.go +++ b/internal/bridge/identifier.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/imap.go b/internal/bridge/imap.go index 6f3a75d6..35e30386 100644 --- a/internal/bridge/imap.go +++ b/internal/bridge/imap.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/locations.go b/internal/bridge/locations.go index 3cf67814..8c78b612 100644 --- a/internal/bridge/locations.go +++ b/internal/bridge/locations.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/main_test.go b/internal/bridge/main_test.go index b63aa3e6..7f9fd91b 100644 --- a/internal/bridge/main_test.go +++ b/internal/bridge/main_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/mocks/matcher.go b/internal/bridge/mocks/matcher.go index 1672f4e5..4a7aab8f 100644 --- a/internal/bridge/mocks/matcher.go +++ b/internal/bridge/mocks/matcher.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/refresh_test.go b/internal/bridge/refresh_test.go index 682fa6c7..eb1f4159 100644 --- a/internal/bridge/refresh_test.go +++ b/internal/bridge/refresh_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/send_test.go b/internal/bridge/send_test.go index 7025a58f..5bee5f35 100644 --- a/internal/bridge/send_test.go +++ b/internal/bridge/send_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/sentry_test.go b/internal/bridge/sentry_test.go index de6ad2aa..afff01bc 100644 --- a/internal/bridge/sentry_test.go +++ b/internal/bridge/sentry_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/settings.go b/internal/bridge/settings.go index a459c0ae..64efe88b 100644 --- a/internal/bridge/settings.go +++ b/internal/bridge/settings.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/settings_test.go b/internal/bridge/settings_test.go index d3e438a1..b4c96f13 100644 --- a/internal/bridge/settings_test.go +++ b/internal/bridge/settings_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/smtp.go b/internal/bridge/smtp.go index 0df6ed2f..c2f58aab 100644 --- a/internal/bridge/smtp.go +++ b/internal/bridge/smtp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/smtp_backend.go b/internal/bridge/smtp_backend.go index b36c20f3..f5db750f 100644 --- a/internal/bridge/smtp_backend.go +++ b/internal/bridge/smtp_backend.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/sync_test.go b/internal/bridge/sync_test.go index 661ff128..8c4c449c 100644 --- a/internal/bridge/sync_test.go +++ b/internal/bridge/sync_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/tls.go b/internal/bridge/tls.go index 8d373f8d..b62e3470 100644 --- a/internal/bridge/tls.go +++ b/internal/bridge/tls.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/types.go b/internal/bridge/types.go index 6f177772..c42bae81 100644 --- a/internal/bridge/types.go +++ b/internal/bridge/types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/updates.go b/internal/bridge/updates.go index b97a00c7..9b0ea252 100644 --- a/internal/bridge/updates.go +++ b/internal/bridge/updates.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/user.go b/internal/bridge/user.go index 368f4c43..e78d0528 100644 --- a/internal/bridge/user.go +++ b/internal/bridge/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/user_events.go b/internal/bridge/user_events.go index 663cfaef..343b2d96 100644 --- a/internal/bridge/user_events.go +++ b/internal/bridge/user_events.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/bridge/user_test.go b/internal/bridge/user_test.go index 97795a50..4c70f3a9 100644 --- a/internal/bridge/user_test.go +++ b/internal/bridge/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/certs/cert_store_darwin.go b/internal/certs/cert_store_darwin.go index f90b841b..c034adec 100644 --- a/internal/certs/cert_store_darwin.go +++ b/internal/certs/cert_store_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/certs/cert_store_linux.go b/internal/certs/cert_store_linux.go index c035c4e6..ed66925b 100644 --- a/internal/certs/cert_store_linux.go +++ b/internal/certs/cert_store_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/certs/cert_store_windows.go b/internal/certs/cert_store_windows.go index 1a7e1f24..797559ad 100644 --- a/internal/certs/cert_store_windows.go +++ b/internal/certs/cert_store_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/certs/installer.go b/internal/certs/installer.go index b6027db8..25f09e3d 100644 --- a/internal/certs/installer.go +++ b/internal/certs/installer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/certs/tls.go b/internal/certs/tls.go index f6d54adf..d393d6c9 100644 --- a/internal/certs/tls.go +++ b/internal/certs/tls.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/certs/tls_test.go b/internal/certs/tls_test.go index 25d7409d..16316753 100644 --- a/internal/certs/tls_test.go +++ b/internal/certs/tls_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/clientconfig/applemail.go b/internal/clientconfig/applemail.go index 7feb8304..7eb56922 100644 --- a/internal/clientconfig/applemail.go +++ b/internal/clientconfig/applemail.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/constants/constants.go b/internal/constants/constants.go index 8426ca70..46df9e78 100644 --- a/internal/constants/constants.go +++ b/internal/constants/constants.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/constants/host_default.go b/internal/constants/host_default.go index bc1cbd39..864651c4 100644 --- a/internal/constants/host_default.go +++ b/internal/constants/host_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/constants/host_qa.go b/internal/constants/host_qa.go index 5ae4ebbf..5a8e2819 100644 --- a/internal/constants/host_qa.go +++ b/internal/constants/host_qa.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/constants/update_default.go b/internal/constants/update_default.go index 130ae31a..eb176b82 100644 --- a/internal/constants/update_default.go +++ b/internal/constants/update_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/constants/update_qa.go b/internal/constants/update_qa.go index d3df68a7..76385ddc 100644 --- a/internal/constants/update_qa.go +++ b/internal/constants/update_qa.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/constants/version_default.go b/internal/constants/version_default.go index c954c3ad..356a6538 100644 --- a/internal/constants/version_default.go +++ b/internal/constants/version_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/constants/version_qa.go b/internal/constants/version_qa.go index 377e78cd..614d5cb9 100644 --- a/internal/constants/version_qa.go +++ b/internal/constants/version_qa.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/constants/version_test.go b/internal/constants/version_test.go index 1752f46c..cce7b81f 100644 --- a/internal/constants/version_test.go +++ b/internal/constants/version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/cookies/jar.go b/internal/cookies/jar.go index 20ec8941..4e1f965a 100644 --- a/internal/cookies/jar.go +++ b/internal/cookies/jar.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/cookies/jar_test.go b/internal/cookies/jar_test.go index 7529a4e9..dcebbc76 100644 --- a/internal/cookies/jar_test.go +++ b/internal/cookies/jar_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/crash/actions.go b/internal/crash/actions.go index 5cd8a3f1..da8b2833 100644 --- a/internal/crash/actions.go +++ b/internal/crash/actions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/crash/handler.go b/internal/crash/handler.go index 15d5aead..b767875f 100644 --- a/internal/crash/handler.go +++ b/internal/crash/handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/crash/handler_test.go b/internal/crash/handler_test.go index ade2ca17..b7084125 100644 --- a/internal/crash/handler_test.go +++ b/internal/crash/handler_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/dialer/dialer_basic.go b/internal/dialer/dialer_basic.go index 6d3de820..d1698b84 100644 --- a/internal/dialer/dialer_basic.go +++ b/internal/dialer/dialer_basic.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/dialer/dialer_pinning.go b/internal/dialer/dialer_pinning.go index 5a69645f..d89e087d 100644 --- a/internal/dialer/dialer_pinning.go +++ b/internal/dialer/dialer_pinning.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/dialer/dialer_pinning_checker.go b/internal/dialer/dialer_pinning_checker.go index 44faa22f..37b8568c 100644 --- a/internal/dialer/dialer_pinning_checker.go +++ b/internal/dialer/dialer_pinning_checker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/dialer/dialer_pinning_checker_default.go b/internal/dialer/dialer_pinning_checker_default.go index 107a437e..e34aacfc 100644 --- a/internal/dialer/dialer_pinning_checker_default.go +++ b/internal/dialer/dialer_pinning_checker_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/dialer/dialer_pinning_checker_qa.go b/internal/dialer/dialer_pinning_checker_qa.go index 0429dff3..1c671de8 100644 --- a/internal/dialer/dialer_pinning_checker_qa.go +++ b/internal/dialer/dialer_pinning_checker_qa.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/dialer/dialer_pinning_report.go b/internal/dialer/dialer_pinning_report.go index d3eee656..4ff7460f 100644 --- a/internal/dialer/dialer_pinning_report.go +++ b/internal/dialer/dialer_pinning_report.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/dialer/dialer_pinning_reporter.go b/internal/dialer/dialer_pinning_reporter.go index e3734dd5..65a86bde 100644 --- a/internal/dialer/dialer_pinning_reporter.go +++ b/internal/dialer/dialer_pinning_reporter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/dialer/dialer_pinning_reporter_test.go b/internal/dialer/dialer_pinning_reporter_test.go index e9512d54..d77f6e75 100644 --- a/internal/dialer/dialer_pinning_reporter_test.go +++ b/internal/dialer/dialer_pinning_reporter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/dialer/dialer_pinning_test.go b/internal/dialer/dialer_pinning_test.go index 367ee386..e5fa3726 100644 --- a/internal/dialer/dialer_pinning_test.go +++ b/internal/dialer/dialer_pinning_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/dialer/dialer_proxy.go b/internal/dialer/dialer_proxy.go index c9ac99fa..0ad1474e 100644 --- a/internal/dialer/dialer_proxy.go +++ b/internal/dialer/dialer_proxy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/dialer/dialer_proxy_provider.go b/internal/dialer/dialer_proxy_provider.go index b37d5361..b9cfd2fd 100644 --- a/internal/dialer/dialer_proxy_provider.go +++ b/internal/dialer/dialer_proxy_provider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/dialer/dialer_proxy_provider_test.go b/internal/dialer/dialer_proxy_provider_test.go index c15044dd..f322d462 100644 --- a/internal/dialer/dialer_proxy_provider_test.go +++ b/internal/dialer/dialer_proxy_provider_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/dialer/dialer_proxy_test.go b/internal/dialer/dialer_proxy_test.go index 66d60794..28290aeb 100644 --- a/internal/dialer/dialer_proxy_test.go +++ b/internal/dialer/dialer_proxy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/dialer/dialer_test.go b/internal/dialer/dialer_test.go index 35a8ab52..0e3dbd6e 100644 --- a/internal/dialer/dialer_test.go +++ b/internal/dialer/dialer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/events/address.go b/internal/events/address.go index 44dad4cc..687ea578 100644 --- a/internal/events/address.go +++ b/internal/events/address.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/events/connection.go b/internal/events/connection.go index 817c0bfe..7af8264c 100644 --- a/internal/events/connection.go +++ b/internal/events/connection.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/events/error.go b/internal/events/error.go index 7cdd7478..1396a002 100644 --- a/internal/events/error.go +++ b/internal/events/error.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/events/events.go b/internal/events/events.go index f8e94625..ce27e2ea 100644 --- a/internal/events/events.go +++ b/internal/events/events.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/events/label.go b/internal/events/label.go index 20c08ceb..ecc1cb15 100644 --- a/internal/events/label.go +++ b/internal/events/label.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/events/raise.go b/internal/events/raise.go index 8e4d90bc..cfdbd69a 100644 --- a/internal/events/raise.go +++ b/internal/events/raise.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/events/sync.go b/internal/events/sync.go index 5ffd61d6..c200cf56 100644 --- a/internal/events/sync.go +++ b/internal/events/sync.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/events/update.go b/internal/events/update.go index c09ee975..f9aec2fb 100644 --- a/internal/events/update.go +++ b/internal/events/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/events/user.go b/internal/events/user.go index d5b12e8c..e07faaf8 100644 --- a/internal/events/user.go +++ b/internal/events/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/focus/client.go b/internal/focus/client.go index bde01cd6..0c5d8834 100644 --- a/internal/focus/client.go +++ b/internal/focus/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/focus/focus_test.go b/internal/focus/focus_test.go index 31004d6f..b6dd359b 100644 --- a/internal/focus/focus_test.go +++ b/internal/focus/focus_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/focus/proto/focus.go b/internal/focus/proto/focus.go index 0b55551a..b80bc65b 100644 --- a/internal/focus/proto/focus.go +++ b/internal/focus/proto/focus.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/focus/service.go b/internal/focus/service.go index a5ab1d9f..a7728dfb 100644 --- a/internal/focus/service.go +++ b/internal/focus/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/AppController.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/AppController.cpp index d06fc0c9..4ebaf5bd 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/AppController.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/AppController.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/AppController.h b/internal/frontend/bridge-gui/bridge-gui-tester/AppController.h index 379b3510..eda70783 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/AppController.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/AppController.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/Cert.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/Cert.cpp index 12839c43..a7cb3e7a 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/Cert.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/Cert.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/Cert.h b/internal/frontend/bridge-gui/bridge-gui-tester/Cert.h index 66a0be52..31f8825c 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/Cert.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/Cert.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCMetaDataProcessor.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCMetaDataProcessor.cpp index 78185015..920455ab 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCMetaDataProcessor.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCMetaDataProcessor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCMetaDataProcessor.h b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCMetaDataProcessor.h index 04864c87..2f544bfd 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCMetaDataProcessor.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCMetaDataProcessor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCQtProxy.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCQtProxy.cpp index a3c8625e..7ee6cdd3 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCQtProxy.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCQtProxy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCQtProxy.h b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCQtProxy.h index d8be210e..8b01c594 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCQtProxy.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCQtProxy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCServerWorker.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCServerWorker.cpp index e2b1a6e3..9a12b5ab 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCServerWorker.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCServerWorker.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCServerWorker.h b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCServerWorker.h index 5df58309..0cbadd75 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCServerWorker.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCServerWorker.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCService.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCService.cpp index 90fb36d3..a447db71 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCService.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCService.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCService.h b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCService.h index dabb89f1..a61029b3 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/GRPCService.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/GRPCService.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/MainWindow.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/MainWindow.cpp index bf9b2eab..21da7538 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/MainWindow.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/MainWindow.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/MainWindow.h b/internal/frontend/bridge-gui/bridge-gui-tester/MainWindow.h index d0c7c108..06977ac9 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/MainWindow.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/MainWindow.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/Pch.h b/internal/frontend/bridge-gui/bridge-gui-tester/Pch.h index cb05660f..27e11220 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/Pch.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/Pch.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.cpp index 263b3f9d..d504145c 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.h b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.h index 0d414ec5..1caa32dc 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/UsersTab.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/UsersTab.cpp index 2f59198a..404f9726 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/UsersTab.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/UsersTab.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/UsersTab.h b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/UsersTab.h index 11e9f385..6c812549 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/UsersTab.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/UsersTab.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/UserDialog.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/UserDialog.cpp index 9d96914e..d7e7516e 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/UserDialog.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/UserDialog.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/UserDialog.h b/internal/frontend/bridge-gui/bridge-gui-tester/UserDialog.h index 2e353072..1aeab09c 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/UserDialog.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/UserDialog.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/UserTable.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/UserTable.cpp index 88af6a49..946ee6c1 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/UserTable.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/UserTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/UserTable.h b/internal/frontend/bridge-gui/bridge-gui-tester/UserTable.h index 4705a789..6f237930 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/UserTable.h +++ b/internal/frontend/bridge-gui/bridge-gui-tester/UserTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/main.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/main.cpp index 53056edd..c808b079 100644 --- a/internal/frontend/bridge-gui/bridge-gui-tester/main.cpp +++ b/internal/frontend/bridge-gui/bridge-gui-tester/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/AppController.cpp b/internal/frontend/bridge-gui/bridge-gui/AppController.cpp index c383d8ee..b5032c4f 100644 --- a/internal/frontend/bridge-gui/bridge-gui/AppController.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/AppController.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/AppController.h b/internal/frontend/bridge-gui/bridge-gui/AppController.h index 6a04470e..65006889 100644 --- a/internal/frontend/bridge-gui/bridge-gui/AppController.h +++ b/internal/frontend/bridge-gui/bridge-gui/AppController.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/CommandLine.cpp b/internal/frontend/bridge-gui/bridge-gui/CommandLine.cpp index 7aca050a..bd199850 100644 --- a/internal/frontend/bridge-gui/bridge-gui/CommandLine.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/CommandLine.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/CommandLine.h b/internal/frontend/bridge-gui/bridge-gui/CommandLine.h index 103b358b..4b4a3bab 100644 --- a/internal/frontend/bridge-gui/bridge-gui/CommandLine.h +++ b/internal/frontend/bridge-gui/bridge-gui/CommandLine.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/DockIcon/DockIcon.cpp b/internal/frontend/bridge-gui/bridge-gui/DockIcon/DockIcon.cpp index f7df4372..97b747e1 100644 --- a/internal/frontend/bridge-gui/bridge-gui/DockIcon/DockIcon.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/DockIcon/DockIcon.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/DockIcon/DockIcon.h b/internal/frontend/bridge-gui/bridge-gui/DockIcon/DockIcon.h index d77516ed..370fe53d 100644 --- a/internal/frontend/bridge-gui/bridge-gui/DockIcon/DockIcon.h +++ b/internal/frontend/bridge-gui/bridge-gui/DockIcon/DockIcon.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/EventStreamWorker.cpp b/internal/frontend/bridge-gui/bridge-gui/EventStreamWorker.cpp index 0a471f02..a8e028cf 100644 --- a/internal/frontend/bridge-gui/bridge-gui/EventStreamWorker.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/EventStreamWorker.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/EventStreamWorker.h b/internal/frontend/bridge-gui/bridge-gui/EventStreamWorker.h index b9aa9ba8..a493eba2 100644 --- a/internal/frontend/bridge-gui/bridge-gui/EventStreamWorker.h +++ b/internal/frontend/bridge-gui/bridge-gui/EventStreamWorker.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/Pch.h b/internal/frontend/bridge-gui/bridge-gui/Pch.h index cf1a377c..b34e31d3 100644 --- a/internal/frontend/bridge-gui/bridge-gui/Pch.h +++ b/internal/frontend/bridge-gui/bridge-gui/Pch.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/QMLBackend.cpp b/internal/frontend/bridge-gui/bridge-gui/QMLBackend.cpp index d5ec6c8a..cfc40d92 100644 --- a/internal/frontend/bridge-gui/bridge-gui/QMLBackend.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/QMLBackend.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/QMLBackend.h b/internal/frontend/bridge-gui/bridge-gui/QMLBackend.h index 56229e0f..68f73f6b 100644 --- a/internal/frontend/bridge-gui/bridge-gui/QMLBackend.h +++ b/internal/frontend/bridge-gui/bridge-gui/QMLBackend.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/SentryUtils.cpp b/internal/frontend/bridge-gui/bridge-gui/SentryUtils.cpp index beed2c51..056bbfef 100644 --- a/internal/frontend/bridge-gui/bridge-gui/SentryUtils.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/SentryUtils.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/SentryUtils.h b/internal/frontend/bridge-gui/bridge-gui/SentryUtils.h index 85d552a3..2db3cd6f 100644 --- a/internal/frontend/bridge-gui/bridge-gui/SentryUtils.h +++ b/internal/frontend/bridge-gui/bridge-gui/SentryUtils.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/UserList.cpp b/internal/frontend/bridge-gui/bridge-gui/UserList.cpp index 15672bea..b496a243 100644 --- a/internal/frontend/bridge-gui/bridge-gui/UserList.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/UserList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/UserList.h b/internal/frontend/bridge-gui/bridge-gui/UserList.h index e4117af4..4520c985 100644 --- a/internal/frontend/bridge-gui/bridge-gui/UserList.h +++ b/internal/frontend/bridge-gui/bridge-gui/UserList.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/build.sh b/internal/frontend/bridge-gui/bridge-gui/build.sh index b3796a71..bcd84158 100755 --- a/internal/frontend/bridge-gui/bridge-gui/build.sh +++ b/internal/frontend/bridge-gui/bridge-gui/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/internal/frontend/bridge-gui/bridge-gui/main.cpp b/internal/frontend/bridge-gui/bridge-gui/main.cpp index bb882b8d..39b0a2bb 100644 --- a/internal/frontend/bridge-gui/bridge-gui/main.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/AccountDelegate.qml b/internal/frontend/bridge-gui/bridge-gui/qml/AccountDelegate.qml index b1e89d8c..d13acad6 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/AccountDelegate.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/AccountDelegate.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/AccountView.qml b/internal/frontend/bridge-gui/bridge-gui/qml/AccountView.qml index 17572c12..7466cbcd 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/AccountView.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/AccountView.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Banner.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Banner.qml index 7332f21e..18c5d856 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Banner.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Banner.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Bridge.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Bridge.qml index 6a5af431..85fa4ddd 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Bridge.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Bridge.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserControl.qml b/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserControl.qml index 85cddd25..62655f54 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserControl.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserControl.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserList.qml b/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserList.qml index e0510348..92b50335 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserList.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserList.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserModel.qml b/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserModel.qml index 1ca58a82..a8099aa7 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserModel.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/BridgeTest/UserModel.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Bridge_test.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Bridge_test.qml index ed4fe703..5ebe58da 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Bridge_test.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Bridge_test.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/BugReportView.qml b/internal/frontend/bridge-gui/bridge-gui/qml/BugReportView.qml index 016d8847..8bc50b34 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/BugReportView.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/BugReportView.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Configuration.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Configuration.qml index e7f8a6ab..1ba9ebe4 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Configuration.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Configuration.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml b/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml index 277af38a..80732855 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/ConnectionModeSettings.qml b/internal/frontend/bridge-gui/bridge-gui/qml/ConnectionModeSettings.qml index e21e46a5..5ab2e8f2 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/ConnectionModeSettings.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/ConnectionModeSettings.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/ContentWrapper.qml b/internal/frontend/bridge-gui/bridge-gui/qml/ContentWrapper.qml index 1b363c8d..9407c7cd 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/ContentWrapper.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/ContentWrapper.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/DebugWrapper.qml b/internal/frontend/bridge-gui/bridge-gui/qml/DebugWrapper.qml index b9e9e592..fafb9a5d 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/DebugWrapper.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/DebugWrapper.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/GeneralSettings.qml b/internal/frontend/bridge-gui/bridge-gui/qml/GeneralSettings.qml index 6c3aaf1c..86b75e72 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/GeneralSettings.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/GeneralSettings.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml b/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml index e1084ee9..3b553bbd 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/KeychainSettings.qml b/internal/frontend/bridge-gui/bridge-gui/qml/KeychainSettings.qml index c00a3518..06af8379 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/KeychainSettings.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/KeychainSettings.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/LocalCacheSettings.qml b/internal/frontend/bridge-gui/bridge-gui/qml/LocalCacheSettings.qml index 4de86b79..5dee608e 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/LocalCacheSettings.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/LocalCacheSettings.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/MainWindow.qml b/internal/frontend/bridge-gui/bridge-gui/qml/MainWindow.qml index ac282114..7237f2dd 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/MainWindow.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/MainWindow.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/NotificationDialog.qml b/internal/frontend/bridge-gui/bridge-gui/qml/NotificationDialog.qml index e729e19f..bd075a2e 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/NotificationDialog.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/NotificationDialog.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/NotificationPopups.qml b/internal/frontend/bridge-gui/bridge-gui/qml/NotificationPopups.qml index e6e2f020..84a178c1 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/NotificationPopups.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/NotificationPopups.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notification.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notification.qml index 067f6bfb..d8fd41d9 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notification.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notification.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/NotificationFilter.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/NotificationFilter.qml index bd6d94ad..91b49996 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/NotificationFilter.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/NotificationFilter.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml index 32e0954d..79032447 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/PortSettings.qml b/internal/frontend/bridge-gui/bridge-gui/qml/PortSettings.qml index 9cc34289..6e10b8d8 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/PortSettings.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/PortSettings.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Action.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Action.qml index 690b131d..49af2ede 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Action.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Action.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ApplicationWindow.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ApplicationWindow.qml index 604c8eab..70b56fa0 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ApplicationWindow.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ApplicationWindow.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Button.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Button.qml index bd3529c1..31ec058f 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Button.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Button.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/CheckBox.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/CheckBox.qml index 66262a54..5c6b82ad 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/CheckBox.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/CheckBox.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ColorScheme.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ColorScheme.qml index afbe3d1b..89585091 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ColorScheme.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ColorScheme.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ComboBox.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ComboBox.qml index 728458cf..988abeb0 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ComboBox.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ComboBox.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Dialog.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Dialog.qml index 48ffeb3b..edbfc8bf 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Dialog.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Dialog.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Label.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Label.qml index a9130a98..052d530e 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Label.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Label.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Menu.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Menu.qml index ca110114..02026509 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Menu.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Menu.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/MenuItem.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/MenuItem.qml index 39d91169..7a6c6c1a 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/MenuItem.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/MenuItem.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Popup.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Popup.qml index 33021db9..bf980b8d 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Popup.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Popup.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/RadioButton.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/RadioButton.qml index 46661969..2c31863e 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/RadioButton.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/RadioButton.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Style.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Style.qml index ee45b2af..6a4e7972 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Style.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Style.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Switch.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Switch.qml index 5159c203..567f5c7f 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Switch.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Switch.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextArea.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextArea.qml index 91f367c8..3742e5cb 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextArea.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextArea.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextField.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextField.qml index bd400eb4..ff20326b 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextField.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextField.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Toggle.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Toggle.qml index d6e32222..f2c52541 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Toggle.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Toggle.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SettingsItem.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SettingsItem.qml index 9085e1d3..8a3aafaa 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/SettingsItem.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/SettingsItem.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SettingsView.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SettingsView.qml index 91ecbc04..e202b49c 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/SettingsView.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/SettingsView.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SetupGuide.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SetupGuide.qml index fb09fc7f..f0d4e6b5 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/SetupGuide.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/SetupGuide.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml index d0c3768d..cc08fe6c 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml index 31e8d455..233e4617 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Status.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Status.qml index 8e86d541..dfe53d8d 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Status.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Status.qml @@ -1,5 +1,5 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/StatusWindow.qml b/internal/frontend/bridge-gui/bridge-gui/qml/StatusWindow.qml index fd41abb8..93c9f304 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/StatusWindow.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/StatusWindow.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/WelcomeGuide.qml b/internal/frontend/bridge-gui/bridge-gui/qml/WelcomeGuide.qml index ffe99a03..88c331bb 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/WelcomeGuide.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/WelcomeGuide.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/tests/Buttons.qml b/internal/frontend/bridge-gui/bridge-gui/qml/tests/Buttons.qml index ed2c7a02..1b82a3a2 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/tests/Buttons.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/tests/Buttons.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/tests/ButtonsColumn.qml b/internal/frontend/bridge-gui/bridge-gui/qml/tests/ButtonsColumn.qml index 55cc3ac0..f4079c48 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/tests/ButtonsColumn.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/tests/ButtonsColumn.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/tests/CheckBoxes.qml b/internal/frontend/bridge-gui/bridge-gui/qml/tests/CheckBoxes.qml index ca004740..12f18b66 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/tests/CheckBoxes.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/tests/CheckBoxes.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/tests/ComboBoxes.qml b/internal/frontend/bridge-gui/bridge-gui/qml/tests/ComboBoxes.qml index 6bf9cefe..437622d5 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/tests/ComboBoxes.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/tests/ComboBoxes.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/tests/RadioButtons.qml b/internal/frontend/bridge-gui/bridge-gui/qml/tests/RadioButtons.qml index 0ab51e95..11a704f2 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/tests/RadioButtons.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/tests/RadioButtons.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/tests/Switches.qml b/internal/frontend/bridge-gui/bridge-gui/qml/tests/Switches.qml index 7d9b68af..4b664e1e 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/tests/Switches.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/tests/Switches.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/tests/Test.qml b/internal/frontend/bridge-gui/bridge-gui/qml/tests/Test.qml index 722d8465..c6027148 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/tests/Test.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/tests/Test.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/tests/TestComponents.qml b/internal/frontend/bridge-gui/bridge-gui/qml/tests/TestComponents.qml index 11f39ebd..a4fd5738 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/tests/TestComponents.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/tests/TestComponents.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/tests/TextAreas.qml b/internal/frontend/bridge-gui/bridge-gui/qml/tests/TextAreas.qml index c847e790..22655df7 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/tests/TextAreas.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/tests/TextAreas.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/tests/TextFields.qml b/internal/frontend/bridge-gui/bridge-gui/qml/tests/TextFields.qml index b687c7d0..b7fcad1b 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/tests/TextFields.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/tests/TextFields.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/Pch.h b/internal/frontend/bridge-gui/bridgepp/Pch.h index fcfed6a4..2399d76c 100644 --- a/internal/frontend/bridge-gui/bridgepp/Pch.h +++ b/internal/frontend/bridge-gui/bridgepp/Pch.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/BridgeUtils.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/BridgeUtils.cpp index 62cae43a..f0497905 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/BridgeUtils.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/BridgeUtils.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/BridgeUtils.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/BridgeUtils.h index 619a9555..34d4ec34 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/BridgeUtils.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/BridgeUtils.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/Exception/Exception.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/Exception/Exception.cpp index c1996993..3d60ddb9 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/Exception/Exception.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/Exception/Exception.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/Exception/Exception.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/Exception/Exception.h index 814e21b8..08fd506b 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/Exception/Exception.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/Exception/Exception.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/FocusGRPC/FocusGRPCClient.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/FocusGRPC/FocusGRPCClient.cpp index cf33f4d8..e4cbd39e 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/FocusGRPC/FocusGRPCClient.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/FocusGRPC/FocusGRPCClient.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/FocusGRPC/FocusGRPCClient.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/FocusGRPC/FocusGRPCClient.h index 62aa927c..0e5de218 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/FocusGRPC/FocusGRPCClient.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/FocusGRPC/FocusGRPCClient.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/EventFactory.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/EventFactory.cpp index a33998dc..9dd46007 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/EventFactory.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/EventFactory.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/EventFactory.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/EventFactory.h index a37190d8..6ece0c39 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/EventFactory.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/EventFactory.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCClient.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCClient.cpp index 238382ec..e3365b27 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCClient.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCClient.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCClient.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCClient.h index 09bdab93..d2dfe7b5 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCClient.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCClient.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCConfig.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCConfig.cpp index 952a39e5..6a522725 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCConfig.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCConfig.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCConfig.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCConfig.h index 8f3245e8..e658a872 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCConfig.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCConfig.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCErrors.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCErrors.cpp index 9c0955d1..b21d0a84 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCErrors.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCErrors.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCErrors.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCErrors.h index e9a576b3..2dc7a7a7 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCErrors.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCErrors.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCUtils.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCUtils.cpp index 7ade7304..8cc8d518 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCUtils.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCUtils.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCUtils.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCUtils.h index 244caeb4..340986db 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCUtils.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/GRPCUtils.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/Log/Log.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/Log/Log.cpp index 538aa976..93c87ad5 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/Log/Log.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/Log/Log.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/Log/Log.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/Log/Log.h index a5beb2c9..4bc7366e 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/Log/Log.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/Log/Log.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/ProcessMonitor.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/ProcessMonitor.cpp index b79a17c0..13884393 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/ProcessMonitor.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/ProcessMonitor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/ProcessMonitor.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/ProcessMonitor.h index f0b41c73..3630e665 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/ProcessMonitor.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/ProcessMonitor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/User/User.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/User/User.cpp index f8f22342..da07e958 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/User/User.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/User/User.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/User/User.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/User/User.h index 07aa7483..6dc5bf77 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/User/User.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/User/User.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Overseer.cpp b/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Overseer.cpp index 241d0f85..c3f9c169 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Overseer.cpp +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Overseer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Overseer.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Overseer.h index 57952d5d..2b673349 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Overseer.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Overseer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Worker.h b/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Worker.h index 8f407953..0d806521 100644 --- a/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Worker.h +++ b/internal/frontend/bridge-gui/bridgepp/bridgepp/Worker/Worker.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/cli/account_utils.go b/internal/frontend/cli/account_utils.go index f2da46d0..283eb933 100644 --- a/internal/frontend/cli/account_utils.go +++ b/internal/frontend/cli/account_utils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/cli/accounts.go b/internal/frontend/cli/accounts.go index 93f6b2b9..afacb10c 100644 --- a/internal/frontend/cli/accounts.go +++ b/internal/frontend/cli/accounts.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/cli/frontend.go b/internal/frontend/cli/frontend.go index a058fb52..3e2fab4a 100644 --- a/internal/frontend/cli/frontend.go +++ b/internal/frontend/cli/frontend.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/cli/system.go b/internal/frontend/cli/system.go index 6f41ea4b..262be120 100644 --- a/internal/frontend/cli/system.go +++ b/internal/frontend/cli/system.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/cli/updates.go b/internal/frontend/cli/updates.go index 908069d9..baf253c8 100644 --- a/internal/frontend/cli/updates.go +++ b/internal/frontend/cli/updates.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/cli/utils.go b/internal/frontend/cli/utils.go index 24621465..4848aefa 100644 --- a/internal/frontend/cli/utils.go +++ b/internal/frontend/cli/utils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/grpc/config.go b/internal/frontend/grpc/config.go index 57f9fc4f..03842e63 100644 --- a/internal/frontend/grpc/config.go +++ b/internal/frontend/grpc/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/frontend/grpc/config_test.go b/internal/frontend/grpc/config_test.go index 6ec2c074..432c74ba 100644 --- a/internal/frontend/grpc/config_test.go +++ b/internal/frontend/grpc/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/grpc/event_factory.go b/internal/frontend/grpc/event_factory.go index a2cb44f6..c5153138 100644 --- a/internal/frontend/grpc/event_factory.go +++ b/internal/frontend/grpc/event_factory.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/frontend/grpc/event_utils.go b/internal/frontend/grpc/event_utils.go index cbbab163..65e93756 100644 --- a/internal/frontend/grpc/event_utils.go +++ b/internal/frontend/grpc/event_utils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/grpc/service.go b/internal/frontend/grpc/service.go index 7d8c23fe..5950e094 100644 --- a/internal/frontend/grpc/service.go +++ b/internal/frontend/grpc/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/frontend/grpc/service_methods.go b/internal/frontend/grpc/service_methods.go index 2633dbf4..0eabbe45 100644 --- a/internal/frontend/grpc/service_methods.go +++ b/internal/frontend/grpc/service_methods.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/frontend/grpc/service_stream.go b/internal/frontend/grpc/service_stream.go index 08e1d861..5a727585 100644 --- a/internal/frontend/grpc/service_stream.go +++ b/internal/frontend/grpc/service_stream.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/frontend/grpc/service_user.go b/internal/frontend/grpc/service_user.go index 45fb1119..deb6fac5 100644 --- a/internal/frontend/grpc/service_user.go +++ b/internal/frontend/grpc/service_user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/grpc/types.go b/internal/frontend/grpc/types.go index d9e894a3..72aa819d 100644 --- a/internal/frontend/grpc/types.go +++ b/internal/frontend/grpc/types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/internal/frontend/grpc/utils.go b/internal/frontend/grpc/utils.go index 8c7f9512..02a9ad8e 100644 --- a/internal/frontend/grpc/utils.go +++ b/internal/frontend/grpc/utils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/theme/detect_darwin.go b/internal/frontend/theme/detect_darwin.go index d2fee450..5b07b683 100644 --- a/internal/frontend/theme/detect_darwin.go +++ b/internal/frontend/theme/detect_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/theme/detect_default.go b/internal/frontend/theme/detect_default.go index c3b9cc56..645ff47d 100644 --- a/internal/frontend/theme/detect_default.go +++ b/internal/frontend/theme/detect_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/theme/detect_windows.go b/internal/frontend/theme/detect_windows.go index 3c40abb9..850ddb30 100644 --- a/internal/frontend/theme/detect_windows.go +++ b/internal/frontend/theme/detect_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/theme/theme.go b/internal/frontend/theme/theme.go index 60397426..2b08db8a 100644 --- a/internal/frontend/theme/theme.go +++ b/internal/frontend/theme/theme.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/frontend/theme/theme_test.go b/internal/frontend/theme/theme_test.go index 8364069b..0bf2a316 100644 --- a/internal/frontend/theme/theme_test.go +++ b/internal/frontend/theme/theme_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/legacy/credentials/credentials.go b/internal/legacy/credentials/credentials.go index b0ce2a69..2b8e7e25 100644 --- a/internal/legacy/credentials/credentials.go +++ b/internal/legacy/credentials/credentials.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/legacy/credentials/credentials_test.go b/internal/legacy/credentials/credentials_test.go index fb8460b7..8a1a78d4 100644 --- a/internal/legacy/credentials/credentials_test.go +++ b/internal/legacy/credentials/credentials_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/legacy/credentials/store.go b/internal/legacy/credentials/store.go index c2ff320a..a58570bd 100644 --- a/internal/legacy/credentials/store.go +++ b/internal/legacy/credentials/store.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/legacy/credentials/store_test.go b/internal/legacy/credentials/store_test.go index 1b96deff..75cf2d05 100644 --- a/internal/legacy/credentials/store_test.go +++ b/internal/legacy/credentials/store_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/locations/locations.go b/internal/locations/locations.go index edc9ec11..44c09627 100644 --- a/internal/locations/locations.go +++ b/internal/locations/locations.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/locations/locations_test.go b/internal/locations/locations_test.go index 99717752..736e7075 100644 --- a/internal/locations/locations_test.go +++ b/internal/locations/locations_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/locations/provider.go b/internal/locations/provider.go index c567f507..69f7e1a9 100644 --- a/internal/locations/provider.go +++ b/internal/locations/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/logging/clear.go b/internal/logging/clear.go index 4059d1e1..7ae090f1 100644 --- a/internal/logging/clear.go +++ b/internal/logging/clear.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/logging/crash.go b/internal/logging/crash.go index 591963fb..dca72751 100644 --- a/internal/logging/crash.go +++ b/internal/logging/crash.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/logging/imap_logger.go b/internal/logging/imap_logger.go index b0c546b7..396552b2 100644 --- a/internal/logging/imap_logger.go +++ b/internal/logging/imap_logger.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/logging/logging.go b/internal/logging/logging.go index c7203127..ad34762c 100644 --- a/internal/logging/logging.go +++ b/internal/logging/logging.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/logging/logging_test.go b/internal/logging/logging_test.go index 09381178..898234de 100644 --- a/internal/logging/logging_test.go +++ b/internal/logging/logging_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/logging/rotator.go b/internal/logging/rotator.go index 21fb5651..89b39375 100644 --- a/internal/logging/rotator.go +++ b/internal/logging/rotator.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/logging/rotator_test.go b/internal/logging/rotator_test.go index ec09d730..5eecb053 100644 --- a/internal/logging/rotator_test.go +++ b/internal/logging/rotator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/logging/sensitive_default.go b/internal/logging/sensitive_default.go index 935baecc..b16ae852 100644 --- a/internal/logging/sensitive_default.go +++ b/internal/logging/sensitive_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/logging/sensitive_sensitive.go b/internal/logging/sensitive_sensitive.go index 9641fcf9..993fbbf0 100644 --- a/internal/logging/sensitive_sensitive.go +++ b/internal/logging/sensitive_sensitive.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/logging/smtp_logger.go b/internal/logging/smtp_logger.go index 00474fff..3439fac9 100644 --- a/internal/logging/smtp_logger.go +++ b/internal/logging/smtp_logger.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/safe/mutex.go b/internal/safe/mutex.go index 865c53f8..0863391f 100644 --- a/internal/safe/mutex.go +++ b/internal/safe/mutex.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/sentry/hostarch_darwin.go b/internal/sentry/hostarch_darwin.go index 955b24cb..f9e36766 100644 --- a/internal/sentry/hostarch_darwin.go +++ b/internal/sentry/hostarch_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/sentry/hostarch_default.go b/internal/sentry/hostarch_default.go index 3ac0051e..5eebd4c8 100644 --- a/internal/sentry/hostarch_default.go +++ b/internal/sentry/hostarch_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/sentry/reporter.go b/internal/sentry/reporter.go index bbae1732..c8c54ef8 100644 --- a/internal/sentry/reporter.go +++ b/internal/sentry/reporter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/sentry/reporter_test.go b/internal/sentry/reporter_test.go index 47ddf8e0..cbaf0661 100644 --- a/internal/sentry/reporter_test.go +++ b/internal/sentry/reporter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/try/try.go b/internal/try/try.go index 874f5ca9..1485c683 100644 --- a/internal/try/try.go +++ b/internal/try/try.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/try/try_test.go b/internal/try/try_test.go index 06a6806c..0c2de931 100644 --- a/internal/try/try_test.go +++ b/internal/try/try_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/updater/channel.go b/internal/updater/channel.go index 50e9ac96..93fe0cbb 100644 --- a/internal/updater/channel.go +++ b/internal/updater/channel.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/updater/host_default.go b/internal/updater/host_default.go index 5f62789a..38081640 100644 --- a/internal/updater/host_default.go +++ b/internal/updater/host_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/updater/host_qa.go b/internal/updater/host_qa.go index 2650a98e..1d63d5f0 100644 --- a/internal/updater/host_qa.go +++ b/internal/updater/host_qa.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/updater/install_darwin.go b/internal/updater/install_darwin.go index 0bcce3f7..45e07b58 100644 --- a/internal/updater/install_darwin.go +++ b/internal/updater/install_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/updater/install_default.go b/internal/updater/install_default.go index 7eecc2d8..45162ab0 100644 --- a/internal/updater/install_default.go +++ b/internal/updater/install_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/updater/key_default.go b/internal/updater/key_default.go index 289153ed..8236116c 100644 --- a/internal/updater/key_default.go +++ b/internal/updater/key_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/updater/sync.go b/internal/updater/sync.go index 9cd59903..440cbd5d 100644 --- a/internal/updater/sync.go +++ b/internal/updater/sync.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/updater/sync_test.go b/internal/updater/sync_test.go index 3b9b74fa..8ecb7699 100644 --- a/internal/updater/sync_test.go +++ b/internal/updater/sync_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/updater/updater.go b/internal/updater/updater.go index 8d9aac7a..291c42b7 100644 --- a/internal/updater/updater.go +++ b/internal/updater/updater.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/updater/version.go b/internal/updater/version.go index 22a184e1..9d688d6b 100644 --- a/internal/updater/version.go +++ b/internal/updater/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/errors.go b/internal/user/errors.go index 0b6db100..24b880e4 100644 --- a/internal/user/errors.go +++ b/internal/user/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/events.go b/internal/user/events.go index 880024d3..e283bb0e 100644 --- a/internal/user/events.go +++ b/internal/user/events.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/imap.go b/internal/user/imap.go index ba6c734b..4750d220 100644 --- a/internal/user/imap.go +++ b/internal/user/imap.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/keys.go b/internal/user/keys.go index 4031d2b6..949c873b 100644 --- a/internal/user/keys.go +++ b/internal/user/keys.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/keys_test.go b/internal/user/keys_test.go index e558111a..bd29ff78 100644 --- a/internal/user/keys_test.go +++ b/internal/user/keys_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/send_recorder.go b/internal/user/send_recorder.go index 5c57f763..c83c9ef1 100644 --- a/internal/user/send_recorder.go +++ b/internal/user/send_recorder.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/send_recorder_test.go b/internal/user/send_recorder_test.go index e445b071..075a3b52 100644 --- a/internal/user/send_recorder_test.go +++ b/internal/user/send_recorder_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/smtp.go b/internal/user/smtp.go index b27f6d34..bc9f464e 100644 --- a/internal/user/smtp.go +++ b/internal/user/smtp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/smtp_debug.go b/internal/user/smtp_debug.go index b9a4e25c..ad66bb86 100644 --- a/internal/user/smtp_debug.go +++ b/internal/user/smtp_debug.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/smtp_default.go b/internal/user/smtp_default.go index c5d67c43..caa0c21a 100644 --- a/internal/user/smtp_default.go +++ b/internal/user/smtp_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/smtp_packages.go b/internal/user/smtp_packages.go index c228581e..e32b4450 100644 --- a/internal/user/smtp_packages.go +++ b/internal/user/smtp_packages.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/smtp_prefs.go b/internal/user/smtp_prefs.go index 69bec4b8..12cef56a 100644 --- a/internal/user/smtp_prefs.go +++ b/internal/user/smtp_prefs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/smtp_prefs_test.go b/internal/user/smtp_prefs_test.go index 76390395..2a60ee7d 100644 --- a/internal/user/smtp_prefs_test.go +++ b/internal/user/smtp_prefs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/sync.go b/internal/user/sync.go index 49e8daf9..44f92834 100644 --- a/internal/user/sync.go +++ b/internal/user/sync.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/sync_build.go b/internal/user/sync_build.go index f5052f67..e3d87a5e 100644 --- a/internal/user/sync_build.go +++ b/internal/user/sync_build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/sync_build_test.go b/internal/user/sync_build_test.go index d3406086..f52f5ef9 100644 --- a/internal/user/sync_build_test.go +++ b/internal/user/sync_build_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/sync_flusher.go b/internal/user/sync_flusher.go index 1e327fd2..8333b6de 100644 --- a/internal/user/sync_flusher.go +++ b/internal/user/sync_flusher.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/sync_reporter.go b/internal/user/sync_reporter.go index 87722bb9..51a73663 100644 --- a/internal/user/sync_reporter.go +++ b/internal/user/sync_reporter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/types.go b/internal/user/types.go index 5cefc62a..254bf8b9 100644 --- a/internal/user/types.go +++ b/internal/user/types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/types_test.go b/internal/user/types_test.go index 0532cf4a..bfc23157 100644 --- a/internal/user/types_test.go +++ b/internal/user/types_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/user.go b/internal/user/user.go index a0fe970c..b3aa2b5f 100644 --- a/internal/user/user.go +++ b/internal/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/user/user_test.go b/internal/user/user_test.go index 18b05757..787d5910 100644 --- a/internal/user/user_test.go +++ b/internal/user/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/useragent/platform.go b/internal/useragent/platform.go index ebe77220..09f3a2aa 100644 --- a/internal/useragent/platform.go +++ b/internal/useragent/platform.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/useragent/platform_darwin.go b/internal/useragent/platform_darwin.go index acc2a5a6..8ea76453 100644 --- a/internal/useragent/platform_darwin.go +++ b/internal/useragent/platform_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/useragent/platform_default.go b/internal/useragent/platform_default.go index 23f7e1f8..8d222542 100644 --- a/internal/useragent/platform_default.go +++ b/internal/useragent/platform_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/useragent/platform_test.go b/internal/useragent/platform_test.go index 53310d55..1be5b934 100644 --- a/internal/useragent/platform_test.go +++ b/internal/useragent/platform_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/useragent/useragent.go b/internal/useragent/useragent.go index 4949e871..12dc8a32 100644 --- a/internal/useragent/useragent.go +++ b/internal/useragent/useragent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/useragent/useragent_test.go b/internal/useragent/useragent_test.go index d98ded4d..c3043119 100644 --- a/internal/useragent/useragent_test.go +++ b/internal/useragent/useragent_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/certs.go b/internal/vault/certs.go index b1a10873..77086f9b 100644 --- a/internal/vault/certs.go +++ b/internal/vault/certs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/certs_test.go b/internal/vault/certs_test.go index 0ecd67c1..243b575f 100644 --- a/internal/vault/certs_test.go +++ b/internal/vault/certs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/cookies.go b/internal/vault/cookies.go index 7b876bc3..afbe6a57 100644 --- a/internal/vault/cookies.go +++ b/internal/vault/cookies.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/cookies_test.go b/internal/vault/cookies_test.go index b57c1722..41b6552c 100644 --- a/internal/vault/cookies_test.go +++ b/internal/vault/cookies_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/helper.go b/internal/vault/helper.go index fffc2d48..721c5ab0 100644 --- a/internal/vault/helper.go +++ b/internal/vault/helper.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/migrate.go b/internal/vault/migrate.go index f7639d0e..4cab2c96 100644 --- a/internal/vault/migrate.go +++ b/internal/vault/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/migrate_test.go b/internal/vault/migrate_test.go index a8513bb4..a92bb57e 100644 --- a/internal/vault/migrate_test.go +++ b/internal/vault/migrate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/migrate_v2.3.x.go b/internal/vault/migrate_v2.3.x.go index c88eaa9f..d6c90570 100644 --- a/internal/vault/migrate_v2.3.x.go +++ b/internal/vault/migrate_v2.3.x.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/migrate_v2.4.x.go b/internal/vault/migrate_v2.4.x.go index 4f50a973..0ef408b5 100644 --- a/internal/vault/migrate_v2.4.x.go +++ b/internal/vault/migrate_v2.4.x.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/settings.go b/internal/vault/settings.go index a9ba4a08..1b2752b9 100644 --- a/internal/vault/settings.go +++ b/internal/vault/settings.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/settings_test.go b/internal/vault/settings_test.go index 968400ce..0de5675d 100644 --- a/internal/vault/settings_test.go +++ b/internal/vault/settings_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/token.go b/internal/vault/token.go index b576d989..3438669e 100644 --- a/internal/vault/token.go +++ b/internal/vault/token.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/types_certs.go b/internal/vault/types_certs.go index 838f73d1..b478199d 100644 --- a/internal/vault/types_certs.go +++ b/internal/vault/types_certs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/types_data.go b/internal/vault/types_data.go index fd9dae04..ec8a08d8 100644 --- a/internal/vault/types_data.go +++ b/internal/vault/types_data.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/types_file.go b/internal/vault/types_file.go index b3ee8705..6781114d 100644 --- a/internal/vault/types_file.go +++ b/internal/vault/types_file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/types_settings.go b/internal/vault/types_settings.go index 7e94af38..ffe7bb62 100644 --- a/internal/vault/types_settings.go +++ b/internal/vault/types_settings.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/types_user.go b/internal/vault/types_user.go index d2c20338..543cd756 100644 --- a/internal/vault/types_user.go +++ b/internal/vault/types_user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/user.go b/internal/vault/user.go index 07a3dcae..f00d992b 100644 --- a/internal/vault/user.go +++ b/internal/vault/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/user_test.go b/internal/vault/user_test.go index 2e01f014..9f64844f 100644 --- a/internal/vault/user_test.go +++ b/internal/vault/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/vault.go b/internal/vault/vault.go index dc62a20b..11f7c426 100644 --- a/internal/vault/vault.go +++ b/internal/vault/vault.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/vault_bench_test.go b/internal/vault/vault_bench_test.go index 6265c116..a56a5786 100644 --- a/internal/vault/vault_bench_test.go +++ b/internal/vault/vault_bench_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/vault_debug.go b/internal/vault/vault_debug.go index 9354b2ad..17ece7f8 100644 --- a/internal/vault/vault_debug.go +++ b/internal/vault/vault_debug.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/vault/vault_test.go b/internal/vault/vault_test.go index 6d004b17..bf478f69 100644 --- a/internal/vault/vault_test.go +++ b/internal/vault/vault_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/install.go b/internal/versioner/install.go index 43956f49..65d28657 100644 --- a/internal/versioner/install.go +++ b/internal/versioner/install.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/name_default.go b/internal/versioner/name_default.go index f7a4c262..fe8051f9 100644 --- a/internal/versioner/name_default.go +++ b/internal/versioner/name_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/name_windows.go b/internal/versioner/name_windows.go index 6a49943a..28276dd2 100644 --- a/internal/versioner/name_windows.go +++ b/internal/versioner/name_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/remove.go b/internal/versioner/remove.go index a0b1900a..01e540d1 100644 --- a/internal/versioner/remove.go +++ b/internal/versioner/remove.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/remove_darwin.go b/internal/versioner/remove_darwin.go index 049dbad9..3ffe26c0 100644 --- a/internal/versioner/remove_darwin.go +++ b/internal/versioner/remove_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/remove_linux.go b/internal/versioner/remove_linux.go index 6403991a..b5f94e54 100644 --- a/internal/versioner/remove_linux.go +++ b/internal/versioner/remove_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/remove_windows.go b/internal/versioner/remove_windows.go index 9d6d9c9a..38182966 100644 --- a/internal/versioner/remove_windows.go +++ b/internal/versioner/remove_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/util.go b/internal/versioner/util.go index ff375669..1145f904 100644 --- a/internal/versioner/util.go +++ b/internal/versioner/util.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/version.go b/internal/versioner/version.go index 9ca70563..863f6ab4 100644 --- a/internal/versioner/version.go +++ b/internal/versioner/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/version_test.go b/internal/versioner/version_test.go index dd493a5b..26f61718 100644 --- a/internal/versioner/version_test.go +++ b/internal/versioner/version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/versioner.go b/internal/versioner/versioner.go index 787068fe..58804ed5 100644 --- a/internal/versioner/versioner.go +++ b/internal/versioner/versioner.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/versioner_remove_test.go b/internal/versioner/versioner_remove_test.go index bc48ec8b..69a23851 100644 --- a/internal/versioner/versioner_remove_test.go +++ b/internal/versioner/versioner_remove_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/internal/versioner/versioner_test.go b/internal/versioner/versioner_test.go index fef55469..f9c6a3fa 100644 --- a/internal/versioner/versioner_test.go +++ b/internal/versioner/versioner_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/algo/algo.go b/pkg/algo/algo.go index 399c170a..7229aec2 100644 --- a/pkg/algo/algo.go +++ b/pkg/algo/algo.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/algo/encode.go b/pkg/algo/encode.go index 34a565d1..271ca991 100644 --- a/pkg/algo/encode.go +++ b/pkg/algo/encode.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/algo/hash.go b/pkg/algo/hash.go index ad7be95e..172aa7b9 100644 --- a/pkg/algo/hash.go +++ b/pkg/algo/hash.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/algo/sets.go b/pkg/algo/sets.go index 6fc717c1..9c1d8631 100644 --- a/pkg/algo/sets.go +++ b/pkg/algo/sets.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/algo/sets_test.go b/pkg/algo/sets_test.go index c8bc9050..b012ac46 100644 --- a/pkg/algo/sets_test.go +++ b/pkg/algo/sets_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/dialer/dial_client.go b/pkg/dialer/dial_client.go index 2e92c7ee..ee4e1e78 100644 --- a/pkg/dialer/dial_client.go +++ b/pkg/dialer/dial_client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/files/removal.go b/pkg/files/removal.go index 840940f4..8f0b8db3 100644 --- a/pkg/files/removal.go +++ b/pkg/files/removal.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/files/removal_test.go b/pkg/files/removal_test.go index 0f31b040..f964eba6 100644 --- a/pkg/files/removal_test.go +++ b/pkg/files/removal_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/keychain/helper_darwin.go b/pkg/keychain/helper_darwin.go index fdd6ab0e..2e36c9d2 100644 --- a/pkg/keychain/helper_darwin.go +++ b/pkg/keychain/helper_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/keychain/helper_dbus_linux.go b/pkg/keychain/helper_dbus_linux.go index 053c3119..b759c7f4 100644 --- a/pkg/keychain/helper_dbus_linux.go +++ b/pkg/keychain/helper_dbus_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/keychain/helper_linux.go b/pkg/keychain/helper_linux.go index 86db75d1..3c31736d 100644 --- a/pkg/keychain/helper_linux.go +++ b/pkg/keychain/helper_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/keychain/helper_windows.go b/pkg/keychain/helper_windows.go index 71af8c38..6eb2dd06 100644 --- a/pkg/keychain/helper_windows.go +++ b/pkg/keychain/helper_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/keychain/keychain.go b/pkg/keychain/keychain.go index b8d90046..251477c9 100644 --- a/pkg/keychain/keychain.go +++ b/pkg/keychain/keychain.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/keychain/keychain_darwin.go b/pkg/keychain/keychain_darwin.go index 6d50cbf4..a811749a 100644 --- a/pkg/keychain/keychain_darwin.go +++ b/pkg/keychain/keychain_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/keychain/keychain_default.go b/pkg/keychain/keychain_default.go index c3a6ac47..22db6f54 100644 --- a/pkg/keychain/keychain_default.go +++ b/pkg/keychain/keychain_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/keychain/keychain_missing.go b/pkg/keychain/keychain_missing.go index 46e90af8..d0ce6c2e 100644 --- a/pkg/keychain/keychain_missing.go +++ b/pkg/keychain/keychain_missing.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/keychain/keychain_test.go b/pkg/keychain/keychain_test.go index 8e024b71..7acdec20 100644 --- a/pkg/keychain/keychain_test.go +++ b/pkg/keychain/keychain_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/keychain/test_helper.go b/pkg/keychain/test_helper.go index 28eaf760..505419d2 100644 --- a/pkg/keychain/test_helper.go +++ b/pkg/keychain/test_helper.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/build.go b/pkg/message/build.go index 42ad61e1..9607fe9a 100644 --- a/pkg/message/build.go +++ b/pkg/message/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/build_custom.go b/pkg/message/build_custom.go index 80990846..175991da 100644 --- a/pkg/message/build_custom.go +++ b/pkg/message/build_custom.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/build_framework_test.go b/pkg/message/build_framework_test.go index 3172fb89..089d35d4 100644 --- a/pkg/message/build_framework_test.go +++ b/pkg/message/build_framework_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/build_test.go b/pkg/message/build_test.go index 91134351..5689037e 100644 --- a/pkg/message/build_test.go +++ b/pkg/message/build_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/header.go b/pkg/message/header.go index eccfd0ef..361b8272 100644 --- a/pkg/message/header.go +++ b/pkg/message/header.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/header_test.go b/pkg/message/header_test.go index 0dbeca95..080af55a 100644 --- a/pkg/message/header_test.go +++ b/pkg/message/header_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/message.go b/pkg/message/message.go index 961b3604..85492d62 100644 --- a/pkg/message/message.go +++ b/pkg/message/message.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/options.go b/pkg/message/options.go index 3aeebad7..dcc0caa5 100644 --- a/pkg/message/options.go +++ b/pkg/message/options.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser.go b/pkg/message/parser.go index ca2a7485..f12155a1 100644 --- a/pkg/message/parser.go +++ b/pkg/message/parser.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/handler.go b/pkg/message/parser/handler.go index bc7f7fe0..ba566a16 100644 --- a/pkg/message/parser/handler.go +++ b/pkg/message/parser/handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/parser.go b/pkg/message/parser/parser.go index 06095bc8..8266f6fb 100644 --- a/pkg/message/parser/parser.go +++ b/pkg/message/parser/parser.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/parser_test.go b/pkg/message/parser/parser_test.go index b39f4190..93fc1cd4 100644 --- a/pkg/message/parser/parser_test.go +++ b/pkg/message/parser/parser_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/part.go b/pkg/message/parser/part.go index 65b4e891..1f1309d2 100644 --- a/pkg/message/parser/part.go +++ b/pkg/message/parser/part.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/part_test.go b/pkg/message/parser/part_test.go index 7597f585..068068ac 100644 --- a/pkg/message/parser/part_test.go +++ b/pkg/message/parser/part_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/trimmer.go b/pkg/message/parser/trimmer.go index d88be315..58f00b0b 100644 --- a/pkg/message/parser/trimmer.go +++ b/pkg/message/parser/trimmer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/trimmer_test.go b/pkg/message/parser/trimmer_test.go index f2626da5..d2f13c0d 100644 --- a/pkg/message/parser/trimmer_test.go +++ b/pkg/message/parser/trimmer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/visitor.go b/pkg/message/parser/visitor.go index 1eaf6223..f6dd31cc 100644 --- a/pkg/message/parser/visitor.go +++ b/pkg/message/parser/visitor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/walker.go b/pkg/message/parser/walker.go index aeead295..232cb0e3 100644 --- a/pkg/message/parser/walker.go +++ b/pkg/message/parser/walker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/walker_test.go b/pkg/message/parser/walker_test.go index 58470e42..a159805f 100644 --- a/pkg/message/parser/walker_test.go +++ b/pkg/message/parser/walker_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/writer.go b/pkg/message/parser/writer.go index 52f7c028..e77e6db7 100644 --- a/pkg/message/parser/writer.go +++ b/pkg/message/parser/writer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser/writer_test.go b/pkg/message/parser/writer_test.go index 9e61cd74..18fa4d69 100644 --- a/pkg/message/parser/writer_test.go +++ b/pkg/message/parser/writer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/message/parser_test.go b/pkg/message/parser_test.go index 25ecb4c0..78b2dcf3 100644 --- a/pkg/message/parser_test.go +++ b/pkg/message/parser_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/mime/encoding.go b/pkg/mime/encoding.go index 4b994ce0..70b21518 100644 --- a/pkg/mime/encoding.go +++ b/pkg/mime/encoding.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/mime/encoding_test.go b/pkg/mime/encoding_test.go index 35c524b0..150e3fdd 100644 --- a/pkg/mime/encoding_test.go +++ b/pkg/mime/encoding_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/mime/mediaType.go b/pkg/mime/mediaType.go index 000ba35c..18031a11 100644 --- a/pkg/mime/mediaType.go +++ b/pkg/mime/mediaType.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/mime/utf7Decoder.go b/pkg/mime/utf7Decoder.go index a8600053..7c14f410 100644 --- a/pkg/mime/utf7Decoder.go +++ b/pkg/mime/utf7Decoder.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/mobileconfig/config.go b/pkg/mobileconfig/config.go index b700b170..6c0f4e53 100644 --- a/pkg/mobileconfig/config.go +++ b/pkg/mobileconfig/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/mobileconfig/template.go b/pkg/mobileconfig/template.go index 3e39a19a..8ff11aff 100644 --- a/pkg/mobileconfig/template.go +++ b/pkg/mobileconfig/template.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/ports/ports.go b/pkg/ports/ports.go index d008a406..d5cfbaff 100644 --- a/pkg/ports/ports.go +++ b/pkg/ports/ports.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/ports/ports_test.go b/pkg/ports/ports_test.go index 55619800..a88bbce2 100644 --- a/pkg/ports/ports_test.go +++ b/pkg/ports/ports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/restarter/restarter.go b/pkg/restarter/restarter.go index 98d9e7a6..a8908239 100644 --- a/pkg/restarter/restarter.go +++ b/pkg/restarter/restarter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/restarter/restarter_test.go b/pkg/restarter/restarter_test.go index 0a5dd7db..92c966aa 100644 --- a/pkg/restarter/restarter_test.go +++ b/pkg/restarter/restarter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/restarter/start_default.go b/pkg/restarter/start_default.go index d0988a32..0995c740 100644 --- a/pkg/restarter/start_default.go +++ b/pkg/restarter/start_default.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/restarter/start_windows.go b/pkg/restarter/start_windows.go index 5bc0bec4..b78072bf 100644 --- a/pkg/restarter/start_windows.go +++ b/pkg/restarter/start_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/sum/sum.go b/pkg/sum/sum.go index f094c5d5..96892b06 100644 --- a/pkg/sum/sum.go +++ b/pkg/sum/sum.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/sum/sum_test.go b/pkg/sum/sum_test.go index 321867f1..79aeb6b4 100644 --- a/pkg/sum/sum_test.go +++ b/pkg/sum/sum_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/pkg/tar/tar.go b/pkg/tar/tar.go index 24154665..301013d8 100644 --- a/pkg/tar/tar.go +++ b/pkg/tar/tar.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/api_test.go b/tests/api_test.go index e7b07e3c..1d00122e 100644 --- a/tests/api_test.go +++ b/tests/api_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/bdd_test.go b/tests/bdd_test.go index 816eafc9..5f07eb5d 100644 --- a/tests/bdd_test.go +++ b/tests/bdd_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/tests/bridge_test.go b/tests/bridge_test.go index a983df85..8338eaa6 100644 --- a/tests/bridge_test.go +++ b/tests/bridge_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/collector_test.go b/tests/collector_test.go index 7cbb3ca7..daaf0b07 100644 --- a/tests/collector_test.go +++ b/tests/collector_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/ctx_bridge_test.go b/tests/ctx_bridge_test.go index 4ccc84b7..1f454d36 100644 --- a/tests/ctx_bridge_test.go +++ b/tests/ctx_bridge_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/ctx_helper_test.go b/tests/ctx_helper_test.go index 6642484d..510c7309 100644 --- a/tests/ctx_helper_test.go +++ b/tests/ctx_helper_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/ctx_imap_test.go b/tests/ctx_imap_test.go index f3098dda..7f8b3d6a 100644 --- a/tests/ctx_imap_test.go +++ b/tests/ctx_imap_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/ctx_reporter_test.go b/tests/ctx_reporter_test.go index 83c9da5f..b603d8c1 100644 --- a/tests/ctx_reporter_test.go +++ b/tests/ctx_reporter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/ctx_smtp_test.go b/tests/ctx_smtp_test.go index b7a41a7d..eb95c9d6 100644 --- a/tests/ctx_smtp_test.go +++ b/tests/ctx_smtp_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/ctx_test.go b/tests/ctx_test.go index 32551265..a2efa5f7 100644 --- a/tests/ctx_test.go +++ b/tests/ctx_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/diff.go b/tests/diff.go index 36dbdda4..86234895 100644 --- a/tests/diff.go +++ b/tests/diff.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/diff_test.go b/tests/diff_test.go index 86ff75d0..68e441c1 100644 --- a/tests/diff_test.go +++ b/tests/diff_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/environment_test.go b/tests/environment_test.go index 57f81553..d3c1243d 100644 --- a/tests/environment_test.go +++ b/tests/environment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/fast.go b/tests/fast.go index 508d3ceb..84befbeb 100644 --- a/tests/fast.go +++ b/tests/fast.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/frontend_test.go b/tests/frontend_test.go index 12c7e8d2..99c72759 100644 --- a/tests/frontend_test.go +++ b/tests/frontend_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/imap_test.go b/tests/imap_test.go index 5e7eb442..80acf49a 100644 --- a/tests/imap_test.go +++ b/tests/imap_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/init_test.go b/tests/init_test.go index 6a2507b0..ef50cb7d 100644 --- a/tests/init_test.go +++ b/tests/init_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/tests/main_test.go b/tests/main_test.go index 600ea96c..e568f9fa 100644 --- a/tests/main_test.go +++ b/tests/main_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/smtp_test.go b/tests/smtp_test.go index df7c5961..2f36f031 100644 --- a/tests/smtp_test.go +++ b/tests/smtp_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/types_test.go b/tests/types_test.go index 151199b0..fba0194e 100644 --- a/tests/types_test.go +++ b/tests/types_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/tests/user_test.go b/tests/user_test.go index d5cd08fa..062e951b 100644 --- a/tests/user_test.go +++ b/tests/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/utils/bridge_app_version.sh b/utils/bridge_app_version.sh index 3221481f..8c8c605a 100755 --- a/utils/bridge_app_version.sh +++ b/utils/bridge_app_version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/utils/changelog_linter.sh b/utils/changelog_linter.sh index d1e54820..dd786080 100755 --- a/utils/changelog_linter.sh +++ b/utils/changelog_linter.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/utils/credits.sh b/utils/credits.sh index 98cd4c97..9ffe77d7 100755 --- a/utils/credits.sh +++ b/utils/credits.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/utils/dependency_license.sh b/utils/dependency_license.sh index 2adc16b7..0518116c 100755 --- a/utils/dependency_license.sh +++ b/utils/dependency_license.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/utils/dxtn/main.cpp b/utils/dxtn/main.cpp index 86d5220c..e6becf53 100644 --- a/utils/dxtn/main.cpp +++ b/utils/dxtn/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/utils/dxtn/main.h b/utils/dxtn/main.h index 8912ef13..36af1b66 100644 --- a/utils/dxtn/main.h +++ b/utils/dxtn/main.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge.Bridge. // diff --git a/utils/export_icons.sh b/utils/export_icons.sh index 99e6bea4..3b013d58 100755 --- a/utils/export_icons.sh +++ b/utils/export_icons.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/utils/gobinsec_update.sh b/utils/gobinsec_update.sh index bebcff2e..35532a85 100755 --- a/utils/gobinsec_update.sh +++ b/utils/gobinsec_update.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/utils/gobinsec_update/main.go b/utils/gobinsec_update/main.go index 90bcadc4..83a1056b 100644 --- a/utils/gobinsec_update/main.go +++ b/utils/gobinsec_update/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/utils/hasher/main.go b/utils/hasher/main.go index c37bf4b4..6bc924f4 100644 --- a/utils/hasher/main.go +++ b/utils/hasher/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/utils/keyring.go b/utils/keyring.go index 3b294f55..17df2af8 100644 --- a/utils/keyring.go +++ b/utils/keyring.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/utils/license_header.txt b/utils/license_header.txt index 6aabe6ec..e1f421f0 100644 --- a/utils/license_header.txt +++ b/utils/license_header.txt @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/utils/missing_license.sh b/utils/missing_license.sh index 052a0992..21fe4923 100755 --- a/utils/missing_license.sh +++ b/utils/missing_license.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/utils/rebranding.sh b/utils/rebranding.sh index f87f45db..d5ab70c8 100755 --- a/utils/rebranding.sh +++ b/utils/rebranding.sh @@ -1,6 +1,6 @@ ##!/bin/bash -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # @@ -24,7 +24,7 @@ REPLACE_FILES=$(find . -not -path "./vendor/*" \ -not -name "*mock*.go" \ -regextype posix-egrep \ -regex ".*\.go|.*\.qml|qmldir|.*\.qmlproject|.*\.txt|.*\.md|.*\.h|.*\.cpp|.*\.m|.*\.sh|.*\.py" \ - -exec grep -L "Copyright (c) 2022 Proton AG" {} \;) + -exec grep -L "Copyright (c) 2023 Proton AG" {} \;) for f in ${REPLACE_FILES} do @@ -35,16 +35,16 @@ do # Proton Mail Bridge is free software: you can redistribute it and/or modify # Proton Mail Bridge is distributed in the hope that it will be useful, # along with Proton Mail Bridge. If not, see . - # Copyright (c) 2022 Proton AG + # Copyright (c) 2023 Proton AG for repl in \ "s/This file is part of ProtonMail Bridge./This file is part of Proton Mail Bridge./" \ "s/ProtonMail Bridge is free software:/Proton Mail Bridge is free software:/" \ "s/ProtonMail Bridge is distributed in the hope that it will be useful/Proton Mail Bridge is distributed in the hope that it will be useful/" \ "s/along with ProtonMail Bridge. If not, see/along with Proton Mail Bridge. If not, see/" \ "s/along with ProtonMail Bridge. If not, see/along with Proton Mail Bridge. If not, see/" \ - "s/Copyright (c) 2022 Proton Technologies AG/Copyright (c) 2022 Proton AG/" \ - "s/Copyright (c) 2021 Proton Technologies AG/Copyright (c) 2022 Proton AG/" \ - "s/Copyright (c) 2020 Proton Technologies AG/Copyright (c) 2022 Proton AG/" + "s/Copyright (c) 2022 Proton Technologies AG/Copyright (c) 2023 Proton AG/" \ + "s/Copyright (c) 2021 Proton Technologies AG/Copyright (c) 2023 Proton AG/" \ + "s/Copyright (c) 2020 Proton Technologies AG/Copyright (c) 2023 Proton AG/" do sed -i "$repl" "$f" || exit 3 done diff --git a/utils/release_notes.sh b/utils/release_notes.sh index 2175271d..de6ec3a2 100755 --- a/utils/release_notes.sh +++ b/utils/release_notes.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/utils/remove_non_relative_links_darwin.sh b/utils/remove_non_relative_links_darwin.sh index 38a2bb0a..56cd5aa0 100755 --- a/utils/remove_non_relative_links_darwin.sh +++ b/utils/remove_non_relative_links_darwin.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/utils/sync_bench.py b/utils/sync_bench.py index b4ee0025..4b08ae85 100644 --- a/utils/sync_bench.py +++ b/utils/sync_bench.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/utils/update_test_keys.sh b/utils/update_test_keys.sh index 9f5900d1..8438090b 100755 --- a/utils/update_test_keys.sh +++ b/utils/update_test_keys.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Proton AG +# Copyright (c) 2023 Proton AG # # This file is part of Proton Mail Bridge. # diff --git a/utils/vault-editor/main.go b/utils/vault-editor/main.go index f2fffb9d..a396a05f 100644 --- a/utils/vault-editor/main.go +++ b/utils/vault-editor/main.go @@ -1,6 +1,6 @@ //go:build debug -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. // diff --git a/utils/versioner/main.go b/utils/versioner/main.go index f2ea136c..b847b049 100644 --- a/utils/versioner/main.go +++ b/utils/versioner/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Proton AG +// Copyright (c) 2023 Proton AG // // This file is part of Proton Mail Bridge. //