From 64d1131fdd27010292dce9b4ab294c05ad6c986a Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 14 Jan 2024 14:34:21 +0100 Subject: [PATCH] Update copyright Closes #473 --- .github/ISSUE_TEMPLATE/2-copyright_clause.md | 5 ++--- Config.xcconfig | 4 ++-- .../xcshareddata/swiftpm/Package.resolved | 2 +- Passepartout/App/AppDelegate.swift | 2 +- Passepartout/App/Constants/Constants+App.swift | 2 +- Passepartout/App/Constants/Constants+Library.swift | 2 +- Passepartout/App/Constants/Theme.swift | 2 +- Passepartout/App/Context/AppContext+Shared.swift | 2 +- Passepartout/App/Context/AppContext.swift | 2 +- Passepartout/App/Context/CoreContext.swift | 2 +- Passepartout/App/Context/MockProfileRepository.swift | 2 +- Passepartout/App/Domain/AppError.swift | 2 +- Passepartout/App/Domain/AppPreference.swift | 2 +- Passepartout/App/Domain/IntentDispatcher+Activities.swift | 2 +- Passepartout/App/Domain/IntentDispatcher.swift | 2 +- Passepartout/App/Domain/Picker+Network.swift | 2 +- Passepartout/App/Domain/Picker+OpenVPN.swift | 2 +- Passepartout/App/Domain/StoreKitReceiptReader.swift | 2 +- Passepartout/App/Extensions/DebugLog+Constants.swift | 2 +- .../App/Extensions/PassepartoutProviders+Extensions.swift | 2 +- .../App/Extensions/ProviderProfileAvailability.swift | 2 +- Passepartout/App/Extensions/TunnelKit+Extensions.swift | 2 +- .../App/Extensions/VPNProtocolType+FileExtensions.swift | 2 +- Passepartout/App/L10n/Core+L10n.swift | 2 +- Passepartout/App/L10n/Errors+L10n.swift | 2 +- Passepartout/App/L10n/OpenVPN+L10n.swift | 2 +- Passepartout/App/L10n/Providers+L10n.swift | 2 +- Passepartout/App/L10n/TunnelKit+L10n.swift | 2 +- Passepartout/App/L10n/Unlocalized.swift | 2 +- Passepartout/App/L10n/WireGuard+L10n.swift | 2 +- Passepartout/App/Mac/MacBundle.swift | 2 +- Passepartout/App/Mac/MacBundleDelegate.swift | 2 +- .../App/Mac/Managers/DefaultLightProfileManager.swift | 2 +- .../App/Mac/Managers/DefaultLightProviderManager.swift | 2 +- Passepartout/App/Mac/Managers/DefaultLightUtils.swift | 2 +- Passepartout/App/Mac/Managers/DefaultLightVPNManager.swift | 2 +- .../App/Managers/DefaultUpgradeManagerStrategy.swift | 2 +- Passepartout/App/Managers/IntentsManager.swift | 2 +- Passepartout/App/Managers/PersistenceManager.swift | 2 +- Passepartout/App/Managers/UpgradeManager.swift | 2 +- Passepartout/App/Managers/UpgradeManagerStrategy.swift | 2 +- Passepartout/App/PassepartoutApp.swift | 2 +- Passepartout/App/Reusable/ActivityView.swift | 2 +- Passepartout/App/Reusable/AddingTextField.swift | 2 +- Passepartout/App/Reusable/Binding+Extensions.swift | 2 +- Passepartout/App/Reusable/CopySavingButton.swift | 2 +- Passepartout/App/Reusable/EditableTextList.swift | 2 +- Passepartout/App/Reusable/GenericCreditsView.swift | 2 +- Passepartout/App/Reusable/GenericVersionView.swift | 2 +- Passepartout/App/Reusable/IntentActivity.swift | 2 +- Passepartout/App/Reusable/IntentAddView.swift | 2 +- Passepartout/App/Reusable/IntentEditView.swift | 2 +- Passepartout/App/Reusable/LockableView.swift | 2 +- Passepartout/App/Reusable/LongContentView.swift | 2 +- Passepartout/App/Reusable/MailComposerView.swift | 2 +- Passepartout/App/Reusable/RevealingSecureField.swift | 2 +- Passepartout/App/Reusable/Reviewer.swift | 2 +- Passepartout/App/Reusable/Shortcut.swift | 2 +- Passepartout/App/Reusable/StyledPicker.swift | 2 +- Passepartout/App/SceneDelegate+Shortcuts.swift | 2 +- Passepartout/App/SceneDelegate.swift | 2 +- Passepartout/App/Views/AboutView.swift | 2 +- Passepartout/App/Views/AccountView.swift | 2 +- Passepartout/App/Views/AddHostView+Name.swift | 2 +- Passepartout/App/Views/AddHostView.swift | 2 +- Passepartout/App/Views/AddHostViewModel.swift | 2 +- Passepartout/App/Views/AddProfileMenu.swift | 2 +- Passepartout/App/Views/AddProfileView.swift | 2 +- Passepartout/App/Views/AddProviderView+Name.swift | 2 +- Passepartout/App/Views/AddProviderView.swift | 2 +- Passepartout/App/Views/AddProviderViewModel.swift | 2 +- Passepartout/App/Views/CreditsView.swift | 2 +- Passepartout/App/Views/DebugLogView.swift | 2 +- Passepartout/App/Views/DiagnosticsSection.swift | 2 +- Passepartout/App/Views/DiagnosticsView+OpenVPN.swift | 2 +- Passepartout/App/Views/DiagnosticsView+WireGuard.swift | 2 +- Passepartout/App/Views/DiagnosticsView.swift | 2 +- Passepartout/App/Views/DonateView.swift | 2 +- Passepartout/App/Views/EndpointAdvancedView+OpenVPN.swift | 2 +- Passepartout/App/Views/EndpointAdvancedView+WireGuard.swift | 2 +- Passepartout/App/Views/EndpointAdvancedView.swift | 2 +- Passepartout/App/Views/EndpointView+Add.swift | 2 +- Passepartout/App/Views/EndpointView+OpenVPN.swift | 2 +- Passepartout/App/Views/EndpointView+WireGuard.swift | 2 +- Passepartout/App/Views/EndpointView.swift | 2 +- Passepartout/App/Views/InteractiveConnectionView.swift | 2 +- Passepartout/App/Views/LogoView.swift | 2 +- Passepartout/App/Views/MainView.swift | 2 +- Passepartout/App/Views/NetworkSettingsView.swift | 2 +- Passepartout/App/Views/OnDemandView+SSID.swift | 2 +- Passepartout/App/Views/OnDemandView.swift | 2 +- Passepartout/App/Views/OrganizerView+ProfileRow.swift | 2 +- Passepartout/App/Views/OrganizerView+Profiles.swift | 2 +- Passepartout/App/Views/OrganizerView+Scene.swift | 2 +- Passepartout/App/Views/OrganizerView.swift | 2 +- Passepartout/App/Views/PaywallView+Purchase.swift | 2 +- Passepartout/App/Views/PaywallView+Restricted.swift | 2 +- Passepartout/App/Views/PaywallView.swift | 2 +- Passepartout/App/Views/ProfileView+Configuration.swift | 2 +- Passepartout/App/Views/ProfileView+Extra.swift | 2 +- Passepartout/App/Views/ProfileView+MainMenu.swift | 2 +- Passepartout/App/Views/ProfileView+Provider.swift | 2 +- Passepartout/App/Views/ProfileView+Rename.swift | 2 +- Passepartout/App/Views/ProfileView+TV.swift | 2 +- Passepartout/App/Views/ProfileView+VPN.swift | 2 +- Passepartout/App/Views/ProfileView.swift | 2 +- Passepartout/App/Views/ProviderLocationView.swift | 2 +- Passepartout/App/Views/ProviderPresetView.swift | 2 +- Passepartout/App/Views/ReportIssueView.swift | 2 +- Passepartout/App/Views/SettingsButton.swift | 2 +- Passepartout/App/Views/SettingsView.swift | 2 +- Passepartout/App/Views/ShortcutsView+Add.swift | 2 +- Passepartout/App/Views/ShortcutsView.swift | 2 +- Passepartout/App/Views/TV/ActiveProfileView+TV.swift | 2 +- Passepartout/App/Views/TV/MainView+TV.swift | 2 +- Passepartout/App/Views/TV/OrganizerView+TV.swift | 2 +- Passepartout/App/Views/TV/ProfilesList+TV.swift | 2 +- Passepartout/App/Views/VPNStatusText.swift | 2 +- Passepartout/App/Views/VPNToggle.swift | 2 +- Passepartout/App/Views/VersionView.swift | 2 +- Passepartout/App/Views/View+Extensions.swift | 2 +- Passepartout/App/Views/WelcomeView.swift | 2 +- Passepartout/App/de.lproj/InfoPlist.strings | 2 +- Passepartout/App/de.lproj/Localizable.strings | 2 +- Passepartout/App/el.lproj/InfoPlist.strings | 2 +- Passepartout/App/el.lproj/Localizable.strings | 2 +- Passepartout/App/en.lproj/InfoPlist.strings | 2 +- Passepartout/App/en.lproj/Localizable.strings | 2 +- Passepartout/App/es.lproj/InfoPlist.strings | 2 +- Passepartout/App/es.lproj/Localizable.strings | 2 +- Passepartout/App/fastlane/ios/metadata/copyright.txt | 2 +- Passepartout/App/fr.lproj/InfoPlist.strings | 2 +- Passepartout/App/fr.lproj/Localizable.strings | 2 +- Passepartout/App/it.lproj/InfoPlist.strings | 2 +- Passepartout/App/it.lproj/Localizable.strings | 2 +- Passepartout/App/nl.lproj/InfoPlist.strings | 2 +- Passepartout/App/nl.lproj/Localizable.strings | 2 +- Passepartout/App/pl.lproj/InfoPlist.strings | 2 +- Passepartout/App/pl.lproj/Localizable.strings | 2 +- Passepartout/App/pt.lproj/InfoPlist.strings | 2 +- Passepartout/App/pt.lproj/Localizable.strings | 2 +- Passepartout/App/ru.lproj/InfoPlist.strings | 2 +- Passepartout/App/ru.lproj/Localizable.strings | 2 +- Passepartout/App/sv.lproj/InfoPlist.strings | 2 +- Passepartout/App/sv.lproj/Localizable.strings | 2 +- Passepartout/App/uk.lproj/InfoPlist.strings | 2 +- Passepartout/App/uk.lproj/Localizable.strings | 2 +- Passepartout/App/zh-Hans.lproj/InfoPlist.strings | 2 +- Passepartout/App/zh-Hans.lproj/Localizable.strings | 2 +- Passepartout/AppShared/Mac/MacBridge.swift | 2 +- Passepartout/AppShared/Mac/MacMenu.swift | 2 +- Passepartout/AppShared/Mac/MacUtils.swift | 2 +- .../AppShared/Mac/Managers/LightProfileManager.swift | 2 +- .../AppShared/Mac/Managers/LightProviderManager.swift | 2 +- Passepartout/AppShared/Mac/Managers/LightUtils.swift | 2 +- Passepartout/AppShared/Mac/Managers/LightVPNManager.swift | 2 +- Passepartout/Constants.swift | 2 +- Passepartout/Launcher/AppDelegate.swift | 2 +- Passepartout/Launcher/Constants/Constants+Launcher.swift | 2 +- Passepartout/Launcher/PassepartoutLauncherApp.swift | 2 +- Passepartout/Mac/Bridging-Header.h | 2 +- Passepartout/Mac/Constants/Constants+Mac.swift | 2 +- Passepartout/Mac/Constants/Theme.swift | 2 +- Passepartout/Mac/Mac/DefaultMacMenu.swift | 2 +- Passepartout/Mac/Mac/DefaultMacUtils.swift | 2 +- Passepartout/Mac/PassepartoutMac.swift | 2 +- Passepartout/Mac/Reusable/Item.swift | 2 +- Passepartout/Mac/Reusable/ItemGroup.swift | 2 +- Passepartout/Mac/Reusable/ObservableProcessTransformer.swift | 2 +- Passepartout/Mac/Reusable/ProcessTransformer.h | 2 +- Passepartout/Mac/Reusable/ProcessTransformer.m | 2 +- Passepartout/Mac/Reusable/SeparatorItem.swift | 2 +- Passepartout/Mac/Reusable/StaticSystemMenu.swift | 2 +- Passepartout/Mac/Reusable/SystemMenu.swift | 2 +- Passepartout/Mac/Reusable/TextItem+ViewModel.swift | 2 +- Passepartout/Mac/Reusable/TextItem.swift | 2 +- Passepartout/Mac/Views/HostProfileItem+ViewModel.swift | 2 +- Passepartout/Mac/Views/HostProfileItem.swift | 2 +- Passepartout/Mac/Views/LaunchOnLoginItem+ViewModel.swift | 2 +- Passepartout/Mac/Views/LaunchOnLoginItem.swift | 2 +- Passepartout/Mac/Views/PassepartoutMenu+StatusButton.swift | 2 +- Passepartout/Mac/Views/PassepartoutMenu.swift | 2 +- Passepartout/Mac/Views/ProfileItemGroup.swift | 2 +- Passepartout/Mac/Views/ProviderLocationItem+ViewModel.swift | 2 +- Passepartout/Mac/Views/ProviderLocationItem.swift | 2 +- Passepartout/Mac/Views/ProviderProfileItem+ViewModel.swift | 2 +- Passepartout/Mac/Views/ProviderProfileItem.swift | 2 +- Passepartout/Mac/Views/ProviderServerItem+ViewModel.swift | 2 +- Passepartout/Mac/Views/ProviderServerItem.swift | 2 +- Passepartout/Mac/Views/VPNItemGroup+ViewModel.swift | 2 +- Passepartout/Mac/Views/VPNItemGroup.swift | 2 +- Passepartout/Mac/Views/VisibilityItem+ViewModel.swift | 2 +- Passepartout/Mac/Views/VisibilityItem.swift | 2 +- Passepartout/Tunnel/NEPacketTunnelProvider+Expiration.swift | 2 +- Passepartout/Tunnel/OpenVPN/Constants+Tunnel.swift | 2 +- Passepartout/Tunnel/OpenVPN/PacketTunnelProvider.swift | 2 +- Passepartout/Tunnel/TunnelError.swift | 2 +- Passepartout/Tunnel/WireGuard/Constants+Tunnel.swift | 2 +- Passepartout/Tunnel/WireGuard/PacketTunnelProvider.swift | 2 +- PassepartoutLibrary/Package.swift | 2 +- .../Sources/PassepartoutCore/Domain/VPNProtocolType.swift | 2 +- .../Sources/PassepartoutCore/Passepartout.swift | 2 +- .../PassepartoutCore/Reusable/CoreDataPersistentStore.swift | 2 +- .../PassepartoutCore/Reusable/CoreLocationWifiObserver.swift | 2 +- .../PassepartoutCore/Reusable/FetchedValueHolder.swift | 2 +- .../PassepartoutCore/Reusable/GenericWebEndpoint.swift | 2 +- .../Sources/PassepartoutCore/Reusable/GenericWebParser.swift | 2 +- .../PassepartoutCore/Reusable/GenericWebResponse.swift | 2 +- .../PassepartoutCore/Reusable/GenericWebServices.swift | 2 +- .../Sources/PassepartoutCore/Reusable/InApp.swift | 2 +- .../Sources/PassepartoutCore/Reusable/JSON+Codable.swift | 2 +- .../Sources/PassepartoutCore/Reusable/KeyValueStore.swift | 2 +- .../Sources/PassepartoutCore/Reusable/KeyedCache.swift | 2 +- .../PassepartoutCore/Reusable/LocalizableEntity.swift | 2 +- .../Sources/PassepartoutCore/Reusable/Logger.swift | 2 +- .../Sources/PassepartoutCore/Reusable/Mapper.swift | 2 +- .../Sources/PassepartoutCore/Reusable/RateLimited.swift | 2 +- .../Sources/PassepartoutCore/Reusable/SandboxChecker.swift | 2 +- .../Sources/PassepartoutCore/Reusable/StoreKitInApp.swift | 2 +- .../PassepartoutCore/Reusable/StrippableContent.swift | 2 +- .../Sources/PassepartoutCore/Reusable/Validators.swift | 2 +- .../Sources/PassepartoutCore/Reusable/ValueHolder.swift | 2 +- .../Sources/PassepartoutCore/Reusable/Wifi.swift | 2 +- .../Sources/PassepartoutCore/Utils/Utils+Async.swift | 2 +- .../Sources/PassepartoutCore/Utils/Utils+CoreData.swift | 2 +- .../Sources/PassepartoutCore/Utils/Utils+Dates.swift | 2 +- .../Sources/PassepartoutCore/Utils/Utils+FileManager.swift | 2 +- .../Sources/PassepartoutCore/Utils/Utils+Logging.swift | 2 +- .../Sources/PassepartoutCore/Utils/Utils+Network.swift | 2 +- .../Sources/PassepartoutCore/Utils/Utils+Strings.swift | 2 +- .../Sources/PassepartoutCore/Utils/Utils+URL.swift | 2 +- .../Sources/PassepartoutCore/Utils/Utils.swift | 2 +- .../Sources/PassepartoutFrontend/Domain/AppType.swift | 2 +- .../Sources/PassepartoutFrontend/Domain/BuildProducts.swift | 2 +- .../PassepartoutFrontend/Domain/LocalProduct+InApp.swift | 2 +- .../Sources/PassepartoutFrontend/Domain/LocalProduct.swift | 2 +- .../Sources/PassepartoutFrontend/Domain/ReceiptReader.swift | 2 +- .../PassepartoutFrontend/Managers/ProductManager.swift | 2 +- .../PassepartoutProviders/Domain/CredentialsPurpose.swift | 2 +- .../Sources/PassepartoutProviders/Domain/Errors.swift | 2 +- .../PassepartoutProviders/Domain/ProviderCategory.swift | 2 +- .../PassepartoutProviders/Domain/ProviderLocation.swift | 2 +- .../PassepartoutProviders/Domain/ProviderMetadata.swift | 2 +- .../Sources/PassepartoutProviders/Domain/ProviderName.swift | 2 +- .../PassepartoutProviders/Domain/ProviderServer.swift | 2 +- .../Extensions/Domain+Identifiable.swift | 2 +- .../PassepartoutProviders/Extensions/Domain+Loggable.swift | 2 +- .../Extensions/ProviderName+Credentials.swift | 2 +- .../Extensions/ProviderName+Providers.swift | 2 +- .../PassepartoutProviders/Managers/ProviderManager.swift | 2 +- .../Strategies/InfrastructureRepository.swift | 2 +- .../Strategies/LocalProvidersRepository.swift | 2 +- .../Strategies/ProviderRepository.swift | 2 +- .../Strategies/RemoteProvidersStrategy.swift | 2 +- .../PassepartoutProviders/Strategies/ServerRepository.swift | 2 +- .../Data/ProvidersPersistence.swift | 2 +- .../Strategies/APIRemoteProvidersStrategy.swift | 2 +- .../Strategies/APIWebServices.swift | 2 +- .../CDLocalProvidersRepository+Infrastructure.swift | 2 +- .../Strategies/CDLocalProvidersRepository+Provider.swift | 2 +- .../Strategies/CDLocalProvidersRepository+Server.swift | 2 +- .../Strategies/CDLocalProvidersRepository.swift | 2 +- .../Strategies/CDWebServicesRepository.swift | 2 +- .../Strategies/CategoryMapper.swift | 2 +- .../Strategies/DefaultSettingsMapper.swift | 2 +- .../Strategies/InfrastructureMapper.swift | 2 +- .../Strategies/LocationMapper.swift | 2 +- .../PassepartoutProvidersImpl/Strategies/PresetMapper.swift | 2 +- .../Strategies/ProviderMapper.swift | 2 +- .../PassepartoutProvidersImpl/Strategies/ServerMapper.swift | 2 +- .../PassepartoutServices/Domain/WSProviderCategory.swift | 2 +- .../Domain/WSProviderInfrastructure.swift | 2 +- .../PassepartoutServices/Domain/WSProviderLocation.swift | 2 +- .../Sources/PassepartoutServices/Domain/WSProviderName.swift | 2 +- .../PassepartoutServices/Domain/WSProviderPreset.swift | 2 +- .../PassepartoutServices/Domain/WSProviderServer.swift | 2 +- .../PassepartoutServices/Domain/WSProvidersIndex.swift | 2 +- .../Sources/PassepartoutServices/Domain/WSVPNProtocol.swift | 2 +- .../PassepartoutServices/Strategies/WebServices.swift | 2 +- .../Strategies/WebServicesRepository.swift | 2 +- .../Sources/PassepartoutVPN/Domain/DebugLog.swift | 2 +- .../Sources/PassepartoutVPN/Domain/Errors.swift | 2 +- .../Sources/PassepartoutVPN/Domain/Network.swift | 2 +- .../Sources/PassepartoutVPN/Domain/Profile+Account.swift | 2 +- .../Sources/PassepartoutVPN/Domain/Profile+Header.swift | 2 +- .../Sources/PassepartoutVPN/Domain/Profile+Host.swift | 2 +- .../PassepartoutVPN/Domain/Profile+NetworkSettings.swift | 2 +- .../Sources/PassepartoutVPN/Domain/Profile+OnDemand.swift | 2 +- .../PassepartoutVPN/Domain/Profile+OpenVPNSettings.swift | 2 +- .../Sources/PassepartoutVPN/Domain/Profile+Provider.swift | 2 +- .../PassepartoutVPN/Domain/Profile+WireGuardSettings.swift | 2 +- .../Sources/PassepartoutVPN/Domain/Profile.swift | 2 +- .../PassepartoutVPN/Domain/VPNConfigurationParameters.swift | 2 +- .../Sources/PassepartoutVPN/Domain/VPNPreferences.swift | 2 +- .../Sources/PassepartoutVPN/Domain/VPNState.swift | 2 +- .../PassepartoutVPN/Extensions/DebugLog+Extensions.swift | 2 +- .../Sources/PassepartoutVPN/Extensions/Domain+Loggable.swift | 2 +- .../Sources/PassepartoutVPN/Extensions/Host+Extensions.swift | 2 +- .../Extensions/NetworkSettings+Extensions.swift | 2 +- .../PassepartoutVPN/Extensions/OnDemand+Extensions.swift | 2 +- .../PassepartoutVPN/Extensions/Profile+Extensions.swift | 2 +- .../PassepartoutVPN/Extensions/Provider+Extensions.swift | 2 +- .../Sources/PassepartoutVPN/Managers/ObservableProfile.swift | 2 +- .../PassepartoutVPN/Managers/ObservableVPNState.swift | 2 +- .../PassepartoutVPN/Managers/ProfileManager+Extensions.swift | 2 +- .../Sources/PassepartoutVPN/Managers/ProfileManager.swift | 2 +- .../PassepartoutVPN/Managers/VPNManager+Extensions.swift | 2 +- .../Sources/PassepartoutVPN/Managers/VPNManager.swift | 2 +- .../PassepartoutVPN/Strategies/ProfileRepository.swift | 2 +- .../PassepartoutVPN/Strategies/SecretRepository.swift | 2 +- .../PassepartoutVPN/Strategies/VPNManagerStrategy.swift | 2 +- .../Sources/PassepartoutVPNImpl/Data/VPNPersistence.swift | 2 +- .../PassepartoutVPNImpl/Extensions/OnDemand+Rules.swift | 2 +- .../Extensions/OpenVPNSettings+Network.swift | 2 +- .../Extensions/OpenVPNSettings+TunnelKit.swift | 2 +- .../Extensions/PassepartoutProviders+TunnelKit.swift | 2 +- .../Extensions/PassepartoutVPN+StrippableContent.swift | 2 +- .../Extensions/Profile+ProviderManager.swift | 2 +- .../Extensions/ProfileManager+TunnelKit.swift | 2 +- .../Extensions/ProviderManager+Extensions.swift | 2 +- .../Extensions/VPNProtocolType+Extensions.swift | 2 +- .../Extensions/WireGuardSettings+Network.swift | 2 +- .../Extensions/WireGuardSettings+TunnelKit.swift | 2 +- .../PassepartoutVPNImpl/Strategies/CDProfileRepository.swift | 2 +- .../Strategies/KeychainSecretRepository.swift | 2 +- .../PassepartoutVPNImpl/Strategies/ProfileMapper.swift | 2 +- .../PassepartoutVPNImpl/Strategies/SwiftyBeaverLogger.swift | 2 +- .../Strategies/TunnelKitVPNManagerStrategy.swift | 2 +- .../PassepartoutVPNImpl/Strategies/UserDefaultsStore.swift | 2 +- .../Tests/PassepartoutCoreTests/CoreTests.swift | 2 +- .../Tests/PassepartoutFrontendTests/Mock/MockInApp.swift | 2 +- .../PassepartoutFrontendTests/Mock/MockReceiptReader.swift | 2 +- .../PassepartoutFrontendTests/ProductManagerTests.swift | 2 +- .../PassepartoutProvidersTests/ProviderManagerTests.swift | 2 +- .../Tests/PassepartoutServicesTests/WebServicesTests.swift | 2 +- 335 files changed, 337 insertions(+), 338 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-copyright_clause.md b/.github/ISSUE_TEMPLATE/2-copyright_clause.md index 35c833c0..90a8ace0 100644 --- a/.github/ISSUE_TEMPLATE/2-copyright_clause.md +++ b/.github/ISSUE_TEMPLATE/2-copyright_clause.md @@ -8,14 +8,13 @@ labels: "refactoring" - [ ] README - [ ] Project Config -- [ ] File haders +- [ ] File headers - [ ] fastlane metadata ## TunnelKit - [ ] README -- [ ] LICENSE -- [ ] File haders +- [ ] File headers ## Website diff --git a/Config.xcconfig b/Config.xcconfig index 723c0fcb..64dc7bcc 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/24/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // @@ -32,7 +32,7 @@ CFG_MAC_ID = com.algoritmico.ios.PassepartoutMac CFG_LAUNCHER_ID = com.algoritmico.ios.PassepartoutLauncher CFG_GROUP_ID = com.algoritmico.Passepartout CFG_APPSTORE_ID = 1433648537 -CFG_COPYRIGHT = Copyright © 2023 Davide De Rosa. All rights reserved. +CFG_COPYRIGHT = Copyright © 2024 Davide De Rosa. All rights reserved. PATH = $(PATH):/opt/homebrew/bin:/usr/local/bin:/usr/local/go/bin CUSTOM_SCRIPT_PATH = $(PATH) diff --git a/Passepartout.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Passepartout.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 3f13c4aa..7cf50271 100644 --- a/Passepartout.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Passepartout.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -50,7 +50,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/passepartoutvpn/tunnelkit", "state" : { - "revision" : "f2c0fb079e2a318a4717d5fb8daa8f149174dadd" + "revision" : "6ab1759e048867fbca9bd5d33f2dc7eb1fa79ca6" } }, { diff --git a/Passepartout/App/AppDelegate.swift b/Passepartout/App/AppDelegate.swift index 8c9298c3..d85fd82a 100644 --- a/Passepartout/App/AppDelegate.swift +++ b/Passepartout/App/AppDelegate.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Constants/Constants+App.swift b/Passepartout/App/Constants/Constants+App.swift index 29cf5846..04c2dc09 100644 --- a/Passepartout/App/Constants/Constants+App.swift +++ b/Passepartout/App/Constants/Constants+App.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 9/15/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Constants/Constants+Library.swift b/Passepartout/App/Constants/Constants+Library.swift index acf5c970..0659cf4c 100644 --- a/Passepartout/App/Constants/Constants+Library.swift +++ b/Passepartout/App/Constants/Constants+Library.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Constants/Theme.swift b/Passepartout/App/Constants/Theme.swift index c79f4422..08ea7648 100644 --- a/Passepartout/App/Constants/Theme.swift +++ b/Passepartout/App/Constants/Theme.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/24/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Context/AppContext+Shared.swift b/Passepartout/App/Context/AppContext+Shared.swift index 27fb8f82..c016ef90 100644 --- a/Passepartout/App/Context/AppContext+Shared.swift +++ b/Passepartout/App/Context/AppContext+Shared.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Context/AppContext.swift b/Passepartout/App/Context/AppContext.swift index 8b5a5ffe..e1bde17d 100644 --- a/Passepartout/App/Context/AppContext.swift +++ b/Passepartout/App/Context/AppContext.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/17/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Context/CoreContext.swift b/Passepartout/App/Context/CoreContext.swift index 63f16d0b..088585d3 100644 --- a/Passepartout/App/Context/CoreContext.swift +++ b/Passepartout/App/Context/CoreContext.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/4/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Context/MockProfileRepository.swift b/Passepartout/App/Context/MockProfileRepository.swift index b379faed..8b7c2fb7 100644 --- a/Passepartout/App/Context/MockProfileRepository.swift +++ b/Passepartout/App/Context/MockProfileRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/18/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Domain/AppError.swift b/Passepartout/App/Domain/AppError.swift index a19de46e..fa17d25f 100644 --- a/Passepartout/App/Domain/AppError.swift +++ b/Passepartout/App/Domain/AppError.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/30/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Domain/AppPreference.swift b/Passepartout/App/Domain/AppPreference.swift index f15ec4bc..4debe8fc 100644 --- a/Passepartout/App/Domain/AppPreference.swift +++ b/Passepartout/App/Domain/AppPreference.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Domain/IntentDispatcher+Activities.swift b/Passepartout/App/Domain/IntentDispatcher+Activities.swift index cf653e98..2a239888 100644 --- a/Passepartout/App/Domain/IntentDispatcher+Activities.swift +++ b/Passepartout/App/Domain/IntentDispatcher+Activities.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/30/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Domain/IntentDispatcher.swift b/Passepartout/App/Domain/IntentDispatcher.swift index 2f662015..a6e90d56 100644 --- a/Passepartout/App/Domain/IntentDispatcher.swift +++ b/Passepartout/App/Domain/IntentDispatcher.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/8/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Domain/Picker+Network.swift b/Passepartout/App/Domain/Picker+Network.swift index a7be62ac..96dbdd8d 100644 --- a/Passepartout/App/Domain/Picker+Network.swift +++ b/Passepartout/App/Domain/Picker+Network.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Domain/Picker+OpenVPN.swift b/Passepartout/App/Domain/Picker+OpenVPN.swift index 7fa6e64a..3bbb49a8 100644 --- a/Passepartout/App/Domain/Picker+OpenVPN.swift +++ b/Passepartout/App/Domain/Picker+OpenVPN.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/22/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Domain/StoreKitReceiptReader.swift b/Passepartout/App/Domain/StoreKitReceiptReader.swift index 471d80ee..0b4b08ee 100644 --- a/Passepartout/App/Domain/StoreKitReceiptReader.swift +++ b/Passepartout/App/Domain/StoreKitReceiptReader.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/20/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Extensions/DebugLog+Constants.swift b/Passepartout/App/Extensions/DebugLog+Constants.swift index 12484b03..5bf8d8e6 100644 --- a/Passepartout/App/Extensions/DebugLog+Constants.swift +++ b/Passepartout/App/Extensions/DebugLog+Constants.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/24/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Extensions/PassepartoutProviders+Extensions.swift b/Passepartout/App/Extensions/PassepartoutProviders+Extensions.swift index 6cd86c89..9f68b695 100644 --- a/Passepartout/App/Extensions/PassepartoutProviders+Extensions.swift +++ b/Passepartout/App/Extensions/PassepartoutProviders+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 11/4/21. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Extensions/ProviderProfileAvailability.swift b/Passepartout/App/Extensions/ProviderProfileAvailability.swift index 88af7f4f..ad2f3d69 100644 --- a/Passepartout/App/Extensions/ProviderProfileAvailability.swift +++ b/Passepartout/App/Extensions/ProviderProfileAvailability.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Extensions/TunnelKit+Extensions.swift b/Passepartout/App/Extensions/TunnelKit+Extensions.swift index e374eedc..d56ed90e 100644 --- a/Passepartout/App/Extensions/TunnelKit+Extensions.swift +++ b/Passepartout/App/Extensions/TunnelKit+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/12/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Extensions/VPNProtocolType+FileExtensions.swift b/Passepartout/App/Extensions/VPNProtocolType+FileExtensions.swift index b148c71f..ea85aee2 100644 --- a/Passepartout/App/Extensions/VPNProtocolType+FileExtensions.swift +++ b/Passepartout/App/Extensions/VPNProtocolType+FileExtensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/L10n/Core+L10n.swift b/Passepartout/App/L10n/Core+L10n.swift index 26d6eea6..7457243f 100644 --- a/Passepartout/App/L10n/Core+L10n.swift +++ b/Passepartout/App/L10n/Core+L10n.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/L10n/Errors+L10n.swift b/Passepartout/App/L10n/Errors+L10n.swift index ae88e2c0..5981539e 100644 --- a/Passepartout/App/L10n/Errors+L10n.swift +++ b/Passepartout/App/L10n/Errors+L10n.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/30/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/L10n/OpenVPN+L10n.swift b/Passepartout/App/L10n/OpenVPN+L10n.swift index 5fd05f63..ceb8817e 100644 --- a/Passepartout/App/L10n/OpenVPN+L10n.swift +++ b/Passepartout/App/L10n/OpenVPN+L10n.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/L10n/Providers+L10n.swift b/Passepartout/App/L10n/Providers+L10n.swift index 06d86d4e..c76ff4a2 100644 --- a/Passepartout/App/L10n/Providers+L10n.swift +++ b/Passepartout/App/L10n/Providers+L10n.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/L10n/TunnelKit+L10n.swift b/Passepartout/App/L10n/TunnelKit+L10n.swift index db8b0b1e..a6adf9c9 100644 --- a/Passepartout/App/L10n/TunnelKit+L10n.swift +++ b/Passepartout/App/L10n/TunnelKit+L10n.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/12/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/L10n/Unlocalized.swift b/Passepartout/App/L10n/Unlocalized.swift index fa0380d2..3cc6ed5b 100644 --- a/Passepartout/App/L10n/Unlocalized.swift +++ b/Passepartout/App/L10n/Unlocalized.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/L10n/WireGuard+L10n.swift b/Passepartout/App/L10n/WireGuard+L10n.swift index 8a1dfc96..fdf073f9 100644 --- a/Passepartout/App/L10n/WireGuard+L10n.swift +++ b/Passepartout/App/L10n/WireGuard+L10n.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/12/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Mac/MacBundle.swift b/Passepartout/App/Mac/MacBundle.swift index 95a7e07b..21e32e99 100644 --- a/Passepartout/App/Mac/MacBundle.swift +++ b/Passepartout/App/Mac/MacBundle.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Mac/MacBundleDelegate.swift b/Passepartout/App/Mac/MacBundleDelegate.swift index cb4bdc5d..387b48da 100644 --- a/Passepartout/App/Mac/MacBundleDelegate.swift +++ b/Passepartout/App/Mac/MacBundleDelegate.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Mac/Managers/DefaultLightProfileManager.swift b/Passepartout/App/Mac/Managers/DefaultLightProfileManager.swift index a576df90..97702fe2 100644 --- a/Passepartout/App/Mac/Managers/DefaultLightProfileManager.swift +++ b/Passepartout/App/Mac/Managers/DefaultLightProfileManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Mac/Managers/DefaultLightProviderManager.swift b/Passepartout/App/Mac/Managers/DefaultLightProviderManager.swift index 18a0cd76..9a0363d0 100644 --- a/Passepartout/App/Mac/Managers/DefaultLightProviderManager.swift +++ b/Passepartout/App/Mac/Managers/DefaultLightProviderManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Mac/Managers/DefaultLightUtils.swift b/Passepartout/App/Mac/Managers/DefaultLightUtils.swift index 0f9e2437..e6532d67 100644 --- a/Passepartout/App/Mac/Managers/DefaultLightUtils.swift +++ b/Passepartout/App/Mac/Managers/DefaultLightUtils.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/16/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Mac/Managers/DefaultLightVPNManager.swift b/Passepartout/App/Mac/Managers/DefaultLightVPNManager.swift index 07a07580..ee27fd54 100644 --- a/Passepartout/App/Mac/Managers/DefaultLightVPNManager.swift +++ b/Passepartout/App/Mac/Managers/DefaultLightVPNManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Managers/DefaultUpgradeManagerStrategy.swift b/Passepartout/App/Managers/DefaultUpgradeManagerStrategy.swift index 5ced2f72..f552240e 100644 --- a/Passepartout/App/Managers/DefaultUpgradeManagerStrategy.swift +++ b/Passepartout/App/Managers/DefaultUpgradeManagerStrategy.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/20/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Managers/IntentsManager.swift b/Passepartout/App/Managers/IntentsManager.swift index eb252ed0..c36acd76 100644 --- a/Passepartout/App/Managers/IntentsManager.swift +++ b/Passepartout/App/Managers/IntentsManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/30/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Managers/PersistenceManager.swift b/Passepartout/App/Managers/PersistenceManager.swift index 5ac7c509..927f85dc 100644 --- a/Passepartout/App/Managers/PersistenceManager.swift +++ b/Passepartout/App/Managers/PersistenceManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/6/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Managers/UpgradeManager.swift b/Passepartout/App/Managers/UpgradeManager.swift index d4a5066d..3d003a00 100644 --- a/Passepartout/App/Managers/UpgradeManager.swift +++ b/Passepartout/App/Managers/UpgradeManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Managers/UpgradeManagerStrategy.swift b/Passepartout/App/Managers/UpgradeManagerStrategy.swift index 2c1ae67f..a547f46a 100644 --- a/Passepartout/App/Managers/UpgradeManagerStrategy.swift +++ b/Passepartout/App/Managers/UpgradeManagerStrategy.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/20/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/PassepartoutApp.swift b/Passepartout/App/PassepartoutApp.swift index 9f8bbbc3..88fc3dc4 100644 --- a/Passepartout/App/PassepartoutApp.swift +++ b/Passepartout/App/PassepartoutApp.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/28/21. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/ActivityView.swift b/Passepartout/App/Reusable/ActivityView.swift index 73e6fd3a..41aa32c8 100644 --- a/Passepartout/App/Reusable/ActivityView.swift +++ b/Passepartout/App/Reusable/ActivityView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/AddingTextField.swift b/Passepartout/App/Reusable/AddingTextField.swift index ea7f921f..3d1947c8 100644 --- a/Passepartout/App/Reusable/AddingTextField.swift +++ b/Passepartout/App/Reusable/AddingTextField.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/Binding+Extensions.swift b/Passepartout/App/Reusable/Binding+Extensions.swift index 580523fc..de666f80 100644 --- a/Passepartout/App/Reusable/Binding+Extensions.swift +++ b/Passepartout/App/Reusable/Binding+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/CopySavingButton.swift b/Passepartout/App/Reusable/CopySavingButton.swift index 128a8da5..545b0bf4 100644 --- a/Passepartout/App/Reusable/CopySavingButton.swift +++ b/Passepartout/App/Reusable/CopySavingButton.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/6/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/EditableTextList.swift b/Passepartout/App/Reusable/EditableTextList.swift index 7612e568..74141340 100644 --- a/Passepartout/App/Reusable/EditableTextList.swift +++ b/Passepartout/App/Reusable/EditableTextList.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/31/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/GenericCreditsView.swift b/Passepartout/App/Reusable/GenericCreditsView.swift index cbf162e9..3bda7bd6 100644 --- a/Passepartout/App/Reusable/GenericCreditsView.swift +++ b/Passepartout/App/Reusable/GenericCreditsView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/27/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/GenericVersionView.swift b/Passepartout/App/Reusable/GenericVersionView.swift index dff31c06..2c0aafde 100644 --- a/Passepartout/App/Reusable/GenericVersionView.swift +++ b/Passepartout/App/Reusable/GenericVersionView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/IntentActivity.swift b/Passepartout/App/Reusable/IntentActivity.swift index df0f84be..f76e6700 100644 --- a/Passepartout/App/Reusable/IntentActivity.swift +++ b/Passepartout/App/Reusable/IntentActivity.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/12/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/IntentAddView.swift b/Passepartout/App/Reusable/IntentAddView.swift index b78bc908..c56a1cc2 100644 --- a/Passepartout/App/Reusable/IntentAddView.swift +++ b/Passepartout/App/Reusable/IntentAddView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/13/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/IntentEditView.swift b/Passepartout/App/Reusable/IntentEditView.swift index 1cc5dc0a..d21bc7bd 100644 --- a/Passepartout/App/Reusable/IntentEditView.swift +++ b/Passepartout/App/Reusable/IntentEditView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/13/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/LockableView.swift b/Passepartout/App/Reusable/LockableView.swift index 9f26433b..4f4f4d41 100644 --- a/Passepartout/App/Reusable/LockableView.swift +++ b/Passepartout/App/Reusable/LockableView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/20/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/LongContentView.swift b/Passepartout/App/Reusable/LongContentView.swift index 86dbb536..5ba1e168 100644 --- a/Passepartout/App/Reusable/LongContentView.swift +++ b/Passepartout/App/Reusable/LongContentView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/4/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/MailComposerView.swift b/Passepartout/App/Reusable/MailComposerView.swift index 5b74b71d..004ef5ab 100644 --- a/Passepartout/App/Reusable/MailComposerView.swift +++ b/Passepartout/App/Reusable/MailComposerView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/23/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/RevealingSecureField.swift b/Passepartout/App/Reusable/RevealingSecureField.swift index a8a0cbf4..289e311e 100644 --- a/Passepartout/App/Reusable/RevealingSecureField.swift +++ b/Passepartout/App/Reusable/RevealingSecureField.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/22/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/Reviewer.swift b/Passepartout/App/Reusable/Reviewer.swift index ca5ba8b5..632b13b1 100644 --- a/Passepartout/App/Reusable/Reviewer.swift +++ b/Passepartout/App/Reusable/Reviewer.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 9/9/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/Shortcut.swift b/Passepartout/App/Reusable/Shortcut.swift index 7cbe31ea..8513521c 100644 --- a/Passepartout/App/Reusable/Shortcut.swift +++ b/Passepartout/App/Reusable/Shortcut.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/13/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Reusable/StyledPicker.swift b/Passepartout/App/Reusable/StyledPicker.swift index e0368544..206b4121 100644 --- a/Passepartout/App/Reusable/StyledPicker.swift +++ b/Passepartout/App/Reusable/StyledPicker.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/SceneDelegate+Shortcuts.swift b/Passepartout/App/SceneDelegate+Shortcuts.swift index 6338ac40..c17085f7 100644 --- a/Passepartout/App/SceneDelegate+Shortcuts.swift +++ b/Passepartout/App/SceneDelegate+Shortcuts.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/19/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/SceneDelegate.swift b/Passepartout/App/SceneDelegate.swift index e23ede84..5cf84f88 100644 --- a/Passepartout/App/SceneDelegate.swift +++ b/Passepartout/App/SceneDelegate.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/19/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/AboutView.swift b/Passepartout/App/Views/AboutView.swift index 3770694d..8dea171d 100644 --- a/Passepartout/App/Views/AboutView.swift +++ b/Passepartout/App/Views/AboutView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/AccountView.swift b/Passepartout/App/Views/AccountView.swift index b7d782e9..11ea2224 100644 --- a/Passepartout/App/Views/AccountView.swift +++ b/Passepartout/App/Views/AccountView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/11/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/AddHostView+Name.swift b/Passepartout/App/Views/AddHostView+Name.swift index 99b7298c..5c5d67e1 100644 --- a/Passepartout/App/Views/AddHostView+Name.swift +++ b/Passepartout/App/Views/AddHostView+Name.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/18/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/AddHostView.swift b/Passepartout/App/Views/AddHostView.swift index ba19fda6..a4891b35 100644 --- a/Passepartout/App/Views/AddHostView.swift +++ b/Passepartout/App/Views/AddHostView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/AddHostViewModel.swift b/Passepartout/App/Views/AddHostViewModel.swift index 50c67380..d78034c4 100644 --- a/Passepartout/App/Views/AddHostViewModel.swift +++ b/Passepartout/App/Views/AddHostViewModel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/AddProfileMenu.swift b/Passepartout/App/Views/AddProfileMenu.swift index 43525e4e..7273844e 100644 --- a/Passepartout/App/Views/AddProfileMenu.swift +++ b/Passepartout/App/Views/AddProfileMenu.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/18/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/AddProfileView.swift b/Passepartout/App/Views/AddProfileView.swift index 98d15dae..31228d6d 100644 --- a/Passepartout/App/Views/AddProfileView.swift +++ b/Passepartout/App/Views/AddProfileView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/AddProviderView+Name.swift b/Passepartout/App/Views/AddProviderView+Name.swift index 709475b9..6520fd6f 100644 --- a/Passepartout/App/Views/AddProviderView+Name.swift +++ b/Passepartout/App/Views/AddProviderView+Name.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/AddProviderView.swift b/Passepartout/App/Views/AddProviderView.swift index 4104b2a6..f0b88d40 100644 --- a/Passepartout/App/Views/AddProviderView.swift +++ b/Passepartout/App/Views/AddProviderView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/10/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/AddProviderViewModel.swift b/Passepartout/App/Views/AddProviderViewModel.swift index 7129be17..11b1db90 100644 --- a/Passepartout/App/Views/AddProviderViewModel.swift +++ b/Passepartout/App/Views/AddProviderViewModel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/CreditsView.swift b/Passepartout/App/Views/CreditsView.swift index bb58129d..3c1d4431 100644 --- a/Passepartout/App/Views/CreditsView.swift +++ b/Passepartout/App/Views/CreditsView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/DebugLogView.swift b/Passepartout/App/Views/DebugLogView.swift index d6036a62..e7b268c1 100644 --- a/Passepartout/App/Views/DebugLogView.swift +++ b/Passepartout/App/Views/DebugLogView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/DiagnosticsSection.swift b/Passepartout/App/Views/DiagnosticsSection.swift index ae129331..caba848d 100644 --- a/Passepartout/App/Views/DiagnosticsSection.swift +++ b/Passepartout/App/Views/DiagnosticsSection.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/17/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/DiagnosticsView+OpenVPN.swift b/Passepartout/App/Views/DiagnosticsView+OpenVPN.swift index 511e0f90..97eeb26e 100644 --- a/Passepartout/App/Views/DiagnosticsView+OpenVPN.swift +++ b/Passepartout/App/Views/DiagnosticsView+OpenVPN.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/11/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/DiagnosticsView+WireGuard.swift b/Passepartout/App/Views/DiagnosticsView+WireGuard.swift index ef96db63..27704701 100644 --- a/Passepartout/App/Views/DiagnosticsView+WireGuard.swift +++ b/Passepartout/App/Views/DiagnosticsView+WireGuard.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/11/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/DiagnosticsView.swift b/Passepartout/App/Views/DiagnosticsView.swift index 7be9e6a6..f71d0f1a 100644 --- a/Passepartout/App/Views/DiagnosticsView.swift +++ b/Passepartout/App/Views/DiagnosticsView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/20/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/DonateView.swift b/Passepartout/App/Views/DonateView.swift index bc8d8c88..c7273178 100644 --- a/Passepartout/App/Views/DonateView.swift +++ b/Passepartout/App/Views/DonateView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/EndpointAdvancedView+OpenVPN.swift b/Passepartout/App/Views/EndpointAdvancedView+OpenVPN.swift index 97315fea..00b65a8a 100644 --- a/Passepartout/App/Views/EndpointAdvancedView+OpenVPN.swift +++ b/Passepartout/App/Views/EndpointAdvancedView+OpenVPN.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/EndpointAdvancedView+WireGuard.swift b/Passepartout/App/Views/EndpointAdvancedView+WireGuard.swift index d266105e..7f924cc1 100644 --- a/Passepartout/App/Views/EndpointAdvancedView+WireGuard.swift +++ b/Passepartout/App/Views/EndpointAdvancedView+WireGuard.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/EndpointAdvancedView.swift b/Passepartout/App/Views/EndpointAdvancedView.swift index 769a1423..ddcf1731 100644 --- a/Passepartout/App/Views/EndpointAdvancedView.swift +++ b/Passepartout/App/Views/EndpointAdvancedView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/EndpointView+Add.swift b/Passepartout/App/Views/EndpointView+Add.swift index 686e7578..3b7304f8 100644 --- a/Passepartout/App/Views/EndpointView+Add.swift +++ b/Passepartout/App/Views/EndpointView+Add.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/22/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/EndpointView+OpenVPN.swift b/Passepartout/App/Views/EndpointView+OpenVPN.swift index b81a4f05..384c6a24 100644 --- a/Passepartout/App/Views/EndpointView+OpenVPN.swift +++ b/Passepartout/App/Views/EndpointView+OpenVPN.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/EndpointView+WireGuard.swift b/Passepartout/App/Views/EndpointView+WireGuard.swift index 00b21bdd..e8b7e25e 100644 --- a/Passepartout/App/Views/EndpointView+WireGuard.swift +++ b/Passepartout/App/Views/EndpointView+WireGuard.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/EndpointView.swift b/Passepartout/App/Views/EndpointView.swift index 63f0eadb..ae79498a 100644 --- a/Passepartout/App/Views/EndpointView.swift +++ b/Passepartout/App/Views/EndpointView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/27/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/InteractiveConnectionView.swift b/Passepartout/App/Views/InteractiveConnectionView.swift index d06e5229..c8dcef09 100644 --- a/Passepartout/App/Views/InteractiveConnectionView.swift +++ b/Passepartout/App/Views/InteractiveConnectionView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/LogoView.swift b/Passepartout/App/Views/LogoView.swift index 71342d68..490e1dfe 100644 --- a/Passepartout/App/Views/LogoView.swift +++ b/Passepartout/App/Views/LogoView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/20/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/MainView.swift b/Passepartout/App/Views/MainView.swift index 1c28aa00..0d9dd7cd 100644 --- a/Passepartout/App/Views/MainView.swift +++ b/Passepartout/App/Views/MainView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/NetworkSettingsView.swift b/Passepartout/App/Views/NetworkSettingsView.swift index e4ffad01..9e0462a8 100644 --- a/Passepartout/App/Views/NetworkSettingsView.swift +++ b/Passepartout/App/Views/NetworkSettingsView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/OnDemandView+SSID.swift b/Passepartout/App/Views/OnDemandView+SSID.swift index d3f17001..62682863 100644 --- a/Passepartout/App/Views/OnDemandView+SSID.swift +++ b/Passepartout/App/Views/OnDemandView+SSID.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/23/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/OnDemandView.swift b/Passepartout/App/Views/OnDemandView.swift index 0adb79b0..cf82bc8d 100644 --- a/Passepartout/App/Views/OnDemandView.swift +++ b/Passepartout/App/Views/OnDemandView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/23/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/OrganizerView+ProfileRow.swift b/Passepartout/App/Views/OrganizerView+ProfileRow.swift index 4c01b2e6..5a257a92 100644 --- a/Passepartout/App/Views/OrganizerView+ProfileRow.swift +++ b/Passepartout/App/Views/OrganizerView+ProfileRow.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/28/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/OrganizerView+Profiles.swift b/Passepartout/App/Views/OrganizerView+Profiles.swift index 97e87e51..7e1a0e0f 100644 --- a/Passepartout/App/Views/OrganizerView+Profiles.swift +++ b/Passepartout/App/Views/OrganizerView+Profiles.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/OrganizerView+Scene.swift b/Passepartout/App/Views/OrganizerView+Scene.swift index f79fcb2d..4ccb7732 100644 --- a/Passepartout/App/Views/OrganizerView+Scene.swift +++ b/Passepartout/App/Views/OrganizerView+Scene.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/2/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/OrganizerView.swift b/Passepartout/App/Views/OrganizerView.swift index 376e97f7..8fffbfd0 100644 --- a/Passepartout/App/Views/OrganizerView.swift +++ b/Passepartout/App/Views/OrganizerView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/6/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/PaywallView+Purchase.swift b/Passepartout/App/Views/PaywallView+Purchase.swift index 3f6ec78c..ad83e351 100644 --- a/Passepartout/App/Views/PaywallView+Purchase.swift +++ b/Passepartout/App/Views/PaywallView+Purchase.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/12/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/PaywallView+Restricted.swift b/Passepartout/App/Views/PaywallView+Restricted.swift index 563926dd..c3a3897c 100644 --- a/Passepartout/App/Views/PaywallView+Restricted.swift +++ b/Passepartout/App/Views/PaywallView+Restricted.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/22/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/PaywallView.swift b/Passepartout/App/Views/PaywallView.swift index 662e87f2..0ee668a5 100644 --- a/Passepartout/App/Views/PaywallView.swift +++ b/Passepartout/App/Views/PaywallView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/12/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ProfileView+Configuration.swift b/Passepartout/App/Views/ProfileView+Configuration.swift index 3c800faf..ac76fd87 100644 --- a/Passepartout/App/Views/ProfileView+Configuration.swift +++ b/Passepartout/App/Views/ProfileView+Configuration.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/27/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ProfileView+Extra.swift b/Passepartout/App/Views/ProfileView+Extra.swift index e4976a70..35cb7eb6 100644 --- a/Passepartout/App/Views/ProfileView+Extra.swift +++ b/Passepartout/App/Views/ProfileView+Extra.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/27/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ProfileView+MainMenu.swift b/Passepartout/App/Views/ProfileView+MainMenu.swift index 57b4a777..6b7d5d40 100644 --- a/Passepartout/App/Views/ProfileView+MainMenu.swift +++ b/Passepartout/App/Views/ProfileView+MainMenu.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/6/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ProfileView+Provider.swift b/Passepartout/App/Views/ProfileView+Provider.swift index 9a988a77..e166fdcf 100644 --- a/Passepartout/App/Views/ProfileView+Provider.swift +++ b/Passepartout/App/Views/ProfileView+Provider.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/18/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ProfileView+Rename.swift b/Passepartout/App/Views/ProfileView+Rename.swift index 0f599ea7..11709883 100644 --- a/Passepartout/App/Views/ProfileView+Rename.swift +++ b/Passepartout/App/Views/ProfileView+Rename.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/6/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ProfileView+TV.swift b/Passepartout/App/Views/ProfileView+TV.swift index bc107c0d..9febdba8 100644 --- a/Passepartout/App/Views/ProfileView+TV.swift +++ b/Passepartout/App/Views/ProfileView+TV.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/22/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ProfileView+VPN.swift b/Passepartout/App/Views/ProfileView+VPN.swift index 01f3745d..01c67fb2 100644 --- a/Passepartout/App/Views/ProfileView+VPN.swift +++ b/Passepartout/App/Views/ProfileView+VPN.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/18/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ProfileView.swift b/Passepartout/App/Views/ProfileView.swift index 984e3c20..a2c69f6b 100644 --- a/Passepartout/App/Views/ProfileView.swift +++ b/Passepartout/App/Views/ProfileView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/6/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ProviderLocationView.swift b/Passepartout/App/Views/ProviderLocationView.swift index 15f13bac..c10b43ec 100644 --- a/Passepartout/App/Views/ProviderLocationView.swift +++ b/Passepartout/App/Views/ProviderLocationView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ProviderPresetView.swift b/Passepartout/App/Views/ProviderPresetView.swift index 33ce37f4..23c41238 100644 --- a/Passepartout/App/Views/ProviderPresetView.swift +++ b/Passepartout/App/Views/ProviderPresetView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ReportIssueView.swift b/Passepartout/App/Views/ReportIssueView.swift index b684af5e..2b6f5643 100644 --- a/Passepartout/App/Views/ReportIssueView.swift +++ b/Passepartout/App/Views/ReportIssueView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/24/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/SettingsButton.swift b/Passepartout/App/Views/SettingsButton.swift index 309cab67..38247ae2 100644 --- a/Passepartout/App/Views/SettingsButton.swift +++ b/Passepartout/App/Views/SettingsButton.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/18/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/SettingsView.swift b/Passepartout/App/Views/SettingsView.swift index 903bb4ae..12e3819e 100644 --- a/Passepartout/App/Views/SettingsView.swift +++ b/Passepartout/App/Views/SettingsView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 8/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ShortcutsView+Add.swift b/Passepartout/App/Views/ShortcutsView+Add.swift index 5c91d445..4109f834 100644 --- a/Passepartout/App/Views/ShortcutsView+Add.swift +++ b/Passepartout/App/Views/ShortcutsView+Add.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/13/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/ShortcutsView.swift b/Passepartout/App/Views/ShortcutsView.swift index daf75884..43bb669e 100644 --- a/Passepartout/App/Views/ShortcutsView.swift +++ b/Passepartout/App/Views/ShortcutsView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/TV/ActiveProfileView+TV.swift b/Passepartout/App/Views/TV/ActiveProfileView+TV.swift index 363d930d..9f8a90e4 100644 --- a/Passepartout/App/Views/TV/ActiveProfileView+TV.swift +++ b/Passepartout/App/Views/TV/ActiveProfileView+TV.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/18/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/TV/MainView+TV.swift b/Passepartout/App/Views/TV/MainView+TV.swift index a5fece81..6b879195 100644 --- a/Passepartout/App/Views/TV/MainView+TV.swift +++ b/Passepartout/App/Views/TV/MainView+TV.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/17/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/TV/OrganizerView+TV.swift b/Passepartout/App/Views/TV/OrganizerView+TV.swift index 3fb4efe2..f2ec10b0 100644 --- a/Passepartout/App/Views/TV/OrganizerView+TV.swift +++ b/Passepartout/App/Views/TV/OrganizerView+TV.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/17/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/TV/ProfilesList+TV.swift b/Passepartout/App/Views/TV/ProfilesList+TV.swift index 81ff41a9..3fcb95a0 100644 --- a/Passepartout/App/Views/TV/ProfilesList+TV.swift +++ b/Passepartout/App/Views/TV/ProfilesList+TV.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/18/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/VPNStatusText.swift b/Passepartout/App/Views/VPNStatusText.swift index 439a9022..df76a5cf 100644 --- a/Passepartout/App/Views/VPNStatusText.swift +++ b/Passepartout/App/Views/VPNStatusText.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/20/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/VPNToggle.swift b/Passepartout/App/Views/VPNToggle.swift index d96bc335..e0531fdf 100644 --- a/Passepartout/App/Views/VPNToggle.swift +++ b/Passepartout/App/Views/VPNToggle.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/VersionView.swift b/Passepartout/App/Views/VersionView.swift index c7691148..b5c48be6 100644 --- a/Passepartout/App/Views/VersionView.swift +++ b/Passepartout/App/Views/VersionView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/View+Extensions.swift b/Passepartout/App/Views/View+Extensions.swift index fd9993bb..a98088ff 100644 --- a/Passepartout/App/Views/View+Extensions.swift +++ b/Passepartout/App/Views/View+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/18/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/Views/WelcomeView.swift b/Passepartout/App/Views/WelcomeView.swift index 61de16aa..3b5b547d 100644 --- a/Passepartout/App/Views/WelcomeView.swift +++ b/Passepartout/App/Views/WelcomeView.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/22/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/de.lproj/InfoPlist.strings b/Passepartout/App/de.lproj/InfoPlist.strings index cc0c76ae..e1e2deaf 100644 --- a/Passepartout/App/de.lproj/InfoPlist.strings +++ b/Passepartout/App/de.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/de.lproj/Localizable.strings b/Passepartout/App/de.lproj/Localizable.strings index 3bc2ced0..8814e8ab 100644 --- a/Passepartout/App/de.lproj/Localizable.strings +++ b/Passepartout/App/de.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Richtlinie"; "global.strings.networks" = "Netzwerke"; "global.strings.edit" = "Bearbeiten"; diff --git a/Passepartout/App/el.lproj/InfoPlist.strings b/Passepartout/App/el.lproj/InfoPlist.strings index e318da01..311cb789 100644 --- a/Passepartout/App/el.lproj/InfoPlist.strings +++ b/Passepartout/App/el.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/el.lproj/Localizable.strings b/Passepartout/App/el.lproj/Localizable.strings index b15937cd..df665e25 100644 --- a/Passepartout/App/el.lproj/Localizable.strings +++ b/Passepartout/App/el.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Πολιτική"; "global.strings.networks" = "Δίκτυα"; "global.strings.edit" = "Επεξεργασία"; diff --git a/Passepartout/App/en.lproj/InfoPlist.strings b/Passepartout/App/en.lproj/InfoPlist.strings index 756012ad..9dc3741a 100644 --- a/Passepartout/App/en.lproj/InfoPlist.strings +++ b/Passepartout/App/en.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/en.lproj/Localizable.strings b/Passepartout/App/en.lproj/Localizable.strings index 3bb917ff..ea0081eb 100644 --- a/Passepartout/App/en.lproj/Localizable.strings +++ b/Passepartout/App/en.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Policy"; "global.strings.networks" = "Networks"; "global.strings.edit" = "Edit"; diff --git a/Passepartout/App/es.lproj/InfoPlist.strings b/Passepartout/App/es.lproj/InfoPlist.strings index 5fdf3874..8c979cc0 100644 --- a/Passepartout/App/es.lproj/InfoPlist.strings +++ b/Passepartout/App/es.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/es.lproj/Localizable.strings b/Passepartout/App/es.lproj/Localizable.strings index 7d327279..acb0f582 100644 --- a/Passepartout/App/es.lproj/Localizable.strings +++ b/Passepartout/App/es.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Política"; "global.strings.networks" = "Redes"; "global.strings.edit" = "Modificar"; diff --git a/Passepartout/App/fastlane/ios/metadata/copyright.txt b/Passepartout/App/fastlane/ios/metadata/copyright.txt index 75c2d123..bbeb4c31 100644 --- a/Passepartout/App/fastlane/ios/metadata/copyright.txt +++ b/Passepartout/App/fastlane/ios/metadata/copyright.txt @@ -1 +1 @@ -2023 Davide De Rosa +2024 Davide De Rosa diff --git a/Passepartout/App/fr.lproj/InfoPlist.strings b/Passepartout/App/fr.lproj/InfoPlist.strings index 0e941c31..54ff6ab2 100644 --- a/Passepartout/App/fr.lproj/InfoPlist.strings +++ b/Passepartout/App/fr.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/fr.lproj/Localizable.strings b/Passepartout/App/fr.lproj/Localizable.strings index 005a90a1..c1c36e1c 100644 --- a/Passepartout/App/fr.lproj/Localizable.strings +++ b/Passepartout/App/fr.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Politique"; "global.strings.networks" = "Réseaux"; "global.strings.edit" = "Modifier"; diff --git a/Passepartout/App/it.lproj/InfoPlist.strings b/Passepartout/App/it.lproj/InfoPlist.strings index 5024d581..4a6c89bd 100644 --- a/Passepartout/App/it.lproj/InfoPlist.strings +++ b/Passepartout/App/it.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/it.lproj/Localizable.strings b/Passepartout/App/it.lproj/Localizable.strings index ea60ecbc..339139b5 100644 --- a/Passepartout/App/it.lproj/Localizable.strings +++ b/Passepartout/App/it.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Policy"; "global.strings.networks" = "Reti"; "global.strings.edit" = "Modifica"; diff --git a/Passepartout/App/nl.lproj/InfoPlist.strings b/Passepartout/App/nl.lproj/InfoPlist.strings index 6fbec5d4..7d18e7e5 100644 --- a/Passepartout/App/nl.lproj/InfoPlist.strings +++ b/Passepartout/App/nl.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/nl.lproj/Localizable.strings b/Passepartout/App/nl.lproj/Localizable.strings index 088dc315..5d7567a0 100644 --- a/Passepartout/App/nl.lproj/Localizable.strings +++ b/Passepartout/App/nl.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Beleid"; "global.strings.networks" = "Netwerken"; "global.strings.edit" = "Bewerken"; diff --git a/Passepartout/App/pl.lproj/InfoPlist.strings b/Passepartout/App/pl.lproj/InfoPlist.strings index a22308dd..3e058b4a 100644 --- a/Passepartout/App/pl.lproj/InfoPlist.strings +++ b/Passepartout/App/pl.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/pl.lproj/Localizable.strings b/Passepartout/App/pl.lproj/Localizable.strings index d2db51a1..7ca3b968 100644 --- a/Passepartout/App/pl.lproj/Localizable.strings +++ b/Passepartout/App/pl.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Polityka"; "global.strings.networks" = "Sieci"; "global.strings.edit" = "Edytuj"; diff --git a/Passepartout/App/pt.lproj/InfoPlist.strings b/Passepartout/App/pt.lproj/InfoPlist.strings index 387be059..f8a7bcc1 100644 --- a/Passepartout/App/pt.lproj/InfoPlist.strings +++ b/Passepartout/App/pt.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/pt.lproj/Localizable.strings b/Passepartout/App/pt.lproj/Localizable.strings index 37ee3505..08a43467 100644 --- a/Passepartout/App/pt.lproj/Localizable.strings +++ b/Passepartout/App/pt.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Política"; "global.strings.networks" = "Redes"; "global.strings.edit" = "Editar"; diff --git a/Passepartout/App/ru.lproj/InfoPlist.strings b/Passepartout/App/ru.lproj/InfoPlist.strings index 01af672e..e62db4fc 100644 --- a/Passepartout/App/ru.lproj/InfoPlist.strings +++ b/Passepartout/App/ru.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/ru.lproj/Localizable.strings b/Passepartout/App/ru.lproj/Localizable.strings index e5f343ab..5d955777 100644 --- a/Passepartout/App/ru.lproj/Localizable.strings +++ b/Passepartout/App/ru.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Политика"; "global.strings.networks" = "Сети"; "global.strings.edit" = "Редактировать"; diff --git a/Passepartout/App/sv.lproj/InfoPlist.strings b/Passepartout/App/sv.lproj/InfoPlist.strings index d3694e58..68a678b1 100644 --- a/Passepartout/App/sv.lproj/InfoPlist.strings +++ b/Passepartout/App/sv.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/sv.lproj/Localizable.strings b/Passepartout/App/sv.lproj/Localizable.strings index 7e8a845e..03e66639 100644 --- a/Passepartout/App/sv.lproj/Localizable.strings +++ b/Passepartout/App/sv.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Policy"; "global.strings.networks" = "Nätverk"; "global.strings.edit" = "Redigera"; diff --git a/Passepartout/App/uk.lproj/InfoPlist.strings b/Passepartout/App/uk.lproj/InfoPlist.strings index 0457c96e..6dd6c1d1 100644 --- a/Passepartout/App/uk.lproj/InfoPlist.strings +++ b/Passepartout/App/uk.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/uk.lproj/Localizable.strings b/Passepartout/App/uk.lproj/Localizable.strings index d3edf23c..f6d040fc 100644 --- a/Passepartout/App/uk.lproj/Localizable.strings +++ b/Passepartout/App/uk.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "Політики"; "global.strings.networks" = "Мережі"; "global.strings.edit" = "Редагувати"; diff --git a/Passepartout/App/zh-Hans.lproj/InfoPlist.strings b/Passepartout/App/zh-Hans.lproj/InfoPlist.strings index 021bb985..6c9f5444 100644 --- a/Passepartout/App/zh-Hans.lproj/InfoPlist.strings +++ b/Passepartout/App/zh-Hans.lproj/InfoPlist.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/23/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/App/zh-Hans.lproj/Localizable.strings b/Passepartout/App/zh-Hans.lproj/Localizable.strings index 86db3011..1ec10696 100644 --- a/Passepartout/App/zh-Hans.lproj/Localizable.strings +++ b/Passepartout/App/zh-Hans.lproj/Localizable.strings @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/13/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. "global.strings.policy" = "政策"; "global.strings.networks" = "网络"; "global.strings.edit" = "编辑"; diff --git a/Passepartout/AppShared/Mac/MacBridge.swift b/Passepartout/AppShared/Mac/MacBridge.swift index 05f0cf60..eea401f0 100644 --- a/Passepartout/AppShared/Mac/MacBridge.swift +++ b/Passepartout/AppShared/Mac/MacBridge.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/AppShared/Mac/MacMenu.swift b/Passepartout/AppShared/Mac/MacMenu.swift index 87ac8d0f..fc0d1574 100644 --- a/Passepartout/AppShared/Mac/MacMenu.swift +++ b/Passepartout/AppShared/Mac/MacMenu.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/AppShared/Mac/MacUtils.swift b/Passepartout/AppShared/Mac/MacUtils.swift index 9e8aa09f..8f926975 100644 --- a/Passepartout/AppShared/Mac/MacUtils.swift +++ b/Passepartout/AppShared/Mac/MacUtils.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/AppShared/Mac/Managers/LightProfileManager.swift b/Passepartout/AppShared/Mac/Managers/LightProfileManager.swift index 7ebb9e06..b219ef9e 100644 --- a/Passepartout/AppShared/Mac/Managers/LightProfileManager.swift +++ b/Passepartout/AppShared/Mac/Managers/LightProfileManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/AppShared/Mac/Managers/LightProviderManager.swift b/Passepartout/AppShared/Mac/Managers/LightProviderManager.swift index de833782..65c10c02 100644 --- a/Passepartout/AppShared/Mac/Managers/LightProviderManager.swift +++ b/Passepartout/AppShared/Mac/Managers/LightProviderManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/AppShared/Mac/Managers/LightUtils.swift b/Passepartout/AppShared/Mac/Managers/LightUtils.swift index f81ea25a..66ec101d 100644 --- a/Passepartout/AppShared/Mac/Managers/LightUtils.swift +++ b/Passepartout/AppShared/Mac/Managers/LightUtils.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/16/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/AppShared/Mac/Managers/LightVPNManager.swift b/Passepartout/AppShared/Mac/Managers/LightVPNManager.swift index 4457aa6c..e0a3b4e8 100644 --- a/Passepartout/AppShared/Mac/Managers/LightVPNManager.swift +++ b/Passepartout/AppShared/Mac/Managers/LightVPNManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Constants.swift b/Passepartout/Constants.swift index 7ee5002e..f4253a67 100644 --- a/Passepartout/Constants.swift +++ b/Passepartout/Constants.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/7/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Launcher/AppDelegate.swift b/Passepartout/Launcher/AppDelegate.swift index 3caaf29c..39ddfc39 100644 --- a/Passepartout/Launcher/AppDelegate.swift +++ b/Passepartout/Launcher/AppDelegate.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Launcher/Constants/Constants+Launcher.swift b/Passepartout/Launcher/Constants/Constants+Launcher.swift index 3778ceb7..fb48bf2f 100644 --- a/Passepartout/Launcher/Constants/Constants+Launcher.swift +++ b/Passepartout/Launcher/Constants/Constants+Launcher.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Launcher/PassepartoutLauncherApp.swift b/Passepartout/Launcher/PassepartoutLauncherApp.swift index 8d5fb693..0734c085 100644 --- a/Passepartout/Launcher/PassepartoutLauncherApp.swift +++ b/Passepartout/Launcher/PassepartoutLauncherApp.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Bridging-Header.h b/Passepartout/Mac/Bridging-Header.h index 1fae1049..bc4263eb 100644 --- a/Passepartout/Mac/Bridging-Header.h +++ b/Passepartout/Mac/Bridging-Header.h @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Constants/Constants+Mac.swift b/Passepartout/Mac/Constants/Constants+Mac.swift index 7ac8a45d..10fee7db 100644 --- a/Passepartout/Mac/Constants/Constants+Mac.swift +++ b/Passepartout/Mac/Constants/Constants+Mac.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Constants/Theme.swift b/Passepartout/Mac/Constants/Theme.swift index cd619aa9..b9533b4c 100644 --- a/Passepartout/Mac/Constants/Theme.swift +++ b/Passepartout/Mac/Constants/Theme.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/9/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Mac/DefaultMacMenu.swift b/Passepartout/Mac/Mac/DefaultMacMenu.swift index 18a53d75..9e6a3011 100644 --- a/Passepartout/Mac/Mac/DefaultMacMenu.swift +++ b/Passepartout/Mac/Mac/DefaultMacMenu.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Mac/DefaultMacUtils.swift b/Passepartout/Mac/Mac/DefaultMacUtils.swift index f8a0f1dd..6c7f717e 100644 --- a/Passepartout/Mac/Mac/DefaultMacUtils.swift +++ b/Passepartout/Mac/Mac/DefaultMacUtils.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/PassepartoutMac.swift b/Passepartout/Mac/PassepartoutMac.swift index b3a71df0..bfea0845 100644 --- a/Passepartout/Mac/PassepartoutMac.swift +++ b/Passepartout/Mac/PassepartoutMac.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Reusable/Item.swift b/Passepartout/Mac/Reusable/Item.swift index 32b7f561..bb2aa500 100644 --- a/Passepartout/Mac/Reusable/Item.swift +++ b/Passepartout/Mac/Reusable/Item.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/28/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Reusable/ItemGroup.swift b/Passepartout/Mac/Reusable/ItemGroup.swift index c5bee3b8..c389d44d 100644 --- a/Passepartout/Mac/Reusable/ItemGroup.swift +++ b/Passepartout/Mac/Reusable/ItemGroup.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/4/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Reusable/ObservableProcessTransformer.swift b/Passepartout/Mac/Reusable/ObservableProcessTransformer.swift index 34a58103..bfd4e710 100644 --- a/Passepartout/Mac/Reusable/ObservableProcessTransformer.swift +++ b/Passepartout/Mac/Reusable/ObservableProcessTransformer.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Reusable/ProcessTransformer.h b/Passepartout/Mac/Reusable/ProcessTransformer.h index 8295d56d..c130b4d5 100644 --- a/Passepartout/Mac/Reusable/ProcessTransformer.h +++ b/Passepartout/Mac/Reusable/ProcessTransformer.h @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Reusable/ProcessTransformer.m b/Passepartout/Mac/Reusable/ProcessTransformer.m index 3dc8f9f8..3a7c09bf 100644 --- a/Passepartout/Mac/Reusable/ProcessTransformer.m +++ b/Passepartout/Mac/Reusable/ProcessTransformer.m @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Reusable/SeparatorItem.swift b/Passepartout/Mac/Reusable/SeparatorItem.swift index 3d3426fb..bab6e775 100644 --- a/Passepartout/Mac/Reusable/SeparatorItem.swift +++ b/Passepartout/Mac/Reusable/SeparatorItem.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/29/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Reusable/StaticSystemMenu.swift b/Passepartout/Mac/Reusable/StaticSystemMenu.swift index f02bf604..a1616098 100644 --- a/Passepartout/Mac/Reusable/StaticSystemMenu.swift +++ b/Passepartout/Mac/Reusable/StaticSystemMenu.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Reusable/SystemMenu.swift b/Passepartout/Mac/Reusable/SystemMenu.swift index d2052f77..4281fd1b 100644 --- a/Passepartout/Mac/Reusable/SystemMenu.swift +++ b/Passepartout/Mac/Reusable/SystemMenu.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/2/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Reusable/TextItem+ViewModel.swift b/Passepartout/Mac/Reusable/TextItem+ViewModel.swift index 6ec75ff5..d1099e68 100644 --- a/Passepartout/Mac/Reusable/TextItem+ViewModel.swift +++ b/Passepartout/Mac/Reusable/TextItem+ViewModel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/2/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Reusable/TextItem.swift b/Passepartout/Mac/Reusable/TextItem.swift index 571b6f63..02899f32 100644 --- a/Passepartout/Mac/Reusable/TextItem.swift +++ b/Passepartout/Mac/Reusable/TextItem.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/28/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/HostProfileItem+ViewModel.swift b/Passepartout/Mac/Views/HostProfileItem+ViewModel.swift index b8364889..8f601549 100644 --- a/Passepartout/Mac/Views/HostProfileItem+ViewModel.swift +++ b/Passepartout/Mac/Views/HostProfileItem+ViewModel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/HostProfileItem.swift b/Passepartout/Mac/Views/HostProfileItem.swift index 6874d277..ba3dacc7 100644 --- a/Passepartout/Mac/Views/HostProfileItem.swift +++ b/Passepartout/Mac/Views/HostProfileItem.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/LaunchOnLoginItem+ViewModel.swift b/Passepartout/Mac/Views/LaunchOnLoginItem+ViewModel.swift index f1212404..160f8609 100644 --- a/Passepartout/Mac/Views/LaunchOnLoginItem+ViewModel.swift +++ b/Passepartout/Mac/Views/LaunchOnLoginItem+ViewModel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/LaunchOnLoginItem.swift b/Passepartout/Mac/Views/LaunchOnLoginItem.swift index f1a2e1eb..9ae95173 100644 --- a/Passepartout/Mac/Views/LaunchOnLoginItem.swift +++ b/Passepartout/Mac/Views/LaunchOnLoginItem.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/PassepartoutMenu+StatusButton.swift b/Passepartout/Mac/Views/PassepartoutMenu+StatusButton.swift index ef64dc91..7fd50890 100644 --- a/Passepartout/Mac/Views/PassepartoutMenu+StatusButton.swift +++ b/Passepartout/Mac/Views/PassepartoutMenu+StatusButton.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/5/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/PassepartoutMenu.swift b/Passepartout/Mac/Views/PassepartoutMenu.swift index b5be51a4..433c2061 100644 --- a/Passepartout/Mac/Views/PassepartoutMenu.swift +++ b/Passepartout/Mac/Views/PassepartoutMenu.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/ProfileItemGroup.swift b/Passepartout/Mac/Views/ProfileItemGroup.swift index 0773a5ce..71f19da3 100644 --- a/Passepartout/Mac/Views/ProfileItemGroup.swift +++ b/Passepartout/Mac/Views/ProfileItemGroup.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/ProviderLocationItem+ViewModel.swift b/Passepartout/Mac/Views/ProviderLocationItem+ViewModel.swift index 9656762f..e79fcd52 100644 --- a/Passepartout/Mac/Views/ProviderLocationItem+ViewModel.swift +++ b/Passepartout/Mac/Views/ProviderLocationItem+ViewModel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/ProviderLocationItem.swift b/Passepartout/Mac/Views/ProviderLocationItem.swift index a384e7ce..f6168d97 100644 --- a/Passepartout/Mac/Views/ProviderLocationItem.swift +++ b/Passepartout/Mac/Views/ProviderLocationItem.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/12/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/ProviderProfileItem+ViewModel.swift b/Passepartout/Mac/Views/ProviderProfileItem+ViewModel.swift index 07623f04..db615ae9 100644 --- a/Passepartout/Mac/Views/ProviderProfileItem+ViewModel.swift +++ b/Passepartout/Mac/Views/ProviderProfileItem+ViewModel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/13/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/ProviderProfileItem.swift b/Passepartout/Mac/Views/ProviderProfileItem.swift index 16f1bb04..38e30eaf 100644 --- a/Passepartout/Mac/Views/ProviderProfileItem.swift +++ b/Passepartout/Mac/Views/ProviderProfileItem.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/13/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/ProviderServerItem+ViewModel.swift b/Passepartout/Mac/Views/ProviderServerItem+ViewModel.swift index 1c4151f6..c64bea0d 100644 --- a/Passepartout/Mac/Views/ProviderServerItem+ViewModel.swift +++ b/Passepartout/Mac/Views/ProviderServerItem+ViewModel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/ProviderServerItem.swift b/Passepartout/Mac/Views/ProviderServerItem.swift index 3a069ab7..c45abbc8 100644 --- a/Passepartout/Mac/Views/ProviderServerItem.swift +++ b/Passepartout/Mac/Views/ProviderServerItem.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/VPNItemGroup+ViewModel.swift b/Passepartout/Mac/Views/VPNItemGroup+ViewModel.swift index ccbb751b..707d5b81 100644 --- a/Passepartout/Mac/Views/VPNItemGroup+ViewModel.swift +++ b/Passepartout/Mac/Views/VPNItemGroup+ViewModel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/VPNItemGroup.swift b/Passepartout/Mac/Views/VPNItemGroup.swift index 62c2b180..1f5088c0 100644 --- a/Passepartout/Mac/Views/VPNItemGroup.swift +++ b/Passepartout/Mac/Views/VPNItemGroup.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/VisibilityItem+ViewModel.swift b/Passepartout/Mac/Views/VisibilityItem+ViewModel.swift index cb00f634..19043a27 100644 --- a/Passepartout/Mac/Views/VisibilityItem+ViewModel.swift +++ b/Passepartout/Mac/Views/VisibilityItem+ViewModel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Mac/Views/VisibilityItem.swift b/Passepartout/Mac/Views/VisibilityItem.swift index eec890af..008869bd 100644 --- a/Passepartout/Mac/Views/VisibilityItem.swift +++ b/Passepartout/Mac/Views/VisibilityItem.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/3/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Tunnel/NEPacketTunnelProvider+Expiration.swift b/Passepartout/Tunnel/NEPacketTunnelProvider+Expiration.swift index e6260bbd..ad6c0a48 100644 --- a/Passepartout/Tunnel/NEPacketTunnelProvider+Expiration.swift +++ b/Passepartout/Tunnel/NEPacketTunnelProvider+Expiration.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/23/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Tunnel/OpenVPN/Constants+Tunnel.swift b/Passepartout/Tunnel/OpenVPN/Constants+Tunnel.swift index 1d4c7cb8..127fc77d 100644 --- a/Passepartout/Tunnel/OpenVPN/Constants+Tunnel.swift +++ b/Passepartout/Tunnel/OpenVPN/Constants+Tunnel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/22/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Tunnel/OpenVPN/PacketTunnelProvider.swift b/Passepartout/Tunnel/OpenVPN/PacketTunnelProvider.swift index 256204c1..71e40527 100644 --- a/Passepartout/Tunnel/OpenVPN/PacketTunnelProvider.swift +++ b/Passepartout/Tunnel/OpenVPN/PacketTunnelProvider.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/17/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Tunnel/TunnelError.swift b/Passepartout/Tunnel/TunnelError.swift index f9cee8f1..1f045cff 100644 --- a/Passepartout/Tunnel/TunnelError.swift +++ b/Passepartout/Tunnel/TunnelError.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/23/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Tunnel/WireGuard/Constants+Tunnel.swift b/Passepartout/Tunnel/WireGuard/Constants+Tunnel.swift index a190ab57..b27baac7 100644 --- a/Passepartout/Tunnel/WireGuard/Constants+Tunnel.swift +++ b/Passepartout/Tunnel/WireGuard/Constants+Tunnel.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/14/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/Passepartout/Tunnel/WireGuard/PacketTunnelProvider.swift b/Passepartout/Tunnel/WireGuard/PacketTunnelProvider.swift index 41173de2..8790513f 100644 --- a/Passepartout/Tunnel/WireGuard/PacketTunnelProvider.swift +++ b/Passepartout/Tunnel/WireGuard/PacketTunnelProvider.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Package.swift b/PassepartoutLibrary/Package.swift index d602ad80..ff51ca16 100644 --- a/PassepartoutLibrary/Package.swift +++ b/PassepartoutLibrary/Package.swift @@ -34,7 +34,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), // .package(url: "https://github.com/passepartoutvpn/tunnelkit", from: "6.3.2"), - .package(url: "https://github.com/passepartoutvpn/tunnelkit", revision: "f2c0fb079e2a318a4717d5fb8daa8f149174dadd"), + .package(url: "https://github.com/passepartoutvpn/tunnelkit", revision: "6ab1759e048867fbca9bd5d33f2dc7eb1fa79ca6"), // .package(name: "TunnelKit", path: "../../tunnelkit"), .package(url: "https://github.com/zoul/generic-json-swift", from: "2.0.0"), .package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver", from: "1.9.0") diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Domain/VPNProtocolType.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Domain/VPNProtocolType.swift index 49892658..0bd9850c 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Domain/VPNProtocolType.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Domain/VPNProtocolType.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/20/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Passepartout.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Passepartout.swift index 34a0cae9..a0571efe 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Passepartout.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Passepartout.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/12/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/CoreDataPersistentStore.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/CoreDataPersistentStore.swift index 9652f8da..4e039ab4 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/CoreDataPersistentStore.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/CoreDataPersistentStore.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/CoreLocationWifiObserver.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/CoreLocationWifiObserver.swift index 80d2e0ce..c18082ff 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/CoreLocationWifiObserver.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/CoreLocationWifiObserver.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/21/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/FetchedValueHolder.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/FetchedValueHolder.swift index 658d172c..97f626c3 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/FetchedValueHolder.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/FetchedValueHolder.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebEndpoint.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebEndpoint.swift index d5a8ba10..f27bd383 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebEndpoint.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebEndpoint.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 11/20/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebParser.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebParser.swift index ae140519..6b51acdb 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebParser.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebParser.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 11/20/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebResponse.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebResponse.swift index f021052b..cd4d7100 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebResponse.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebResponse.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 11/20/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebServices.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebServices.swift index 66a08a3a..0bc87d01 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebServices.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/GenericWebServices.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 11/20/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/InApp.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/InApp.swift index a1e37c2f..6dabf58d 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/InApp.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/InApp.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 9/9/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/JSON+Codable.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/JSON+Codable.swift index aeb2e6ca..ce722353 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/JSON+Codable.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/JSON+Codable.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/13/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/KeyValueStore.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/KeyValueStore.swift index 7dc61ecd..f3347da2 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/KeyValueStore.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/KeyValueStore.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/KeyedCache.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/KeyedCache.swift index 8dca23fb..d40a1c92 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/KeyedCache.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/KeyedCache.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/17/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/LocalizableEntity.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/LocalizableEntity.swift index ab107046..acebd432 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/LocalizableEntity.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/LocalizableEntity.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/4/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Logger.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Logger.swift index 45f03acb..f2175baf 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Logger.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Logger.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Mapper.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Mapper.swift index 381691d2..eed6530a 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Mapper.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Mapper.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/RateLimited.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/RateLimited.swift index 759e9b58..fe83b9d3 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/RateLimited.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/RateLimited.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/6/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/SandboxChecker.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/SandboxChecker.swift index 1885a899..4b716506 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/SandboxChecker.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/SandboxChecker.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/18/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/StoreKitInApp.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/StoreKitInApp.swift index 881be032..13acff42 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/StoreKitInApp.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/StoreKitInApp.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/19/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/StrippableContent.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/StrippableContent.swift index a1fb055d..34266654 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/StrippableContent.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/StrippableContent.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/6/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Validators.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Validators.swift index 205b05a5..7e0656c5 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Validators.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Validators.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/31/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/ValueHolder.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/ValueHolder.swift index 205a29e9..e9463405 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/ValueHolder.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/ValueHolder.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/8/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Wifi.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Wifi.swift index 9cadcf32..dc44c0f7 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Wifi.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Reusable/Wifi.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/24/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Async.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Async.swift index 21682429..d250cd07 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Async.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Async.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+CoreData.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+CoreData.swift index 2dec7ea4..3ad7fa0d 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+CoreData.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+CoreData.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/16/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Dates.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Dates.swift index 514b9ac7..451b15ae 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Dates.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Dates.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+FileManager.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+FileManager.swift index 3e0423db..f9a11c59 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+FileManager.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+FileManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 9/12/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Logging.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Logging.swift index 02aac175..3363ea2b 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Logging.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Logging.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/24/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Network.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Network.swift index e902b13c..d2e2cf64 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Network.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Network.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Strings.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Strings.swift index c312e3ee..35d7d7eb 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Strings.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+Strings.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+URL.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+URL.swift index 74e7d0d4..69facef2 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+URL.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils+URL.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/16/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils.swift b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils.swift index 46ae1bbe..aee97add 100644 --- a/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils.swift +++ b/PassepartoutLibrary/Sources/PassepartoutCore/Utils/Utils.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/AppType.swift b/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/AppType.swift index 452cd716..e6611c45 100644 --- a/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/AppType.swift +++ b/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/AppType.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/19/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/BuildProducts.swift b/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/BuildProducts.swift index 259fa458..640b192c 100644 --- a/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/BuildProducts.swift +++ b/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/BuildProducts.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/LocalProduct+InApp.swift b/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/LocalProduct+InApp.swift index e2ecf426..2d71924d 100644 --- a/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/LocalProduct+InApp.swift +++ b/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/LocalProduct+InApp.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/21/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/LocalProduct.swift b/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/LocalProduct.swift index f9900794..2b2933a3 100644 --- a/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/LocalProduct.swift +++ b/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/LocalProduct.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 10/11/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/ReceiptReader.swift b/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/ReceiptReader.swift index e00fccb7..5ec68927 100644 --- a/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/ReceiptReader.swift +++ b/PassepartoutLibrary/Sources/PassepartoutFrontend/Domain/ReceiptReader.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/19/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutFrontend/Managers/ProductManager.swift b/PassepartoutLibrary/Sources/PassepartoutFrontend/Managers/ProductManager.swift index cc23577c..7b5241c9 100644 --- a/PassepartoutLibrary/Sources/PassepartoutFrontend/Managers/ProductManager.swift +++ b/PassepartoutLibrary/Sources/PassepartoutFrontend/Managers/ProductManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/6/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/CredentialsPurpose.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/CredentialsPurpose.swift index 03bc150d..f8ad62ce 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/CredentialsPurpose.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/CredentialsPurpose.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 7/30/21. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/Errors.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/Errors.swift index 35e10f8f..9d7c225c 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/Errors.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/Errors.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/30/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderCategory.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderCategory.swift index e95a36c6..ace9865e 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderCategory.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderCategory.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderLocation.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderLocation.swift index cb4132db..2b1c0e89 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderLocation.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderLocation.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderMetadata.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderMetadata.swift index 3aa66cf8..6492694e 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderMetadata.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderMetadata.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderName.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderName.swift index 341a468c..df2313c2 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderName.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderName.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderServer.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderServer.swift index 6541fddb..5c4a76dd 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderServer.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Domain/ProviderServer.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/Domain+Identifiable.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/Domain+Identifiable.swift index 534a9e97..ab5da341 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/Domain+Identifiable.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/Domain+Identifiable.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/Domain+Loggable.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/Domain+Loggable.swift index 17edc15d..1091792f 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/Domain+Loggable.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/Domain+Loggable.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/ProviderName+Credentials.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/ProviderName+Credentials.swift index 2cce64eb..d2ebcba0 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/ProviderName+Credentials.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/ProviderName+Credentials.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/ProviderName+Providers.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/ProviderName+Providers.swift index 3b7d7dd7..7e6cb67a 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/ProviderName+Providers.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Extensions/ProviderName+Providers.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 11/24/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Managers/ProviderManager.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Managers/ProviderManager.swift index 950aea63..b57b81dd 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Managers/ProviderManager.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Managers/ProviderManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/13/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/InfrastructureRepository.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/InfrastructureRepository.swift index cf6ae6d6..b3551889 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/InfrastructureRepository.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/InfrastructureRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/16/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/LocalProvidersRepository.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/LocalProvidersRepository.swift index 69fb37e7..15cf3351 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/LocalProvidersRepository.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/LocalProvidersRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/24/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/ProviderRepository.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/ProviderRepository.swift index 35e26a6a..11ebd597 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/ProviderRepository.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/ProviderRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/RemoteProvidersStrategy.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/RemoteProvidersStrategy.swift index 0d40342f..ac459b19 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/RemoteProvidersStrategy.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/RemoteProvidersStrategy.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/24/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/ServerRepository.swift b/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/ServerRepository.swift index fd7e76bf..3b23dee2 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/ServerRepository.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProviders/Strategies/ServerRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Data/ProvidersPersistence.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Data/ProvidersPersistence.swift index 8f0548d9..b881c57f 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Data/ProvidersPersistence.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Data/ProvidersPersistence.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/APIRemoteProvidersStrategy.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/APIRemoteProvidersStrategy.swift index 05a8d6a6..31027ae3 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/APIRemoteProvidersStrategy.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/APIRemoteProvidersStrategy.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/24/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/APIWebServices.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/APIWebServices.swift index f2f7fe0a..20dcb513 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/APIWebServices.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/APIWebServices.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 9/14/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Infrastructure.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Infrastructure.swift index aead61fc..0fbf1bd8 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Infrastructure.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Infrastructure.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/16/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Provider.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Provider.swift index 2e650665..1f6e734d 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Provider.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Provider.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Server.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Server.swift index 7c7ca5a1..6867683a 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Server.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository+Server.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository.swift index 8e20aafc..edee34b5 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDLocalProvidersRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/24/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDWebServicesRepository.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDWebServicesRepository.swift index 5044919e..a09b121f 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDWebServicesRepository.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CDWebServicesRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/22/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CategoryMapper.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CategoryMapper.swift index f1687f98..72e37e8a 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CategoryMapper.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/CategoryMapper.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/DefaultSettingsMapper.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/DefaultSettingsMapper.swift index a271ec47..8f7664c3 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/DefaultSettingsMapper.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/DefaultSettingsMapper.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/16/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/InfrastructureMapper.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/InfrastructureMapper.swift index 15e20ee1..38fd3095 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/InfrastructureMapper.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/InfrastructureMapper.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/LocationMapper.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/LocationMapper.swift index 948659ff..bdd5550c 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/LocationMapper.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/LocationMapper.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/PresetMapper.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/PresetMapper.swift index 66e7c30b..1c550258 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/PresetMapper.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/PresetMapper.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/ProviderMapper.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/ProviderMapper.swift index 5479558c..67883b98 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/ProviderMapper.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/ProviderMapper.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/ServerMapper.swift b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/ServerMapper.swift index 8360aa2f..d464c3ef 100644 --- a/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/ServerMapper.swift +++ b/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Strategies/ServerMapper.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderCategory.swift b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderCategory.swift index 6760f8de..4940be78 100644 --- a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderCategory.swift +++ b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderCategory.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/11/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderInfrastructure.swift b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderInfrastructure.swift index 21ed760a..bfaf6b5e 100644 --- a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderInfrastructure.swift +++ b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderInfrastructure.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/11/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderLocation.swift b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderLocation.swift index d023aa48..30e89a35 100644 --- a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderLocation.swift +++ b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderLocation.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/6/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderName.swift b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderName.swift index c7b5af35..0cbc4ce7 100644 --- a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderName.swift +++ b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderName.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 11/24/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderPreset.swift b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderPreset.swift index 927a28d0..1ec6f102 100644 --- a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderPreset.swift +++ b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderPreset.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 8/30/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderServer.swift b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderServer.swift index bb750f66..874b28fd 100644 --- a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderServer.swift +++ b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProviderServer.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/11/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProvidersIndex.swift b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProvidersIndex.swift index e71ae231..efd36f7d 100644 --- a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProvidersIndex.swift +++ b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSProvidersIndex.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 11/24/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSVPNProtocol.swift b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSVPNProtocol.swift index 1cfa5079..9cf40fe5 100644 --- a/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSVPNProtocol.swift +++ b/PassepartoutLibrary/Sources/PassepartoutServices/Domain/WSVPNProtocol.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/20/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutServices/Strategies/WebServices.swift b/PassepartoutLibrary/Sources/PassepartoutServices/Strategies/WebServices.swift index 1f139965..799d5a57 100644 --- a/PassepartoutLibrary/Sources/PassepartoutServices/Strategies/WebServices.swift +++ b/PassepartoutLibrary/Sources/PassepartoutServices/Strategies/WebServices.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 9/14/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutServices/Strategies/WebServicesRepository.swift b/PassepartoutLibrary/Sources/PassepartoutServices/Strategies/WebServicesRepository.swift index 5a02e69f..61d79b0f 100644 --- a/PassepartoutLibrary/Sources/PassepartoutServices/Strategies/WebServicesRepository.swift +++ b/PassepartoutLibrary/Sources/PassepartoutServices/Strategies/WebServicesRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/22/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/DebugLog.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/DebugLog.swift index 4f2eccad..1cd8f8da 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/DebugLog.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/DebugLog.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/26/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Errors.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Errors.swift index 5addc292..a2c1cfcc 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Errors.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Errors.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/30/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Network.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Network.swift index 0874860c..935ac83c 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Network.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Network.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Account.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Account.swift index 7b12839e..56c19f15 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Account.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Account.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/6/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Header.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Header.swift index 9bccf0ae..28ff6ab8 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Header.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Header.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/17/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Host.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Host.swift index bc0fe234..93dafea7 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Host.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Host.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/10/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+NetworkSettings.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+NetworkSettings.swift index 83b2c8cc..227cc02e 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+NetworkSettings.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+NetworkSettings.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+OnDemand.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+OnDemand.swift index 38c45e8d..bb77d484 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+OnDemand.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+OnDemand.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/17/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+OpenVPNSettings.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+OpenVPNSettings.swift index 3e8e8b0e..44f478b1 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+OpenVPNSettings.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+OpenVPNSettings.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/16/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Provider.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Provider.swift index 5e037bfd..6aba7a2c 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Provider.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+Provider.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+WireGuardSettings.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+WireGuardSettings.swift index 19cce0fd..fdfcbfeb 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+WireGuardSettings.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile+WireGuardSettings.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/17/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile.swift index 536d3f60..e164ac61 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/Profile.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/11/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNConfigurationParameters.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNConfigurationParameters.swift index aeb02e34..2b61b473 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNConfigurationParameters.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNConfigurationParameters.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/22/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNPreferences.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNPreferences.swift index 1b981f29..f5f72215 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNPreferences.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNPreferences.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/6/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNState.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNState.swift index 8ac010a8..33e4d72e 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNState.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Domain/VPNState.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/23/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/DebugLog+Extensions.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/DebugLog+Extensions.swift index f0fd920e..e7554bd3 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/DebugLog+Extensions.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/DebugLog+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Domain+Loggable.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Domain+Loggable.swift index 3129c753..2163e163 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Domain+Loggable.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Domain+Loggable.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Host+Extensions.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Host+Extensions.swift index dda940f1..02c22a70 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Host+Extensions.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Host+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/NetworkSettings+Extensions.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/NetworkSettings+Extensions.swift index 277a03f1..f3db4782 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/NetworkSettings+Extensions.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/NetworkSettings+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/27/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/OnDemand+Extensions.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/OnDemand+Extensions.swift index b17010da..c7b3ee36 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/OnDemand+Extensions.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/OnDemand+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Profile+Extensions.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Profile+Extensions.swift index 4c869400..499cb007 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Profile+Extensions.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Profile+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/20/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Provider+Extensions.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Provider+Extensions.swift index 9b427c26..23101ed7 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Provider+Extensions.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Extensions/Provider+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ObservableProfile.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ObservableProfile.swift index 8ce9ec89..187ed27c 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ObservableProfile.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ObservableProfile.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/20/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ObservableVPNState.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ObservableVPNState.swift index 2b24ba8c..cffe1585 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ObservableVPNState.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ObservableVPNState.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/27/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ProfileManager+Extensions.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ProfileManager+Extensions.swift index 864e4823..e96ed3b9 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ProfileManager+Extensions.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ProfileManager+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/22/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ProfileManager.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ProfileManager.swift index 66ca5dc3..e6bfa544 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ProfileManager.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/ProfileManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/25/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/VPNManager+Extensions.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/VPNManager+Extensions.swift index 26d95aad..3865f94e 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/VPNManager+Extensions.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/VPNManager+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/30/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/VPNManager.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/VPNManager.swift index 07bbe405..4f77c4a3 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/VPNManager.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Managers/VPNManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/9/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/ProfileRepository.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/ProfileRepository.swift index bc8bb86c..b25a5355 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/ProfileRepository.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/ProfileRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/SecretRepository.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/SecretRepository.swift index 9d38a002..fd91413d 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/SecretRepository.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/SecretRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/23/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/VPNManagerStrategy.swift b/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/VPNManagerStrategy.swift index 6d879c18..ac4b8882 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/VPNManagerStrategy.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPN/Strategies/VPNManagerStrategy.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/6/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Data/VPNPersistence.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Data/VPNPersistence.swift index 0e58b445..6df579d8 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Data/VPNPersistence.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Data/VPNPersistence.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OnDemand+Rules.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OnDemand+Rules.swift index 63c0eade..106c1e86 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OnDemand+Rules.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OnDemand+Rules.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OpenVPNSettings+Network.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OpenVPNSettings+Network.swift index 16c01876..c6418767 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OpenVPNSettings+Network.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OpenVPNSettings+Network.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OpenVPNSettings+TunnelKit.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OpenVPNSettings+TunnelKit.swift index ca48bbd1..ed3f946d 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OpenVPNSettings+TunnelKit.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/OpenVPNSettings+TunnelKit.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/PassepartoutProviders+TunnelKit.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/PassepartoutProviders+TunnelKit.swift index 61c9588b..966afded 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/PassepartoutProviders+TunnelKit.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/PassepartoutProviders+TunnelKit.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 2/26/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/PassepartoutVPN+StrippableContent.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/PassepartoutVPN+StrippableContent.swift index 500350f5..ca2ec4ab 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/PassepartoutVPN+StrippableContent.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/PassepartoutVPN+StrippableContent.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/Profile+ProviderManager.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/Profile+ProviderManager.swift index ca2241d8..95c1ca1b 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/Profile+ProviderManager.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/Profile+ProviderManager.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/20/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/ProfileManager+TunnelKit.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/ProfileManager+TunnelKit.swift index 0de18222..1c30d8f8 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/ProfileManager+TunnelKit.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/ProfileManager+TunnelKit.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/ProviderManager+Extensions.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/ProviderManager+Extensions.swift index 2e85f88f..fe908cd4 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/ProviderManager+Extensions.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/ProviderManager+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/VPNProtocolType+Extensions.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/VPNProtocolType+Extensions.swift index 5b1568d4..9e3b89b2 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/VPNProtocolType+Extensions.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/VPNProtocolType+Extensions.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/WireGuardSettings+Network.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/WireGuardSettings+Network.swift index 831cab56..c79ee40b 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/WireGuardSettings+Network.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/WireGuardSettings+Network.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/14/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/WireGuardSettings+TunnelKit.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/WireGuardSettings+TunnelKit.swift index 9b908387..a1ab80b2 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/WireGuardSettings+TunnelKit.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Extensions/WireGuardSettings+TunnelKit.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 4/7/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/CDProfileRepository.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/CDProfileRepository.swift index 20838d04..ae0354e5 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/CDProfileRepository.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/CDProfileRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/19/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/KeychainSecretRepository.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/KeychainSecretRepository.swift index 66e7038d..fd59fa41 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/KeychainSecretRepository.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/KeychainSecretRepository.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/23/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/ProfileMapper.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/ProfileMapper.swift index 41b58c47..d348e045 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/ProfileMapper.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/ProfileMapper.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/18/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/SwiftyBeaverLogger.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/SwiftyBeaverLogger.swift index 741df9b5..430cabb9 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/SwiftyBeaverLogger.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/SwiftyBeaverLogger.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 5/21/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/TunnelKitVPNManagerStrategy.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/TunnelKitVPNManagerStrategy.swift index 6b1c457c..910c64e0 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/TunnelKitVPNManagerStrategy.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/TunnelKitVPNManagerStrategy.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/4/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/UserDefaultsStore.swift b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/UserDefaultsStore.swift index 5558981e..a6bfb731 100644 --- a/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/UserDefaultsStore.swift +++ b/PassepartoutLibrary/Sources/PassepartoutVPNImpl/Strategies/UserDefaultsStore.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/15/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Tests/PassepartoutCoreTests/CoreTests.swift b/PassepartoutLibrary/Tests/PassepartoutCoreTests/CoreTests.swift index 7c3b7320..d570ea39 100644 --- a/PassepartoutLibrary/Tests/PassepartoutCoreTests/CoreTests.swift +++ b/PassepartoutLibrary/Tests/PassepartoutCoreTests/CoreTests.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/30/19. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Tests/PassepartoutFrontendTests/Mock/MockInApp.swift b/PassepartoutLibrary/Tests/PassepartoutFrontendTests/Mock/MockInApp.swift index 55700c7b..9f7808d0 100644 --- a/PassepartoutLibrary/Tests/PassepartoutFrontendTests/Mock/MockInApp.swift +++ b/PassepartoutLibrary/Tests/PassepartoutFrontendTests/Mock/MockInApp.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/19/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Tests/PassepartoutFrontendTests/Mock/MockReceiptReader.swift b/PassepartoutLibrary/Tests/PassepartoutFrontendTests/Mock/MockReceiptReader.swift index 42571b41..583213c7 100644 --- a/PassepartoutLibrary/Tests/PassepartoutFrontendTests/Mock/MockReceiptReader.swift +++ b/PassepartoutLibrary/Tests/PassepartoutFrontendTests/Mock/MockReceiptReader.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/19/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Tests/PassepartoutFrontendTests/ProductManagerTests.swift b/PassepartoutLibrary/Tests/PassepartoutFrontendTests/ProductManagerTests.swift index 4081b5eb..b8f30a59 100644 --- a/PassepartoutLibrary/Tests/PassepartoutFrontendTests/ProductManagerTests.swift +++ b/PassepartoutLibrary/Tests/PassepartoutFrontendTests/ProductManagerTests.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 12/19/23. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Tests/PassepartoutProvidersTests/ProviderManagerTests.swift b/PassepartoutLibrary/Tests/PassepartoutProvidersTests/ProviderManagerTests.swift index 5fa313b7..e1753b7b 100644 --- a/PassepartoutLibrary/Tests/PassepartoutProvidersTests/ProviderManagerTests.swift +++ b/PassepartoutLibrary/Tests/PassepartoutProvidersTests/ProviderManagerTests.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 3/13/22. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/PassepartoutLibrary/Tests/PassepartoutServicesTests/WebServicesTests.swift b/PassepartoutLibrary/Tests/PassepartoutServicesTests/WebServicesTests.swift index 780f7eb2..28930205 100644 --- a/PassepartoutLibrary/Tests/PassepartoutServicesTests/WebServicesTests.swift +++ b/PassepartoutLibrary/Tests/PassepartoutServicesTests/WebServicesTests.swift @@ -3,7 +3,7 @@ // Passepartout // // Created by Davide De Rosa on 6/11/18. -// Copyright (c) 2023 Davide De Rosa. All rights reserved. +// Copyright (c) 2024 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn //