diff --git a/AUTHORS b/AUTHORS index 69afa2333..4157bfe98 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,4 +12,4 @@ Juraj Hilje # Organizations -Privatus Limited \ No newline at end of file +IVPN Limited \ No newline at end of file diff --git a/IVPNClient/AppDelegate.swift b/IVPNClient/AppDelegate.swift index 4997496c0..83c2364a8 100644 --- a/IVPNClient/AppDelegate.swift +++ b/IVPNClient/AppDelegate.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-09-29. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Config/Config.swift b/IVPNClient/Config/Config.swift index bf722068f..f992a1b9d 100644 --- a/IVPNClient/Config/Config.swift +++ b/IVPNClient/Config/Config.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Config/OpenVPNConf.template.swift b/IVPNClient/Config/OpenVPNConf.template.swift index ac9774608..2215a5045 100644 --- a/IVPNClient/Config/OpenVPNConf.template.swift +++ b/IVPNClient/Config/OpenVPNConf.template.swift @@ -3,7 +3,7 @@ // IVPN iOS app // https://github.com/ivpn/ios-app // -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Config/Theme.swift b/IVPNClient/Config/Theme.swift index ba4a084bc..0c3af3d76 100644 --- a/IVPNClient/Config/Theme.swift +++ b/IVPNClient/Config/Theme.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-27. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/AddressType.swift b/IVPNClient/Enums/AddressType.swift index aed2e12ae..dfd4e784e 100644 --- a/IVPNClient/Enums/AddressType.swift +++ b/IVPNClient/Enums/AddressType.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-28. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ApiRequestDI.swift b/IVPNClient/Enums/ApiRequestDI.swift index 91846a27d..a10a2baab 100644 --- a/IVPNClient/Enums/ApiRequestDI.swift +++ b/IVPNClient/Enums/ApiRequestDI.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-08-08. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ApiResults/Account.swift b/IVPNClient/Enums/ApiResults/Account.swift index 01310ff43..549947b1f 100644 --- a/IVPNClient/Enums/ApiResults/Account.swift +++ b/IVPNClient/Enums/ApiResults/Account.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-05-18. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ApiResults/ErrorResult.swift b/IVPNClient/Enums/ApiResults/ErrorResult.swift index 4e69294c3..68967eeda 100644 --- a/IVPNClient/Enums/ApiResults/ErrorResult.swift +++ b/IVPNClient/Enums/ApiResults/ErrorResult.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-03-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ApiResults/ErrorResultSessionNew.swift b/IVPNClient/Enums/ApiResults/ErrorResultSessionNew.swift index b9f18fbde..2eacac24f 100644 --- a/IVPNClient/Enums/ApiResults/ErrorResultSessionNew.swift +++ b/IVPNClient/Enums/ApiResults/ErrorResultSessionNew.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-10-14. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ApiResults/GeoLookup.swift b/IVPNClient/Enums/ApiResults/GeoLookup.swift index 71a27f1b2..6f5dcbe87 100644 --- a/IVPNClient/Enums/ApiResults/GeoLookup.swift +++ b/IVPNClient/Enums/ApiResults/GeoLookup.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ApiResults/InterfaceResult.swift b/IVPNClient/Enums/ApiResults/InterfaceResult.swift index de780d1b7..8cd1bda26 100644 --- a/IVPNClient/Enums/ApiResults/InterfaceResult.swift +++ b/IVPNClient/Enums/ApiResults/InterfaceResult.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-09-06. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ApiResults/Result.swift b/IVPNClient/Enums/ApiResults/Result.swift index 81bb98839..ee796ef26 100644 --- a/IVPNClient/Enums/ApiResults/Result.swift +++ b/IVPNClient/Enums/ApiResults/Result.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-08-08. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ApiResults/ServersUpdateResult.swift b/IVPNClient/Enums/ApiResults/ServersUpdateResult.swift index d2c841413..ded97eb0c 100644 --- a/IVPNClient/Enums/ApiResults/ServersUpdateResult.swift +++ b/IVPNClient/Enums/ApiResults/ServersUpdateResult.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ApiResults/Session.swift b/IVPNClient/Enums/ApiResults/Session.swift index fc4c13025..0c3b6101a 100644 --- a/IVPNClient/Enums/ApiResults/Session.swift +++ b/IVPNClient/Enums/ApiResults/Session.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-07-25. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ApiResults/SessionStatus.swift b/IVPNClient/Enums/ApiResults/SessionStatus.swift index 977c433cf..68a5f6324 100644 --- a/IVPNClient/Enums/ApiResults/SessionStatus.swift +++ b/IVPNClient/Enums/ApiResults/SessionStatus.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-09-03. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ApiResults/SuccessResult.swift b/IVPNClient/Enums/ApiResults/SuccessResult.swift index f206afd7f..a7c59b4d5 100644 --- a/IVPNClient/Enums/ApiResults/SuccessResult.swift +++ b/IVPNClient/Enums/ApiResults/SuccessResult.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-09-06. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/Capability.swift b/IVPNClient/Enums/Capability.swift index 222aad097..6c698c384 100644 --- a/IVPNClient/Enums/Capability.swift +++ b/IVPNClient/Enums/Capability.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-09-23. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ConnectionSettings.swift b/IVPNClient/Enums/ConnectionSettings.swift index e816e41b7..848b4c066 100644 --- a/IVPNClient/Enums/ConnectionSettings.swift +++ b/IVPNClient/Enums/ConnectionSettings.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2018-07-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/DNSProtocolType.swift b/IVPNClient/Enums/DNSProtocolType.swift index 89e8c0ca0..d0c2bc3c3 100644 --- a/IVPNClient/Enums/DNSProtocolType.swift +++ b/IVPNClient/Enums/DNSProtocolType.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-03-10. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/NetworkTrust.swift b/IVPNClient/Enums/NetworkTrust.swift index 1fd0834ac..bdb37a3e8 100644 --- a/IVPNClient/Enums/NetworkTrust.swift +++ b/IVPNClient/Enums/NetworkTrust.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-21. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/NetworkType.swift b/IVPNClient/Enums/NetworkType.swift index f6bcf27d6..d01327267 100644 --- a/IVPNClient/Enums/NetworkType.swift +++ b/IVPNClient/Enums/NetworkType.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/OpenVPNProtocol.swift b/IVPNClient/Enums/OpenVPNProtocol.swift index 7eb84fc52..1a8573c73 100644 --- a/IVPNClient/Enums/OpenVPNProtocol.swift +++ b/IVPNClient/Enums/OpenVPNProtocol.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2018-07-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ProviderConfigurationKeys.swift b/IVPNClient/Enums/ProviderConfigurationKeys.swift index 8b09080b2..53bb909a4 100644 --- a/IVPNClient/Enums/ProviderConfigurationKeys.swift +++ b/IVPNClient/Enums/ProviderConfigurationKeys.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-15. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ServersSort.swift b/IVPNClient/Enums/ServersSort.swift index 4311bf613..5f3651aa0 100644 --- a/IVPNClient/Enums/ServersSort.swift +++ b/IVPNClient/Enums/ServersSort.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-05-29. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ServiceDuration.swift b/IVPNClient/Enums/ServiceDuration.swift index 8326d3c05..c3a5ee528 100644 --- a/IVPNClient/Enums/ServiceDuration.swift +++ b/IVPNClient/Enums/ServiceDuration.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-05-05. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/ServiceType.swift b/IVPNClient/Enums/ServiceType.swift index 3a1d487d6..a267a95ee 100644 --- a/IVPNClient/Enums/ServiceType.swift +++ b/IVPNClient/Enums/ServiceType.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-05-05. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/TunnelType.swift b/IVPNClient/Enums/TunnelType.swift index 2e330a051..e8a47cf57 100644 --- a/IVPNClient/Enums/TunnelType.swift +++ b/IVPNClient/Enums/TunnelType.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2018-07-20. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/UserActivityTitle.swift b/IVPNClient/Enums/UserActivityTitle.swift index 3c507757e..74c4590fb 100644 --- a/IVPNClient/Enums/UserActivityTitle.swift +++ b/IVPNClient/Enums/UserActivityTitle.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-05-23. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/UserActivityType.swift b/IVPNClient/Enums/UserActivityType.swift index adde6b4a6..d0be60601 100644 --- a/IVPNClient/Enums/UserActivityType.swift +++ b/IVPNClient/Enums/UserActivityType.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-05-23. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Enums/WireGuardProtocol.swift b/IVPNClient/Enums/WireGuardProtocol.swift index 0ac562b40..aa1d576d5 100644 --- a/IVPNClient/Enums/WireGuardProtocol.swift +++ b/IVPNClient/Enums/WireGuardProtocol.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/APIAccessManager.swift b/IVPNClient/Managers/APIAccessManager.swift index 5a0de5b07..56870b46c 100644 --- a/IVPNClient/Managers/APIAccessManager.swift +++ b/IVPNClient/Managers/APIAccessManager.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-08-06. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/APIClient.swift b/IVPNClient/Managers/APIClient.swift index 1477f4c10..aa6942fec 100644 --- a/IVPNClient/Managers/APIClient.swift +++ b/IVPNClient/Managers/APIClient.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-06-13. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/APIPublicKeyPin.swift b/IVPNClient/Managers/APIPublicKeyPin.swift index 5a4930836..caf05851b 100644 --- a/IVPNClient/Managers/APIPublicKeyPin.swift +++ b/IVPNClient/Managers/APIPublicKeyPin.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-01-05. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/ApiService+Ext.swift b/IVPNClient/Managers/ApiService+Ext.swift index df48f346c..101b1b81f 100644 --- a/IVPNClient/Managers/ApiService+Ext.swift +++ b/IVPNClient/Managers/ApiService+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-08-08. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/ApiService.swift b/IVPNClient/Managers/ApiService.swift index e7d84126b..f9089557b 100644 --- a/IVPNClient/Managers/ApiService.swift +++ b/IVPNClient/Managers/ApiService.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-09-27. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/AppKeyManager.swift b/IVPNClient/Managers/AppKeyManager.swift index 4a804693d..732243d23 100644 --- a/IVPNClient/Managers/AppKeyManager.swift +++ b/IVPNClient/Managers/AppKeyManager.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-30. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/ConnectionManager.swift b/IVPNClient/Managers/ConnectionManager.swift index f95a010b4..66a4530ca 100644 --- a/IVPNClient/Managers/ConnectionManager.swift +++ b/IVPNClient/Managers/ConnectionManager.swift @@ -12,7 +12,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2018-07-20. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/DNSManager.swift b/IVPNClient/Managers/DNSManager.swift index 7a0c224d2..059e08143 100644 --- a/IVPNClient/Managers/DNSManager.swift +++ b/IVPNClient/Managers/DNSManager.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-02-16. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/FileSystemManager.swift b/IVPNClient/Managers/FileSystemManager.swift index 2a3060175..9ab250c9d 100644 --- a/IVPNClient/Managers/FileSystemManager.swift +++ b/IVPNClient/Managers/FileSystemManager.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-14. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/IAPManager.swift b/IVPNClient/Managers/IAPManager.swift index a188459df..ce9225166 100644 --- a/IVPNClient/Managers/IAPManager.swift +++ b/IVPNClient/Managers/IAPManager.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-04-18. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/KeyChain.swift b/IVPNClient/Managers/KeyChain.swift index 23a9a17c9..b44d1b23d 100644 --- a/IVPNClient/Managers/KeyChain.swift +++ b/IVPNClient/Managers/KeyChain.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-11-08. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/NavigationManager.swift b/IVPNClient/Managers/NavigationManager.swift index 6986e66b9..f0ac8fdab 100644 --- a/IVPNClient/Managers/NavigationManager.swift +++ b/IVPNClient/Managers/NavigationManager.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-10. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/NetworkManager.swift b/IVPNClient/Managers/NetworkManager.swift index ef5fd8cff..7fc16bedf 100644 --- a/IVPNClient/Managers/NetworkManager.swift +++ b/IVPNClient/Managers/NetworkManager.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/SessionManager.swift b/IVPNClient/Managers/SessionManager.swift index e24c2327a..c84636b64 100644 --- a/IVPNClient/Managers/SessionManager.swift +++ b/IVPNClient/Managers/SessionManager.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-07-26. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/StorageManager.swift b/IVPNClient/Managers/StorageManager.swift index f7bc3742c..9e85a8cf8 100644 --- a/IVPNClient/Managers/StorageManager.swift +++ b/IVPNClient/Managers/StorageManager.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/VPNErrorObserver.swift b/IVPNClient/Managers/VPNErrorObserver.swift index ed8e019b2..3a841e261 100644 --- a/IVPNClient/Managers/VPNErrorObserver.swift +++ b/IVPNClient/Managers/VPNErrorObserver.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-02. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Managers/VPNManager.swift b/IVPNClient/Managers/VPNManager.swift index 097f06cbb..59192949e 100644 --- a/IVPNClient/Managers/VPNManager.swift +++ b/IVPNClient/Managers/VPNManager.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2018-07-18. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/AccessDetails.swift b/IVPNClient/Models/AccessDetails.swift index 662c7470e..1f494cba9 100644 --- a/IVPNClient/Models/AccessDetails.swift +++ b/IVPNClient/Models/AccessDetails.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-11-08. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/AntiTrackerDns.swift b/IVPNClient/Models/AntiTrackerDns.swift index 97c33d530..87067c5a8 100644 --- a/IVPNClient/Models/AntiTrackerDns.swift +++ b/IVPNClient/Models/AntiTrackerDns.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-07-05. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/Application.swift b/IVPNClient/Models/Application.swift index 3eff575ad..6c90d175a 100644 --- a/IVPNClient/Models/Application.swift +++ b/IVPNClient/Models/Application.swift @@ -12,7 +12,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-17. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/Authentication.swift b/IVPNClient/Models/Authentication.swift index fc5057c41..94d92f68b 100644 --- a/IVPNClient/Models/Authentication.swift +++ b/IVPNClient/Models/Authentication.swift @@ -12,7 +12,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-09. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/CoreData/CustomPort+CoreDataClass.swift b/IVPNClient/Models/CoreData/CustomPort+CoreDataClass.swift index 92573ebf5..b0822bac0 100644 --- a/IVPNClient/Models/CoreData/CustomPort+CoreDataClass.swift +++ b/IVPNClient/Models/CoreData/CustomPort+CoreDataClass.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2022-10-05. -// Copyright (c) 2022 Privatus Limited. +// Copyright (c) 2022 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/CoreData/CustomPort+CoreDataProperties.swift b/IVPNClient/Models/CoreData/CustomPort+CoreDataProperties.swift index db1e2d64e..c1f04dc18 100644 --- a/IVPNClient/Models/CoreData/CustomPort+CoreDataProperties.swift +++ b/IVPNClient/Models/CoreData/CustomPort+CoreDataProperties.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2022-10-05. -// Copyright (c) 2022 Privatus Limited. +// Copyright (c) 2022 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/CoreData/Network+CoreDataClass.swift b/IVPNClient/Models/CoreData/Network+CoreDataClass.swift index ea431c8de..24bcae32b 100644 --- a/IVPNClient/Models/CoreData/Network+CoreDataClass.swift +++ b/IVPNClient/Models/CoreData/Network+CoreDataClass.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/CoreData/Network+CoreDataProperties.swift b/IVPNClient/Models/CoreData/Network+CoreDataProperties.swift index edeb7895b..2c1852b63 100644 --- a/IVPNClient/Models/CoreData/Network+CoreDataProperties.swift +++ b/IVPNClient/Models/CoreData/Network+CoreDataProperties.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/CoreData/Server+CoreDataClass.swift b/IVPNClient/Models/CoreData/Server+CoreDataClass.swift index d9ffccfa6..c7590defe 100644 --- a/IVPNClient/Models/CoreData/Server+CoreDataClass.swift +++ b/IVPNClient/Models/CoreData/Server+CoreDataClass.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-02-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/CoreData/Server+CoreDataProperties.swift b/IVPNClient/Models/CoreData/Server+CoreDataProperties.swift index 23578d462..bfdc516d1 100644 --- a/IVPNClient/Models/CoreData/Server+CoreDataProperties.swift +++ b/IVPNClient/Models/CoreData/Server+CoreDataProperties.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-02-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/Host.swift b/IVPNClient/Models/Host.swift index d1a2dc0ae..326f0485d 100644 --- a/IVPNClient/Models/Host.swift +++ b/IVPNClient/Models/Host.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/LoginConfirmation.swift b/IVPNClient/Models/LoginConfirmation.swift index 12005220f..b60f73ec4 100644 --- a/IVPNClient/Models/LoginConfirmation.swift +++ b/IVPNClient/Models/LoginConfirmation.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-04-30. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/PortRange.swift b/IVPNClient/Models/PortRange.swift index 97009e3fb..bc729afe8 100644 --- a/IVPNClient/Models/PortRange.swift +++ b/IVPNClient/Models/PortRange.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2022-07-15. -// Copyright (c) 2022 Privatus Limited. +// Copyright (c) 2022 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/ProductIdentifier.swift b/IVPNClient/Models/ProductIdentifier.swift index ff7612851..730185db6 100644 --- a/IVPNClient/Models/ProductIdentifier.swift +++ b/IVPNClient/Models/ProductIdentifier.swift @@ -12,7 +12,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-04-18. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/SecureDNS.swift b/IVPNClient/Models/SecureDNS.swift index b2d9af2b6..4250056a6 100644 --- a/IVPNClient/Models/SecureDNS.swift +++ b/IVPNClient/Models/SecureDNS.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-02-16. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/Service.swift b/IVPNClient/Models/Service.swift index b9018b2b2..347361fd8 100644 --- a/IVPNClient/Models/Service.swift +++ b/IVPNClient/Models/Service.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-27. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/ServiceStatus.swift b/IVPNClient/Models/ServiceStatus.swift index d27157b2e..9da217960 100644 --- a/IVPNClient/Models/ServiceStatus.swift +++ b/IVPNClient/Models/ServiceStatus.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-08-09. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/Settings.swift b/IVPNClient/Models/Settings.swift index 71905a7bb..6abc27088 100644 --- a/IVPNClient/Models/Settings.swift +++ b/IVPNClient/Models/Settings.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2018-07-20. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/VPNServer.swift b/IVPNClient/Models/VPNServer.swift index 217c87294..472209b59 100644 --- a/IVPNClient/Models/VPNServer.swift +++ b/IVPNClient/Models/VPNServer.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/VPNServerList.swift b/IVPNClient/Models/VPNServerList.swift index 1e4cd7248..d81501573 100644 --- a/IVPNClient/Models/VPNServerList.swift +++ b/IVPNClient/Models/VPNServerList.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-15. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/WireGuard/CIDRAddress.swift b/IVPNClient/Models/WireGuard/CIDRAddress.swift index 64db6e8ed..0c7f3d4c4 100644 --- a/IVPNClient/Models/WireGuard/CIDRAddress.swift +++ b/IVPNClient/Models/WireGuard/CIDRAddress.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/WireGuard/Interface.swift b/IVPNClient/Models/WireGuard/Interface.swift index acc3a5e56..1af68702e 100644 --- a/IVPNClient/Models/WireGuard/Interface.swift +++ b/IVPNClient/Models/WireGuard/Interface.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-15. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/WireGuard/Peer.swift b/IVPNClient/Models/WireGuard/Peer.swift index ff7eb9a9d..a77e7fe2b 100644 --- a/IVPNClient/Models/WireGuard/Peer.swift +++ b/IVPNClient/Models/WireGuard/Peer.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-15. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/WireGuard/Tunnel.swift b/IVPNClient/Models/WireGuard/Tunnel.swift index efc5768bd..02cd5479e 100644 --- a/IVPNClient/Models/WireGuard/Tunnel.swift +++ b/IVPNClient/Models/WireGuard/Tunnel.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-15. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Models/WireGuard/WireGuardEndpoint.swift b/IVPNClient/Models/WireGuard/WireGuardEndpoint.swift index 621fb4b42..34ce8b22b 100644 --- a/IVPNClient/Models/WireGuard/WireGuardEndpoint.swift +++ b/IVPNClient/Models/WireGuard/WireGuardEndpoint.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-09-22. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/AccountScreen/AccountViewController.swift b/IVPNClient/Scenes/AccountScreen/AccountViewController.swift index 0b7c5319c..5d0a914a1 100644 --- a/IVPNClient/Scenes/AccountScreen/AccountViewController.swift +++ b/IVPNClient/Scenes/AccountScreen/AccountViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-23. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/AccountScreen/View/AccountView.swift b/IVPNClient/Scenes/AccountScreen/View/AccountView.swift index c1634897b..ab6da068d 100644 --- a/IVPNClient/Scenes/AccountScreen/View/AccountView.swift +++ b/IVPNClient/Scenes/AccountScreen/View/AccountView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-30. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Controls/FlagImageView.swift b/IVPNClient/Scenes/Controls/FlagImageView.swift index 70543e1b2..5dff2c45e 100644 --- a/IVPNClient/Scenes/Controls/FlagImageView.swift +++ b/IVPNClient/Scenes/Controls/FlagImageView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-02-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Controls/UITextFieldPadding.swift b/IVPNClient/Scenes/Controls/UITextFieldPadding.swift index 2c2fe6d69..b235b7864 100644 --- a/IVPNClient/Scenes/Controls/UITextFieldPadding.swift +++ b/IVPNClient/Scenes/Controls/UITextFieldPadding.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-08-27. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/ControlPanel/ControlPanelViewController+Ext.swift b/IVPNClient/Scenes/MainScreen/ControlPanel/ControlPanelViewController+Ext.swift index 35d6fa8f2..e960f759f 100644 --- a/IVPNClient/Scenes/MainScreen/ControlPanel/ControlPanelViewController+Ext.swift +++ b/IVPNClient/Scenes/MainScreen/ControlPanel/ControlPanelViewController+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-02. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/ControlPanel/ControlPanelViewController.swift b/IVPNClient/Scenes/MainScreen/ControlPanel/ControlPanelViewController.swift index 15b55047e..12ec8e37d 100644 --- a/IVPNClient/Scenes/MainScreen/ControlPanel/ControlPanelViewController.swift +++ b/IVPNClient/Scenes/MainScreen/ControlPanel/ControlPanelViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-20. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/ControlPanel/FloatingPanelController+Ext.swift b/IVPNClient/Scenes/MainScreen/ControlPanel/FloatingPanelController+Ext.swift index 5196bab9d..da5d38e76 100644 --- a/IVPNClient/Scenes/MainScreen/ControlPanel/FloatingPanelController+Ext.swift +++ b/IVPNClient/Scenes/MainScreen/ControlPanel/FloatingPanelController+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/ControlPanel/FloatingPanelMainLayout.swift b/IVPNClient/Scenes/MainScreen/ControlPanel/FloatingPanelMainLayout.swift index 01715b4cd..23a632a78 100644 --- a/IVPNClient/Scenes/MainScreen/ControlPanel/FloatingPanelMainLayout.swift +++ b/IVPNClient/Scenes/MainScreen/ControlPanel/FloatingPanelMainLayout.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/ControlPanel/View/ConnectionInfoBoxView.swift b/IVPNClient/Scenes/MainScreen/ControlPanel/View/ConnectionInfoBoxView.swift index d078f85c8..825a4d82c 100644 --- a/IVPNClient/Scenes/MainScreen/ControlPanel/View/ConnectionInfoBoxView.swift +++ b/IVPNClient/Scenes/MainScreen/ControlPanel/View/ConnectionInfoBoxView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-27. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/ControlPanel/View/ConnectionInfoView.swift b/IVPNClient/Scenes/MainScreen/ControlPanel/View/ConnectionInfoView.swift index 6b7b65784..ce73e789b 100644 --- a/IVPNClient/Scenes/MainScreen/ControlPanel/View/ConnectionInfoView.swift +++ b/IVPNClient/Scenes/MainScreen/ControlPanel/View/ConnectionInfoView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-04-14. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/ControlPanel/View/NetworkViewTableCell.swift b/IVPNClient/Scenes/MainScreen/ControlPanel/View/NetworkViewTableCell.swift index 291599465..d45a1f17c 100644 --- a/IVPNClient/Scenes/MainScreen/ControlPanel/View/NetworkViewTableCell.swift +++ b/IVPNClient/Scenes/MainScreen/ControlPanel/View/NetworkViewTableCell.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-06. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/MainViewController+Ext.swift b/IVPNClient/Scenes/MainScreen/MainViewController+Ext.swift index a6f43f1ec..a13708c54 100644 --- a/IVPNClient/Scenes/MainScreen/MainViewController+Ext.swift +++ b/IVPNClient/Scenes/MainScreen/MainViewController+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/MainViewController.swift b/IVPNClient/Scenes/MainScreen/MainViewController.swift index 0539f5e6b..3520049a2 100644 --- a/IVPNClient/Scenes/MainScreen/MainViewController.swift +++ b/IVPNClient/Scenes/MainScreen/MainViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/Map/AnimatedCircleLayer.swift b/IVPNClient/Scenes/MainScreen/Map/AnimatedCircleLayer.swift index 1b64b68d3..23ed43d8d 100644 --- a/IVPNClient/Scenes/MainScreen/Map/AnimatedCircleLayer.swift +++ b/IVPNClient/Scenes/MainScreen/Map/AnimatedCircleLayer.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-05-14. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/Map/ConnectToServerPopupView.swift b/IVPNClient/Scenes/MainScreen/Map/ConnectToServerPopupView.swift index ec7c33b4b..0e63c4944 100644 --- a/IVPNClient/Scenes/MainScreen/Map/ConnectToServerPopupView.swift +++ b/IVPNClient/Scenes/MainScreen/Map/ConnectToServerPopupView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-06-24. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/Map/ConnectionInfoPopupView.swift b/IVPNClient/Scenes/MainScreen/Map/ConnectionInfoPopupView.swift index 6f013db45..245a277fb 100644 --- a/IVPNClient/Scenes/MainScreen/Map/ConnectionInfoPopupView.swift +++ b/IVPNClient/Scenes/MainScreen/Map/ConnectionInfoPopupView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-18. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/Map/InfoAlertView.swift b/IVPNClient/Scenes/MainScreen/Map/InfoAlertView.swift index 2c71b543b..0165d3aca 100644 --- a/IVPNClient/Scenes/MainScreen/Map/InfoAlertView.swift +++ b/IVPNClient/Scenes/MainScreen/Map/InfoAlertView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-12. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/Map/IpProtocolView.swift b/IVPNClient/Scenes/MainScreen/Map/IpProtocolView.swift index b7ee5e022..c9391ba31 100644 --- a/IVPNClient/Scenes/MainScreen/Map/IpProtocolView.swift +++ b/IVPNClient/Scenes/MainScreen/Map/IpProtocolView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-04-14. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/Map/MapConstants.swift b/IVPNClient/Scenes/MainScreen/Map/MapConstants.swift index 6b7020a0f..0ee3570d5 100644 --- a/IVPNClient/Scenes/MainScreen/Map/MapConstants.swift +++ b/IVPNClient/Scenes/MainScreen/Map/MapConstants.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-24. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/Map/MapMarkerView.swift b/IVPNClient/Scenes/MainScreen/Map/MapMarkerView.swift index dfdda6119..d0505d932 100644 --- a/IVPNClient/Scenes/MainScreen/Map/MapMarkerView.swift +++ b/IVPNClient/Scenes/MainScreen/Map/MapMarkerView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-17. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/Map/MapScrollView.swift b/IVPNClient/Scenes/MainScreen/Map/MapScrollView.swift index 96b1e2ff7..17b24b598 100644 --- a/IVPNClient/Scenes/MainScreen/Map/MapScrollView.swift +++ b/IVPNClient/Scenes/MainScreen/Map/MapScrollView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-20. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/View/ControlPanelView.swift b/IVPNClient/Scenes/MainScreen/View/ControlPanelView.swift index e74dcf0a0..ad176f079 100644 --- a/IVPNClient/Scenes/MainScreen/View/ControlPanelView.swift +++ b/IVPNClient/Scenes/MainScreen/View/ControlPanelView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-07. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/MainScreen/View/MainView.swift b/IVPNClient/Scenes/MainScreen/View/MainView.swift index 74c360899..a1caaf5fa 100644 --- a/IVPNClient/Scenes/MainScreen/View/MainView.swift +++ b/IVPNClient/Scenes/MainScreen/View/MainView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-01. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/SecureDNS/SecureDNSViewController.swift b/IVPNClient/Scenes/SecureDNS/SecureDNSViewController.swift index 7740e27b1..b343e5348 100644 --- a/IVPNClient/Scenes/SecureDNS/SecureDNSViewController.swift +++ b/IVPNClient/Scenes/SecureDNS/SecureDNSViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-02-15. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/SecureDNS/View/SecureDNSView.swift b/IVPNClient/Scenes/SecureDNS/View/SecureDNSView.swift index 3e588b510..a24402a3a 100644 --- a/IVPNClient/Scenes/SecureDNS/View/SecureDNSView.swift +++ b/IVPNClient/Scenes/SecureDNS/View/SecureDNSView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-02-15. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/CaptchaViewController.swift b/IVPNClient/Scenes/Signup/CaptchaViewController.swift index da1f515af..98d6e0684 100644 --- a/IVPNClient/Scenes/Signup/CaptchaViewController.swift +++ b/IVPNClient/Scenes/Signup/CaptchaViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-01-04. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/CreateAccount/CreateAccountViewController.swift b/IVPNClient/Scenes/Signup/CreateAccount/CreateAccountViewController.swift index 2539098fa..775cdd669 100644 --- a/IVPNClient/Scenes/Signup/CreateAccount/CreateAccountViewController.swift +++ b/IVPNClient/Scenes/Signup/CreateAccount/CreateAccountViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-15. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/CreateAccount/View/CreateAccountView.swift b/IVPNClient/Scenes/Signup/CreateAccount/View/CreateAccountView.swift index 11fa195d6..3d4e0cd0f 100644 --- a/IVPNClient/Scenes/Signup/CreateAccount/View/CreateAccountView.swift +++ b/IVPNClient/Scenes/Signup/CreateAccount/View/CreateAccountView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/LoginViewController.swift b/IVPNClient/Scenes/Signup/LoginViewController.swift index df235143e..36042b089 100644 --- a/IVPNClient/Scenes/Signup/LoginViewController.swift +++ b/IVPNClient/Scenes/Signup/LoginViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-07-12. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/Payment/PaymentViewController.swift b/IVPNClient/Scenes/Signup/Payment/PaymentViewController.swift index 69b7b9603..ca64c8302 100644 --- a/IVPNClient/Scenes/Signup/Payment/PaymentViewController.swift +++ b/IVPNClient/Scenes/Signup/Payment/PaymentViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-15. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/Payment/View/PaymentComponentView.swift b/IVPNClient/Scenes/Signup/Payment/View/PaymentComponentView.swift index 716cccbff..b4038372d 100644 --- a/IVPNClient/Scenes/Signup/Payment/View/PaymentComponentView.swift +++ b/IVPNClient/Scenes/Signup/Payment/View/PaymentComponentView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-17. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/Scanner/ScannerViewController.swift b/IVPNClient/Scenes/Signup/Scanner/ScannerViewController.swift index 261cb06a6..62026fb7a 100644 --- a/IVPNClient/Scenes/Signup/Scanner/ScannerViewController.swift +++ b/IVPNClient/Scenes/Signup/Scanner/ScannerViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-27. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/Scanner/View/ScannerView.swift b/IVPNClient/Scenes/Signup/Scanner/View/ScannerView.swift index 56feeab7a..e13602b30 100644 --- a/IVPNClient/Scenes/Signup/Scanner/View/ScannerView.swift +++ b/IVPNClient/Scenes/Signup/Scanner/View/ScannerView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-08. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/SelectPlan/SelectPlanViewController.swift b/IVPNClient/Scenes/Signup/SelectPlan/SelectPlanViewController.swift index fd262bae8..77c7aec6c 100644 --- a/IVPNClient/Scenes/Signup/SelectPlan/SelectPlanViewController.swift +++ b/IVPNClient/Scenes/Signup/SelectPlan/SelectPlanViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-15. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/SelectPlan/View/PlanLabel.swift b/IVPNClient/Scenes/Signup/SelectPlan/View/PlanLabel.swift index 997397027..66b7f45e5 100644 --- a/IVPNClient/Scenes/Signup/SelectPlan/View/PlanLabel.swift +++ b/IVPNClient/Scenes/Signup/SelectPlan/View/PlanLabel.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/SelectPlan/View/SelectPlanView.swift b/IVPNClient/Scenes/Signup/SelectPlan/View/SelectPlanView.swift index 4ddc09520..5dd8f1828 100644 --- a/IVPNClient/Scenes/Signup/SelectPlan/View/SelectPlanView.swift +++ b/IVPNClient/Scenes/Signup/SelectPlan/View/SelectPlanView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/Signup/TwoFactorViewController.swift b/IVPNClient/Scenes/Signup/TwoFactorViewController.swift index f015797b3..3b8a63376 100644 --- a/IVPNClient/Scenes/Signup/TwoFactorViewController.swift +++ b/IVPNClient/Scenes/Signup/TwoFactorViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-12-10. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/TableCells/NetworkProtectionHeaderTableViewCell.swift b/IVPNClient/Scenes/TableCells/NetworkProtectionHeaderTableViewCell.swift index c2fabd81c..c8e4068dc 100644 --- a/IVPNClient/Scenes/TableCells/NetworkProtectionHeaderTableViewCell.swift +++ b/IVPNClient/Scenes/TableCells/NetworkProtectionHeaderTableViewCell.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-21. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/TableCells/NetworkProtectionTableViewCell.swift b/IVPNClient/Scenes/TableCells/NetworkProtectionTableViewCell.swift index fe1da7560..5920006b1 100644 --- a/IVPNClient/Scenes/TableCells/NetworkProtectionTableViewCell.swift +++ b/IVPNClient/Scenes/TableCells/NetworkProtectionTableViewCell.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-21. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/TableCells/PortTableViewCell.swift b/IVPNClient/Scenes/TableCells/PortTableViewCell.swift index d49f4a134..aad0fbfa0 100644 --- a/IVPNClient/Scenes/TableCells/PortTableViewCell.swift +++ b/IVPNClient/Scenes/TableCells/PortTableViewCell.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2022-07-14. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/TableCells/ProtocolTableViewCell.swift b/IVPNClient/Scenes/TableCells/ProtocolTableViewCell.swift index d706784d1..39b9e1684 100644 --- a/IVPNClient/Scenes/TableCells/ProtocolTableViewCell.swift +++ b/IVPNClient/Scenes/TableCells/ProtocolTableViewCell.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/TableCells/ServerConfigurationCell.swift b/IVPNClient/Scenes/TableCells/ServerConfigurationCell.swift index 15c16074e..c7204003e 100644 --- a/IVPNClient/Scenes/TableCells/ServerConfigurationCell.swift +++ b/IVPNClient/Scenes/TableCells/ServerConfigurationCell.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-02-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/TableCells/ServerTableViewCell.swift b/IVPNClient/Scenes/TableCells/ServerTableViewCell.swift index 6e48b9a69..964863fec 100644 --- a/IVPNClient/Scenes/TableCells/ServerTableViewCell.swift +++ b/IVPNClient/Scenes/TableCells/ServerTableViewCell.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/TableCells/ServiceTableViewCell.swift b/IVPNClient/Scenes/TableCells/ServiceTableViewCell.swift index 388daee18..0f942d31c 100644 --- a/IVPNClient/Scenes/TableCells/ServiceTableViewCell.swift +++ b/IVPNClient/Scenes/TableCells/ServiceTableViewCell.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-27. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/TableCells/ServiceTitleTableViewCell.swift b/IVPNClient/Scenes/TableCells/ServiceTitleTableViewCell.swift index 04b49ede3..a5b97792d 100644 --- a/IVPNClient/Scenes/TableCells/ServiceTitleTableViewCell.swift +++ b/IVPNClient/Scenes/TableCells/ServiceTitleTableViewCell.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-04-27. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/TableCells/WireGuardRegenerationRateCell.swift b/IVPNClient/Scenes/TableCells/WireGuardRegenerationRateCell.swift index 9f8a36e8a..2035ad62a 100644 --- a/IVPNClient/Scenes/TableCells/WireGuardRegenerationRateCell.swift +++ b/IVPNClient/Scenes/TableCells/WireGuardRegenerationRateCell.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-04-09. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/AddCustomPortViewController.swift b/IVPNClient/Scenes/ViewControllers/AddCustomPortViewController.swift index 038746111..58c15c1c3 100644 --- a/IVPNClient/Scenes/ViewControllers/AddCustomPortViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/AddCustomPortViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2022-10-06. -// Copyright (c) 2022 Privatus Limited. +// Copyright (c) 2022 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/AntiTrackerListViewController.swift b/IVPNClient/Scenes/ViewControllers/AntiTrackerListViewController.swift index 0f6bdbd40..f754d1129 100644 --- a/IVPNClient/Scenes/ViewControllers/AntiTrackerListViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/AntiTrackerListViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-07-06. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/AntiTrackerViewController.swift b/IVPNClient/Scenes/ViewControllers/AntiTrackerViewController.swift index 9fe08074b..dffd87a8c 100644 --- a/IVPNClient/Scenes/ViewControllers/AntiTrackerViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/AntiTrackerViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-04-15. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/CustomDNSViewController.swift b/IVPNClient/Scenes/ViewControllers/CustomDNSViewController.swift index ac8ff231d..bf86e317a 100644 --- a/IVPNClient/Scenes/ViewControllers/CustomDNSViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/CustomDNSViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-02-28. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/MTUViewController.swift b/IVPNClient/Scenes/ViewControllers/MTUViewController.swift index f3ef4e605..2c988c073 100644 --- a/IVPNClient/Scenes/ViewControllers/MTUViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/MTUViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-03-15. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/NavigationController.swift b/IVPNClient/Scenes/ViewControllers/NavigationController.swift index 9a5b2e861..4904b6fd3 100644 --- a/IVPNClient/Scenes/ViewControllers/NavigationController.swift +++ b/IVPNClient/Scenes/ViewControllers/NavigationController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-12-21. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/NetworkProtectionRulesViewController.swift b/IVPNClient/Scenes/ViewControllers/NetworkProtectionRulesViewController.swift index 23eb66606..0a7cee34a 100644 --- a/IVPNClient/Scenes/ViewControllers/NetworkProtectionRulesViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/NetworkProtectionRulesViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-26. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/NetworkProtectionViewController.swift b/IVPNClient/Scenes/ViewControllers/NetworkProtectionViewController.swift index c64051bf8..e73ee3ac0 100644 --- a/IVPNClient/Scenes/ViewControllers/NetworkProtectionViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/NetworkProtectionViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-21. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/PortViewController.swift b/IVPNClient/Scenes/ViewControllers/PortViewController.swift index 6b5b83748..b83369412 100644 --- a/IVPNClient/Scenes/ViewControllers/PortViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/PortViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2022-07-11. -// Copyright (c) 2022 Privatus Limited. +// Copyright (c) 2022 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/ProtocolViewController.swift b/IVPNClient/Scenes/ViewControllers/ProtocolViewController.swift index 936c0afcd..d3c02b950 100644 --- a/IVPNClient/Scenes/ViewControllers/ProtocolViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/ProtocolViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2018-07-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/ServerViewController.swift b/IVPNClient/Scenes/ViewControllers/ServerViewController.swift index d0fc2501e..406afda91 100644 --- a/IVPNClient/Scenes/ViewControllers/ServerViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/ServerViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-01-18. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/ServersConfigurationTableViewController.swift b/IVPNClient/Scenes/ViewControllers/ServersConfigurationTableViewController.swift index 48961ac46..2e68e4bb6 100644 --- a/IVPNClient/Scenes/ViewControllers/ServersConfigurationTableViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/ServersConfigurationTableViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-02-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/SettingsViewController.swift b/IVPNClient/Scenes/ViewControllers/SettingsViewController.swift index 5dcc2f5c0..ccb1e938f 100644 --- a/IVPNClient/Scenes/ViewControllers/SettingsViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/SettingsViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-17. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/StaticWebViewController.swift b/IVPNClient/Scenes/ViewControllers/StaticWebViewController.swift index 9e7cd9ab8..0f734d1f9 100644 --- a/IVPNClient/Scenes/ViewControllers/StaticWebViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/StaticWebViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-04-02. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/TermsOfServiceViewController.swift b/IVPNClient/Scenes/ViewControllers/TermsOfServiceViewController.swift index aca96b16e..0d57865ec 100644 --- a/IVPNClient/Scenes/ViewControllers/TermsOfServiceViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/TermsOfServiceViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-10-02. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/UpgradePlanViewController.swift b/IVPNClient/Scenes/ViewControllers/UpgradePlanViewController.swift index 74a438b03..bf7f7eb42 100644 --- a/IVPNClient/Scenes/ViewControllers/UpgradePlanViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/UpgradePlanViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-10-15. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Scenes/ViewControllers/WireGuardSettingsViewController.swift b/IVPNClient/Scenes/ViewControllers/WireGuardSettingsViewController.swift index b43460bd3..b66d6099f 100644 --- a/IVPNClient/Scenes/ViewControllers/WireGuardSettingsViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/WireGuardSettingsViewController.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-29. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/DNSResolver/DNSResolver.swift b/IVPNClient/Utilities/DNSResolver/DNSResolver.swift index 003d59563..70534dd8e 100644 --- a/IVPNClient/Utilities/DNSResolver/DNSResolver.swift +++ b/IVPNClient/Utilities/DNSResolver/DNSResolver.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-03-01. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/DNSResolver/InternetAddress.swift b/IVPNClient/Utilities/DNSResolver/InternetAddress.swift index 7ea2d4b9a..d2fa9924b 100644 --- a/IVPNClient/Utilities/DNSResolver/InternetAddress.swift +++ b/IVPNClient/Utilities/DNSResolver/InternetAddress.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-03-01. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/Alerts+Ext.swift b/IVPNClient/Utilities/Extensions/Alerts+Ext.swift index c514a859f..c851f6922 100644 --- a/IVPNClient/Utilities/Extensions/Alerts+Ext.swift +++ b/IVPNClient/Utilities/Extensions/Alerts+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2017-01-04. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/Array+Ext.swift b/IVPNClient/Utilities/Extensions/Array+Ext.swift index 3f1602a93..d806bca78 100644 --- a/IVPNClient/Utilities/Extensions/Array+Ext.swift +++ b/IVPNClient/Utilities/Extensions/Array+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-09-28. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/Data+Ext.swift b/IVPNClient/Utilities/Extensions/Data+Ext.swift index e35a6e616..a2b8a16cc 100644 --- a/IVPNClient/Utilities/Extensions/Data+Ext.swift +++ b/IVPNClient/Utilities/Extensions/Data+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-09-03. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/Date+Ext.swift b/IVPNClient/Utilities/Extensions/Date+Ext.swift index 0e9a4f54f..22b59043a 100644 --- a/IVPNClient/Utilities/Extensions/Date+Ext.swift +++ b/IVPNClient/Utilities/Extensions/Date+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-09. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/Designable+Ext.swift b/IVPNClient/Utilities/Extensions/Designable+Ext.swift index 9a44c4fad..fdc9e779b 100644 --- a/IVPNClient/Utilities/Extensions/Designable+Ext.swift +++ b/IVPNClient/Utilities/Extensions/Designable+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-04-17. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/DispatchQueue+Ext.swift b/IVPNClient/Utilities/Extensions/DispatchQueue+Ext.swift index c95deb61d..46b5d3121 100644 --- a/IVPNClient/Utilities/Extensions/DispatchQueue+Ext.swift +++ b/IVPNClient/Utilities/Extensions/DispatchQueue+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-28. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/Double+Ext.swift b/IVPNClient/Utilities/Extensions/Double+Ext.swift index b9fee01f0..8fb6d3c8a 100644 --- a/IVPNClient/Utilities/Extensions/Double+Ext.swift +++ b/IVPNClient/Utilities/Extensions/Double+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-06-30. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/Error+Ext.swift b/IVPNClient/Utilities/Extensions/Error+Ext.swift index 68ad3e05d..5d673f810 100644 --- a/IVPNClient/Utilities/Extensions/Error+Ext.swift +++ b/IVPNClient/Utilities/Extensions/Error+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-03-19. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/FileManager+Extension.swift b/IVPNClient/Utilities/Extensions/FileManager+Extension.swift index 62315cb96..ff6d18e06 100644 --- a/IVPNClient/Utilities/Extensions/FileManager+Extension.swift +++ b/IVPNClient/Utilities/Extensions/FileManager+Extension.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2022-11-30. -// Copyright (c) 2022 Privatus Limited. +// Copyright (c) 2022 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/NETunnelProviderProtocol+Ext.swift b/IVPNClient/Utilities/Extensions/NETunnelProviderProtocol+Ext.swift index c08efb078..50dc5ce10 100644 --- a/IVPNClient/Utilities/Extensions/NETunnelProviderProtocol+Ext.swift +++ b/IVPNClient/Utilities/Extensions/NETunnelProviderProtocol+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-06-12. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/NEVPNStatus+Ext.swift b/IVPNClient/Utilities/Extensions/NEVPNStatus+Ext.swift index b43381727..29c570e07 100644 --- a/IVPNClient/Utilities/Extensions/NEVPNStatus+Ext.swift +++ b/IVPNClient/Utilities/Extensions/NEVPNStatus+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-12-09. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/NSMutableAttributedString+Ext.swift b/IVPNClient/Utilities/Extensions/NSMutableAttributedString+Ext.swift index a5907ce4e..a930481b0 100644 --- a/IVPNClient/Utilities/Extensions/NSMutableAttributedString+Ext.swift +++ b/IVPNClient/Utilities/Extensions/NSMutableAttributedString+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-04. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/NotificationName+Ext.swift b/IVPNClient/Utilities/Extensions/NotificationName+Ext.swift index 206676733..dd63512ec 100644 --- a/IVPNClient/Utilities/Extensions/NotificationName+Ext.swift +++ b/IVPNClient/Utilities/Extensions/NotificationName+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-06. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/String+Ext.swift b/IVPNClient/Utilities/Extensions/String+Ext.swift index aebff3e8f..eefdbea91 100644 --- a/IVPNClient/Utilities/Extensions/String+Ext.swift +++ b/IVPNClient/Utilities/Extensions/String+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-24. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/StringProtocol+Ext.swift b/IVPNClient/Utilities/Extensions/StringProtocol+Ext.swift index 636db433e..1745caa04 100644 --- a/IVPNClient/Utilities/Extensions/StringProtocol+Ext.swift +++ b/IVPNClient/Utilities/Extensions/StringProtocol+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-06-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UIApplication+Ext.swift b/IVPNClient/Utilities/Extensions/UIApplication+Ext.swift index 7bb709aa5..420732efe 100644 --- a/IVPNClient/Utilities/Extensions/UIApplication+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UIApplication+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-28. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UIButton+Ext.swift b/IVPNClient/Utilities/Extensions/UIButton+Ext.swift index 99540ccf5..24f5ffd52 100644 --- a/IVPNClient/Utilities/Extensions/UIButton+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UIButton+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-23. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UIColor+Ext.swift b/IVPNClient/Utilities/Extensions/UIColor+Ext.swift index a70e4ddce..c31c3516e 100644 --- a/IVPNClient/Utilities/Extensions/UIColor+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UIColor+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-12-21. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UIDevice+Ext.swift b/IVPNClient/Utilities/Extensions/UIDevice+Ext.swift index 49e46a7fa..f96014679 100644 --- a/IVPNClient/Utilities/Extensions/UIDevice+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UIDevice+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-01. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UIImage+Ext.swift b/IVPNClient/Utilities/Extensions/UIImage+Ext.swift index 16f715c10..c64d0258d 100644 --- a/IVPNClient/Utilities/Extensions/UIImage+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UIImage+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-01-25. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UIImageView+Ext.swift b/IVPNClient/Utilities/Extensions/UIImageView+Ext.swift index 165e334a8..9751fddd7 100644 --- a/IVPNClient/Utilities/Extensions/UIImageView+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UIImageView+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-08-20. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UILabel+Ext.swift b/IVPNClient/Utilities/Extensions/UILabel+Ext.swift index c142c9b33..ce9ac60df 100644 --- a/IVPNClient/Utilities/Extensions/UILabel+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UILabel+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-11-28. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UITableView+Ext.swift b/IVPNClient/Utilities/Extensions/UITableView+Ext.swift index b79814f0b..53b983ddc 100644 --- a/IVPNClient/Utilities/Extensions/UITableView+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UITableView+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-01-03. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UITableViewController+Ext.swift b/IVPNClient/Utilities/Extensions/UITableViewController+Ext.swift index 50ad672f4..ea454c304 100644 --- a/IVPNClient/Utilities/Extensions/UITableViewController+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UITableViewController+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-03-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UIView+Ext.swift b/IVPNClient/Utilities/Extensions/UIView+Ext.swift index 0b255b99a..b6f721a43 100644 --- a/IVPNClient/Utilities/Extensions/UIView+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UIView+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-04-09. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UIViewController+Ext.swift b/IVPNClient/Utilities/Extensions/UIViewController+Ext.swift index 4e7e13469..3b35775fd 100644 --- a/IVPNClient/Utilities/Extensions/UIViewController+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UIViewController+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-10. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UIWindow+Ext.swift b/IVPNClient/Utilities/Extensions/UIWindow+Ext.swift index 7c6b1c767..1ebf34fa4 100644 --- a/IVPNClient/Utilities/Extensions/UIWindow+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UIWindow+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-25. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/URL+Ext.swift b/IVPNClient/Utilities/Extensions/URL+Ext.swift index d9e60ab9e..e49218958 100644 --- a/IVPNClient/Utilities/Extensions/URL+Ext.swift +++ b/IVPNClient/Utilities/Extensions/URL+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-03-01. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Extensions/UserDefaults+Ext.swift b/IVPNClient/Utilities/Extensions/UserDefaults+Ext.swift index 05c290883..873ef1668 100644 --- a/IVPNClient/Utilities/Extensions/UserDefaults+Ext.swift +++ b/IVPNClient/Utilities/Extensions/UserDefaults+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Kem/KemHelper.swift b/IVPNClient/Utilities/Kem/KemHelper.swift index 34bc8ab62..584598d68 100644 --- a/IVPNClient/Utilities/Kem/KemHelper.swift +++ b/IVPNClient/Utilities/Kem/KemHelper.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-05-25. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Logging/Logger.swift b/IVPNClient/Utilities/Logging/Logger.swift index 79eadbd7e..dfa26a0ff 100644 --- a/IVPNClient/Utilities/Logging/Logger.swift +++ b/IVPNClient/Utilities/Logging/Logger.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-06. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/Utilities/Pinger/Pinger.swift b/IVPNClient/Utilities/Pinger/Pinger.swift index 3dbf86fd1..6a73331ae 100644 --- a/IVPNClient/Utilities/Pinger/Pinger.swift +++ b/IVPNClient/Utilities/Pinger/Pinger.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-11-26. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/ViewModels/AccountViewModel.swift b/IVPNClient/ViewModels/AccountViewModel.swift index 4d96dd4c7..621f2566c 100644 --- a/IVPNClient/ViewModels/AccountViewModel.swift +++ b/IVPNClient/ViewModels/AccountViewModel.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-24. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/ViewModels/InfoAlertViewModel.swift b/IVPNClient/ViewModels/InfoAlertViewModel.swift index feb543776..ea33cbbf1 100644 --- a/IVPNClient/ViewModels/InfoAlertViewModel.swift +++ b/IVPNClient/ViewModels/InfoAlertViewModel.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-13. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/ViewModels/ProofsViewModel.swift b/IVPNClient/ViewModels/ProofsViewModel.swift index 408b67a0e..bb77f699a 100644 --- a/IVPNClient/ViewModels/ProofsViewModel.swift +++ b/IVPNClient/ViewModels/ProofsViewModel.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/ViewModels/VPNServerViewModel.swift b/IVPNClient/ViewModels/VPNServerViewModel.swift index b76a0716c..ab6bfa7fd 100644 --- a/IVPNClient/ViewModels/VPNServerViewModel.swift +++ b/IVPNClient/ViewModels/VPNServerViewModel.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-01-28. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNClient/ViewModels/VPNStatusViewModel.swift b/IVPNClient/ViewModels/VPNStatusViewModel.swift index 7590f004d..45c72189f 100644 --- a/IVPNClient/ViewModels/VPNStatusViewModel.swift +++ b/IVPNClient/ViewModels/VPNStatusViewModel.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-28. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Extension/KeyChain.swift b/IVPNWidget/Extension/KeyChain.swift index 3b578e016..f7357ea20 100644 --- a/IVPNWidget/Extension/KeyChain.swift +++ b/IVPNWidget/Extension/KeyChain.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-20. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Extension/Notification.swift b/IVPNWidget/Extension/Notification.swift index b71080d6b..287cc890d 100644 --- a/IVPNWidget/Extension/Notification.swift +++ b/IVPNWidget/Extension/Notification.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-17. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Extension/UIDevice.swift b/IVPNWidget/Extension/UIDevice.swift index d6148aed7..19b004598 100644 --- a/IVPNWidget/Extension/UIDevice.swift +++ b/IVPNWidget/Extension/UIDevice.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-05-08. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Extension/UserDefaults.swift b/IVPNWidget/Extension/UserDefaults.swift index 4ee065512..b0d635f2e 100644 --- a/IVPNWidget/Extension/UserDefaults.swift +++ b/IVPNWidget/Extension/UserDefaults.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-09. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/IVPNWidget.swift b/IVPNWidget/IVPNWidget.swift index b3343d036..9e3bfe609 100644 --- a/IVPNWidget/IVPNWidget.swift +++ b/IVPNWidget/IVPNWidget.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-05. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/IVPNWidgetBundle.swift b/IVPNWidget/IVPNWidgetBundle.swift index 18b7d54cf..c854b7b15 100644 --- a/IVPNWidget/IVPNWidgetBundle.swift +++ b/IVPNWidget/IVPNWidgetBundle.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-05. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Scene/ConnectionInfo/ConnectionInfo.swift b/IVPNWidget/Scene/ConnectionInfo/ConnectionInfo.swift index 089087f9a..35b340d07 100644 --- a/IVPNWidget/Scene/ConnectionInfo/ConnectionInfo.swift +++ b/IVPNWidget/Scene/ConnectionInfo/ConnectionInfo.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-17. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Scene/ConnectionInfo/ConnectionInfoView.swift b/IVPNWidget/Scene/ConnectionInfo/ConnectionInfoView.swift index 1241ff6d0..f1e22bd52 100644 --- a/IVPNWidget/Scene/ConnectionInfo/ConnectionInfoView.swift +++ b/IVPNWidget/Scene/ConnectionInfo/ConnectionInfoView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-17. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Scene/ConnectionInfo/ConnectionInfoViewModel.swift b/IVPNWidget/Scene/ConnectionInfo/ConnectionInfoViewModel.swift index aa0f115b9..fc7b6a7d5 100644 --- a/IVPNWidget/Scene/ConnectionInfo/ConnectionInfoViewModel.swift +++ b/IVPNWidget/Scene/ConnectionInfo/ConnectionInfoViewModel.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-17. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Scene/Location/LocationView.swift b/IVPNWidget/Scene/Location/LocationView.swift index b3e9f263a..984bda9b0 100644 --- a/IVPNWidget/Scene/Location/LocationView.swift +++ b/IVPNWidget/Scene/Location/LocationView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-12. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Scene/Location/LocationViewModel.swift b/IVPNWidget/Scene/Location/LocationViewModel.swift index d21d68d41..cd79f8a96 100644 --- a/IVPNWidget/Scene/Location/LocationViewModel.swift +++ b/IVPNWidget/Scene/Location/LocationViewModel.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-12. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Scene/MainView.swift b/IVPNWidget/Scene/MainView.swift index e74fc467e..751e7318a 100644 --- a/IVPNWidget/Scene/MainView.swift +++ b/IVPNWidget/Scene/MainView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-05. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Scene/Status/Status.swift b/IVPNWidget/Scene/Status/Status.swift index 561fe9ea0..635828912 100644 --- a/IVPNWidget/Scene/Status/Status.swift +++ b/IVPNWidget/Scene/Status/Status.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-09. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Scene/Status/StatusView.swift b/IVPNWidget/Scene/Status/StatusView.swift index bbe96e846..215bf8a88 100644 --- a/IVPNWidget/Scene/Status/StatusView.swift +++ b/IVPNWidget/Scene/Status/StatusView.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-09. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Scene/Status/StatusViewModel.swift b/IVPNWidget/Scene/Status/StatusViewModel.swift index 2277876fb..5d280ccc0 100644 --- a/IVPNWidget/Scene/Status/StatusViewModel.swift +++ b/IVPNWidget/Scene/Status/StatusViewModel.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-09. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/IVPNWidget/Service/DataService.swift b/IVPNWidget/Service/DataService.swift index 59335b504..9d483aed5 100644 --- a/IVPNWidget/Service/DataService.swift +++ b/IVPNWidget/Service/DataService.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2023-04-17. -// Copyright (c) 2023 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UITests/Extensions/XCUIApplication+Ext.swift b/UITests/Extensions/XCUIApplication+Ext.swift index 676bf972c..c2ed80ef3 100644 --- a/UITests/Extensions/XCUIApplication+Ext.swift +++ b/UITests/Extensions/XCUIApplication+Ext.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-10-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UITests/InitScreenTests.swift b/UITests/InitScreenTests.swift index 05170a438..2df65489f 100644 --- a/UITests/InitScreenTests.swift +++ b/UITests/InitScreenTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-10-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UITests/MainScreenTests.swift b/UITests/MainScreenTests.swift index 3580a3923..5e623fed2 100644 --- a/UITests/MainScreenTests.swift +++ b/UITests/MainScreenTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-10-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UITests/SettingsScreenTests.swift b/UITests/SettingsScreenTests.swift index 8dc3b5162..54da408b8 100644 --- a/UITests/SettingsScreenTests.swift +++ b/UITests/SettingsScreenTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-10-23. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/ApiServiceServersTests.swift b/UnitTests/ApiServiceServersTests.swift index a3dea0548..09bf6b4ee 100644 --- a/UnitTests/ApiServiceServersTests.swift +++ b/UnitTests/ApiServiceServersTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/ApiSettings.swift b/UnitTests/ApiSettings.swift index 9c530814f..5d135b9ef 100644 --- a/UnitTests/ApiSettings.swift +++ b/UnitTests/ApiSettings.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Enum/AddressTypeTests.swift b/UnitTests/Enum/AddressTypeTests.swift index cfda72e9a..46effe278 100644 --- a/UnitTests/Enum/AddressTypeTests.swift +++ b/UnitTests/Enum/AddressTypeTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Enum/ConnectionSettingsTests.swift b/UnitTests/Enum/ConnectionSettingsTests.swift index 5680e9c65..2ea8307e2 100644 --- a/UnitTests/Enum/ConnectionSettingsTests.swift +++ b/UnitTests/Enum/ConnectionSettingsTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Enum/DNSProtocolTypeTests.swift b/UnitTests/Enum/DNSProtocolTypeTests.swift index dfb648dc4..57bc4b885 100644 --- a/UnitTests/Enum/DNSProtocolTypeTests.swift +++ b/UnitTests/Enum/DNSProtocolTypeTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-03-22. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Enum/ServiceTypeTests.swift b/UnitTests/Enum/ServiceTypeTests.swift index 0d9cb70fa..2e1f9179a 100644 --- a/UnitTests/Enum/ServiceTypeTests.swift +++ b/UnitTests/Enum/ServiceTypeTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-09-27. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Extensions/ArrayTests.swift b/UnitTests/Extensions/ArrayTests.swift index ad5e34930..2b27ee262 100644 --- a/UnitTests/Extensions/ArrayTests.swift +++ b/UnitTests/Extensions/ArrayTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Extensions/DoubleTests.swift b/UnitTests/Extensions/DoubleTests.swift index c128188e1..f532e0278 100644 --- a/UnitTests/Extensions/DoubleTests.swift +++ b/UnitTests/Extensions/DoubleTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-06-30. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Extensions/NETunnelProviderProtocol+ExtTests.swift b/UnitTests/Extensions/NETunnelProviderProtocol+ExtTests.swift index c701e01a2..b0d93ab71 100644 --- a/UnitTests/Extensions/NETunnelProviderProtocol+ExtTests.swift +++ b/UnitTests/Extensions/NETunnelProviderProtocol+ExtTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-07-22. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Extensions/NEVPNStatusTests.swift b/UnitTests/Extensions/NEVPNStatusTests.swift index 08e5731a3..df52c75c9 100644 --- a/UnitTests/Extensions/NEVPNStatusTests.swift +++ b/UnitTests/Extensions/NEVPNStatusTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-12-09. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Extensions/NSMutableAttributedStringTests.swift b/UnitTests/Extensions/NSMutableAttributedStringTests.swift index 6fdd59cae..a568c15e9 100644 --- a/UnitTests/Extensions/NSMutableAttributedStringTests.swift +++ b/UnitTests/Extensions/NSMutableAttributedStringTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Extensions/StringTests.swift b/UnitTests/Extensions/StringTests.swift index 9a725084f..27305d4e1 100644 --- a/UnitTests/Extensions/StringTests.swift +++ b/UnitTests/Extensions/StringTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Extensions/UIApplication+ExtTests.swift b/UnitTests/Extensions/UIApplication+ExtTests.swift index 0a80e2f7a..44624afaf 100644 --- a/UnitTests/Extensions/UIApplication+ExtTests.swift +++ b/UnitTests/Extensions/UIApplication+ExtTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-01-21. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Extensions/UIDeviceTests.swift b/UnitTests/Extensions/UIDeviceTests.swift index fa049778a..61173400d 100644 --- a/UnitTests/Extensions/UIDeviceTests.swift +++ b/UnitTests/Extensions/UIDeviceTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Extensions/UserDefaultsTests.swift b/UnitTests/Extensions/UserDefaultsTests.swift index d3d9ab9f8..f20f07f1e 100644 --- a/UnitTests/Extensions/UserDefaultsTests.swift +++ b/UnitTests/Extensions/UserDefaultsTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Managers/APIAccessManagerTests.swift b/UnitTests/Managers/APIAccessManagerTests.swift index 021010aa5..83ffed170 100644 --- a/UnitTests/Managers/APIAccessManagerTests.swift +++ b/UnitTests/Managers/APIAccessManagerTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-08-20. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Managers/KeyChainTests.swift b/UnitTests/Managers/KeyChainTests.swift index d505f930e..3ff076a0b 100644 --- a/UnitTests/Managers/KeyChainTests.swift +++ b/UnitTests/Managers/KeyChainTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-07-29. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Managers/SessionManagerTests.swift b/UnitTests/Managers/SessionManagerTests.swift index 87a0e3798..cc2a6b9ab 100644 --- a/UnitTests/Managers/SessionManagerTests.swift +++ b/UnitTests/Managers/SessionManagerTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-07-30. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Managers/StorageManager+OnDemandRuleTests.swift b/UnitTests/Managers/StorageManager+OnDemandRuleTests.swift index c49118f3f..dffa889c0 100644 --- a/UnitTests/Managers/StorageManager+OnDemandRuleTests.swift +++ b/UnitTests/Managers/StorageManager+OnDemandRuleTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-01-02. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Managers/StorageManagerTests.swift b/UnitTests/Managers/StorageManagerTests.swift index 4db7f19d8..7a821ebd4 100644 --- a/UnitTests/Managers/StorageManagerTests.swift +++ b/UnitTests/Managers/StorageManagerTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-12-26. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Managers/VPNManagerTests.swift b/UnitTests/Managers/VPNManagerTests.swift index 22000754b..792ac8b8c 100644 --- a/UnitTests/Managers/VPNManagerTests.swift +++ b/UnitTests/Managers/VPNManagerTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-11-07. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Models/ApplicationTests.swift b/UnitTests/Models/ApplicationTests.swift index e52022729..29941a316 100644 --- a/UnitTests/Models/ApplicationTests.swift +++ b/UnitTests/Models/ApplicationTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-06-30. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Models/AuthenticationTests.swift b/UnitTests/Models/AuthenticationTests.swift index 741f2ec0a..2b512c85c 100644 --- a/UnitTests/Models/AuthenticationTests.swift +++ b/UnitTests/Models/AuthenticationTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Fedir Nepyyvoda on 2016-10-09. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Models/GeoLookupTests.swift b/UnitTests/Models/GeoLookupTests.swift index bba1e9830..a2eb13c36 100644 --- a/UnitTests/Models/GeoLookupTests.swift +++ b/UnitTests/Models/GeoLookupTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-04-14. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Models/SecureDNSTests.swift b/UnitTests/Models/SecureDNSTests.swift index 69709929a..2abee6fb0 100644 --- a/UnitTests/Models/SecureDNSTests.swift +++ b/UnitTests/Models/SecureDNSTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2021-02-17. -// Copyright (c) 2021 Privatus Limited. +// Copyright (c) 2021 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Models/ServiceStatusTests.swift b/UnitTests/Models/ServiceStatusTests.swift index 9836afa4a..90291a512 100644 --- a/UnitTests/Models/ServiceStatusTests.swift +++ b/UnitTests/Models/ServiceStatusTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-01-10. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/Models/VPNServersTests.swift b/UnitTests/Models/VPNServersTests.swift index 3ff683941..9595c8d83 100644 --- a/UnitTests/Models/VPNServersTests.swift +++ b/UnitTests/Models/VPNServersTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-02-06. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/ViewModels/AccountViewModelTests.swift b/UnitTests/ViewModels/AccountViewModelTests.swift index 4779893a5..323ed47e0 100644 --- a/UnitTests/ViewModels/AccountViewModelTests.swift +++ b/UnitTests/ViewModels/AccountViewModelTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-24. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/ViewModels/InfoAlertViewModelTests.swift b/UnitTests/ViewModels/InfoAlertViewModelTests.swift index 0197f38da..666102fc3 100644 --- a/UnitTests/ViewModels/InfoAlertViewModelTests.swift +++ b/UnitTests/ViewModels/InfoAlertViewModelTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/ViewModels/ProofsViewModelTests.swift b/UnitTests/ViewModels/ProofsViewModelTests.swift index 9ace750cf..43e3b5ae5 100644 --- a/UnitTests/ViewModels/ProofsViewModelTests.swift +++ b/UnitTests/ViewModels/ProofsViewModelTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-06-30. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/ViewModels/VPNServerViewModelTests.swift b/UnitTests/ViewModels/VPNServerViewModelTests.swift index c2dc43e26..47b6797c5 100644 --- a/UnitTests/ViewModels/VPNServerViewModelTests.swift +++ b/UnitTests/ViewModels/VPNServerViewModelTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-06-30. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/ViewModels/VPNStatusViewModelTests.swift b/UnitTests/ViewModels/VPNStatusViewModelTests.swift index ff0ce35f0..15f2becb3 100644 --- a/UnitTests/ViewModels/VPNStatusViewModelTests.swift +++ b/UnitTests/ViewModels/VPNStatusViewModelTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-03-16. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/WireGuard/AppKeyManagerTests.swift b/UnitTests/WireGuard/AppKeyManagerTests.swift index d85179a92..baf473b93 100644 --- a/UnitTests/WireGuard/AppKeyManagerTests.swift +++ b/UnitTests/WireGuard/AppKeyManagerTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-03-26. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/WireGuard/CIDRAddressTests.swift b/UnitTests/WireGuard/CIDRAddressTests.swift index bde9682c9..0b0e62566 100644 --- a/UnitTests/WireGuard/CIDRAddressTests.swift +++ b/UnitTests/WireGuard/CIDRAddressTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/WireGuard/InterfaceTests.swift b/UnitTests/WireGuard/InterfaceTests.swift index bde16cfca..d049bab7c 100644 --- a/UnitTests/WireGuard/InterfaceTests.swift +++ b/UnitTests/WireGuard/InterfaceTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/WireGuard/PeerTests.swift b/UnitTests/WireGuard/PeerTests.swift index 63f15034e..4bc36b5fa 100644 --- a/UnitTests/WireGuard/PeerTests.swift +++ b/UnitTests/WireGuard/PeerTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/WireGuard/TunnelTests.swift b/UnitTests/WireGuard/TunnelTests.swift index 99115fd36..728db0c6e 100644 --- a/UnitTests/WireGuard/TunnelTests.swift +++ b/UnitTests/WireGuard/TunnelTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/UnitTests/WireGuard/WireGuardEndpointTests.swift b/UnitTests/WireGuard/WireGuardEndpointTests.swift index c6712977e..54179bdca 100644 --- a/UnitTests/WireGuard/WireGuardEndpointTests.swift +++ b/UnitTests/WireGuard/WireGuardEndpointTests.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2020-02-11. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/openvpn-tunnel-provider/PacketTunnelProvider.swift b/openvpn-tunnel-provider/PacketTunnelProvider.swift index 3f1596d7d..ad25db016 100644 --- a/openvpn-tunnel-provider/PacketTunnelProvider.swift +++ b/openvpn-tunnel-provider/PacketTunnelProvider.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-11-06. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/wireguard-tunnel-provider/PacketTunnelProvider.swift b/wireguard-tunnel-provider/PacketTunnelProvider.swift index fd47fad84..3e62a9c05 100644 --- a/wireguard-tunnel-provider/PacketTunnelProvider.swift +++ b/wireguard-tunnel-provider/PacketTunnelProvider.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2018-10-12. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. // diff --git a/wireguard-tunnel-provider/TimerManager.swift b/wireguard-tunnel-provider/TimerManager.swift index 337a03e0c..a0beb8fe2 100644 --- a/wireguard-tunnel-provider/TimerManager.swift +++ b/wireguard-tunnel-provider/TimerManager.swift @@ -4,7 +4,7 @@ // https://github.com/ivpn/ios-app // // Created by Juraj Hilje on 2019-03-07. -// Copyright (c) 2020 Privatus Limited. +// Copyright (c) 2023 IVPN Limited. // // This file is part of the IVPN iOS app. //