diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-02-06 16:39:12 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-02-06 16:39:37 +0100 |
| commit | dc1f418c8fdc5a939909079f882d32f7de06f632 (patch) | |
| tree | 89d7247192ab12d5a87e0c56d9145f98d87668ea | |
| parent | f4862deaf93ec6ef47c124cb0cccc0608bcae237 (diff) | |
| download | mullvadvpn-dc1f418c8fdc5a939909079f882d32f7de06f632.tar.xz mullvadvpn-dc1f418c8fdc5a939909079f882d32f7de06f632.zip | |
Replace Amagicom AB with Mullvad VPN AB in iOS source files
69 files changed, 69 insertions, 69 deletions
diff --git a/ios/MullvadVPN.xcodeproj/project.pbxproj b/ios/MullvadVPN.xcodeproj/project.pbxproj index ec9a1d0d0f..2f8fda47e3 100644 --- a/ios/MullvadVPN.xcodeproj/project.pbxproj +++ b/ios/MullvadVPN.xcodeproj/project.pbxproj @@ -472,7 +472,7 @@ attributes = { LastSwiftUpdateCheck = 1120; LastUpgradeCheck = 1000; - ORGANIZATIONNAME = "Amagicom AB"; + ORGANIZATIONNAME = "Mullvad VPN AB"; TargetAttributes = { 58B0A29F238EE67E00BC001D = { CreatedOnToolsVersion = 11.2.1; diff --git a/ios/MullvadVPN/Account.swift b/ios/MullvadVPN/Account.swift index 7feb876837..bd82097477 100644 --- a/ios/MullvadVPN/Account.swift +++ b/ios/MullvadVPN/Account.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 16/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/AccountExpiry.swift b/ios/MullvadVPN/AccountExpiry.swift index aa4f4c5c06..85f3159d62 100644 --- a/ios/MullvadVPN/AccountExpiry.swift +++ b/ios/MullvadVPN/AccountExpiry.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 22/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/AccountInputGroupView.swift b/ios/MullvadVPN/AccountInputGroupView.swift index 1575e3584f..bfff00d4df 100644 --- a/ios/MullvadVPN/AccountInputGroupView.swift +++ b/ios/MullvadVPN/AccountInputGroupView.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 22/03/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/AccountTextField.swift b/ios/MullvadVPN/AccountTextField.swift index 86ec88b41d..6c22df60e3 100644 --- a/ios/MullvadVPN/AccountTextField.swift +++ b/ios/MullvadVPN/AccountTextField.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 20/03/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/AccountViewController.swift b/ios/MullvadVPN/AccountViewController.swift index a4d0f8a959..e081b88858 100644 --- a/ios/MullvadVPN/AccountViewController.swift +++ b/ios/MullvadVPN/AccountViewController.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 20/03/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/AppDelegate.swift b/ios/MullvadVPN/AppDelegate.swift index 797519cd57..a190ea9622 100644 --- a/ios/MullvadVPN/AppDelegate.swift +++ b/ios/MullvadVPN/AppDelegate.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 19/03/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/ApplicationConfiguration.swift b/ios/MullvadVPN/ApplicationConfiguration.swift index 3324d8d66f..90e4849882 100644 --- a/ios/MullvadVPN/ApplicationConfiguration.swift +++ b/ios/MullvadVPN/ApplicationConfiguration.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 05/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/AutoDisposableSink.swift b/ios/MullvadVPN/AutoDisposableSink.swift index de424b9d1b..548e343053 100644 --- a/ios/MullvadVPN/AutoDisposableSink.swift +++ b/ios/MullvadVPN/AutoDisposableSink.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 01/11/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/BasicTableViewCell.swift b/ios/MullvadVPN/BasicTableViewCell.swift index 3da0ad00ab..68158801db 100644 --- a/ios/MullvadVPN/BasicTableViewCell.swift +++ b/ios/MullvadVPN/BasicTableViewCell.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 02/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/Bundle+MullvadVersion.swift b/ios/MullvadVPN/Bundle+MullvadVersion.swift index 0ab1e1da4a..872376c600 100644 --- a/ios/MullvadVPN/Bundle+MullvadVersion.swift +++ b/ios/MullvadVPN/Bundle+MullvadVersion.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 29/11/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/ConnectViewController.swift b/ios/MullvadVPN/ConnectViewController.swift index f244f416cb..c5ee619982 100644 --- a/ios/MullvadVPN/ConnectViewController.swift +++ b/ios/MullvadVPN/ConnectViewController.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 20/03/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/CustomButton.swift b/ios/MullvadVPN/CustomButton.swift index 9cecb1f144..1b5bcbece3 100644 --- a/ios/MullvadVPN/CustomButton.swift +++ b/ios/MullvadVPN/CustomButton.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 23/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/CustomNavigationBar.swift b/ios/MullvadVPN/CustomNavigationBar.swift index 7465de78f4..2f2072b809 100644 --- a/ios/MullvadVPN/CustomNavigationBar.swift +++ b/ios/MullvadVPN/CustomNavigationBar.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 22/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/Data+HexCoding.swift b/ios/MullvadVPN/Data+HexCoding.swift index e1ed224631..bc00ec9ac7 100644 --- a/ios/MullvadVPN/Data+HexCoding.swift +++ b/ios/MullvadVPN/Data+HexCoding.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 20/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/EmbeddedViewContainerView.swift b/ios/MullvadVPN/EmbeddedViewContainerView.swift index e2a6a3717f..9bb8fe1d2b 100644 --- a/ios/MullvadVPN/EmbeddedViewContainerView.swift +++ b/ios/MullvadVPN/EmbeddedViewContainerView.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 09/12/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/IPAddressRange.swift b/ios/MullvadVPN/IPAddressRange.swift index a8169877cb..d887020fef 100644 --- a/ios/MullvadVPN/IPAddressRange.swift +++ b/ios/MullvadVPN/IPAddressRange.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 20/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/IPEndpoint.swift b/ios/MullvadVPN/IPEndpoint.swift index 435267ae15..e1317f2655 100644 --- a/ios/MullvadVPN/IPEndpoint.swift +++ b/ios/MullvadVPN/IPEndpoint.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 06/12/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/IpAddress+Codable.swift b/ios/MullvadVPN/IpAddress+Codable.swift index 104aae7cdb..73fb34f642 100644 --- a/ios/MullvadVPN/IpAddress+Codable.swift +++ b/ios/MullvadVPN/IpAddress+Codable.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 12/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Network diff --git a/ios/MullvadVPN/JsonRpc.swift b/ios/MullvadVPN/JsonRpc.swift index 58a6b01827..2e79cf7e90 100644 --- a/ios/MullvadVPN/JsonRpc.swift +++ b/ios/MullvadVPN/JsonRpc.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 02/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/KeychainError.swift b/ios/MullvadVPN/KeychainError.swift index 0871e3fb18..f006175827 100644 --- a/ios/MullvadVPN/KeychainError.swift +++ b/ios/MullvadVPN/KeychainError.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 02/10/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/LoginState.swift b/ios/MullvadVPN/LoginState.swift index 9f5be1d1a0..2b107b6f27 100644 --- a/ios/MullvadVPN/LoginState.swift +++ b/ios/MullvadVPN/LoginState.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 21/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/LoginViewController.swift b/ios/MullvadVPN/LoginViewController.swift index ce11468e76..7f88984a26 100644 --- a/ios/MullvadVPN/LoginViewController.swift +++ b/ios/MullvadVPN/LoginViewController.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 19/03/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/MullvadAPI.swift b/ios/MullvadVPN/MullvadAPI.swift index 0a09018818..9e6add133a 100644 --- a/ios/MullvadVPN/MullvadAPI.swift +++ b/ios/MullvadVPN/MullvadAPI.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 02/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/MullvadEndpoint.swift b/ios/MullvadVPN/MullvadEndpoint.swift index f9bbc851d6..0ffb996b9d 100644 --- a/ios/MullvadVPN/MullvadEndpoint.swift +++ b/ios/MullvadVPN/MullvadEndpoint.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 12/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/MutuallyExclusive.swift b/ios/MullvadVPN/MutuallyExclusive.swift index c93cc5362e..faedaba35d 100644 --- a/ios/MullvadVPN/MutuallyExclusive.swift +++ b/ios/MullvadVPN/MutuallyExclusive.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 24/10/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/NEVPNStatus+Debug.swift b/ios/MullvadVPN/NEVPNStatus+Debug.swift index c60b53b9f8..387a9f73a6 100644 --- a/ios/MullvadVPN/NEVPNStatus+Debug.swift +++ b/ios/MullvadVPN/NEVPNStatus+Debug.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 28/11/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/PacketTunnelIpc.swift b/ios/MullvadVPN/PacketTunnelIpc.swift index ac194b5372..b38f1815be 100644 --- a/ios/MullvadVPN/PacketTunnelIpc.swift +++ b/ios/MullvadVPN/PacketTunnelIpc.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 01/11/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/RelayCache.swift b/ios/MullvadVPN/RelayCache.swift index 4c8fefbd92..1aec01c72c 100644 --- a/ios/MullvadVPN/RelayCache.swift +++ b/ios/MullvadVPN/RelayCache.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 05/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/RelayConstraints.swift b/ios/MullvadVPN/RelayConstraints.swift index 930ec08cca..af25110c9b 100644 --- a/ios/MullvadVPN/RelayConstraints.swift +++ b/ios/MullvadVPN/RelayConstraints.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 10/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/RelayList.swift b/ios/MullvadVPN/RelayList.swift index fc892cd269..190432e805 100644 --- a/ios/MullvadVPN/RelayList.swift +++ b/ios/MullvadVPN/RelayList.swift @@ -4,7 +4,7 @@ // MullvadVPN // // Created by pronebird on 02/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/RelaySelector+RelayCache.swift b/ios/MullvadVPN/RelaySelector+RelayCache.swift index b82507ba23..09da3f8ecf 100644 --- a/ios/MullvadVPN/RelaySelector+RelayCache.swift +++ b/ios/MullvadVPN/RelaySelector+RelayCache.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 07/11/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/RelaySelector.swift b/ios/MullvadVPN/RelaySelector.swift index 2af9813fe8..d863365174 100644 --- a/ios/MullvadVPN/RelaySelector.swift +++ b/ios/MullvadVPN/RelaySelector.swift @@ -3,7 +3,7 @@ // PacketTunnel // // Created by pronebird on 11/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/RelayStatusIndicatorView.swift b/ios/MullvadVPN/RelayStatusIndicatorView.swift index 2d2e07f8f5..5dbebbf98b 100644 --- a/ios/MullvadVPN/RelayStatusIndicatorView.swift +++ b/ios/MullvadVPN/RelayStatusIndicatorView.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 01/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/ReplaceNilWithError.swift b/ios/MullvadVPN/ReplaceNilWithError.swift index 4097b007f0..f25a8ff7bc 100644 --- a/ios/MullvadVPN/ReplaceNilWithError.swift +++ b/ios/MullvadVPN/ReplaceNilWithError.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 19/11/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/RootContainerViewController.swift b/ios/MullvadVPN/RootContainerViewController.swift index 0ca4588232..786b705dc8 100644 --- a/ios/MullvadVPN/RootContainerViewController.swift +++ b/ios/MullvadVPN/RootContainerViewController.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 25/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/SegueIdentifier.swift b/ios/MullvadVPN/SegueIdentifier.swift index 84f245fdff..f7a9647cff 100644 --- a/ios/MullvadVPN/SegueIdentifier.swift +++ b/ios/MullvadVPN/SegueIdentifier.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 25/03/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/SelectLocationCell.swift b/ios/MullvadVPN/SelectLocationCell.swift index 2b7154574f..2500be383b 100644 --- a/ios/MullvadVPN/SelectLocationCell.swift +++ b/ios/MullvadVPN/SelectLocationCell.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 02/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/SelectLocationController.swift b/ios/MullvadVPN/SelectLocationController.swift index 48dbd6f3f9..4e113aaa23 100644 --- a/ios/MullvadVPN/SelectLocationController.swift +++ b/ios/MullvadVPN/SelectLocationController.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 02/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/SettingsAccountCell.swift b/ios/MullvadVPN/SettingsAccountCell.swift index ce5705448e..7167efb709 100644 --- a/ios/MullvadVPN/SettingsAccountCell.swift +++ b/ios/MullvadVPN/SettingsAccountCell.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 22/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/SettingsAppVersionCell.swift b/ios/MullvadVPN/SettingsAppVersionCell.swift index 6e36716701..8639687bd7 100644 --- a/ios/MullvadVPN/SettingsAppVersionCell.swift +++ b/ios/MullvadVPN/SettingsAppVersionCell.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 24/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/SettingsBasicCell.swift b/ios/MullvadVPN/SettingsBasicCell.swift index a4e98a58eb..8755dcdc69 100644 --- a/ios/MullvadVPN/SettingsBasicCell.swift +++ b/ios/MullvadVPN/SettingsBasicCell.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 04/12/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/SettingsCell.swift b/ios/MullvadVPN/SettingsCell.swift index 754cba03e9..c292ce1fcf 100644 --- a/ios/MullvadVPN/SettingsCell.swift +++ b/ios/MullvadVPN/SettingsCell.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 22/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/SettingsViewController.swift b/ios/MullvadVPN/SettingsViewController.swift index 4c8cc11c20..9e001d21f1 100644 --- a/ios/MullvadVPN/SettingsViewController.swift +++ b/ios/MullvadVPN/SettingsViewController.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 20/03/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/SpinnerActivityIndicatorView.swift b/ios/MullvadVPN/SpinnerActivityIndicatorView.swift index 2e8140c97f..86512f54ee 100644 --- a/ios/MullvadVPN/SpinnerActivityIndicatorView.swift +++ b/ios/MullvadVPN/SpinnerActivityIndicatorView.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 15/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/StaticTableViewDataSource.swift b/ios/MullvadVPN/StaticTableViewDataSource.swift index 305def36a6..36cef2adaa 100644 --- a/ios/MullvadVPN/StaticTableViewDataSource.swift +++ b/ios/MullvadVPN/StaticTableViewDataSource.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 24/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/TranslucentButtonBlurView.swift b/ios/MullvadVPN/TranslucentButtonBlurView.swift index b4bc874f1e..7679d7f251 100644 --- a/ios/MullvadVPN/TranslucentButtonBlurView.swift +++ b/ios/MullvadVPN/TranslucentButtonBlurView.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 20/03/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/TunnelConfiguration.swift b/ios/MullvadVPN/TunnelConfiguration.swift index 8cd7ab15aa..cae302b6fd 100644 --- a/ios/MullvadVPN/TunnelConfiguration.swift +++ b/ios/MullvadVPN/TunnelConfiguration.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 19/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/TunnelConfigurationCoder.swift b/ios/MullvadVPN/TunnelConfigurationCoder.swift index db844c252d..97500eccbb 100644 --- a/ios/MullvadVPN/TunnelConfigurationCoder.swift +++ b/ios/MullvadVPN/TunnelConfigurationCoder.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 02/10/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/TunnelConfigurationManager.swift b/ios/MullvadVPN/TunnelConfigurationManager.swift index b48e04844b..563216a202 100644 --- a/ios/MullvadVPN/TunnelConfigurationManager.swift +++ b/ios/MullvadVPN/TunnelConfigurationManager.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 02/10/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/TunnelControlViewController.swift b/ios/MullvadVPN/TunnelControlViewController.swift index 2f9bc0eae4..8ec87eb8d0 100644 --- a/ios/MullvadVPN/TunnelControlViewController.swift +++ b/ios/MullvadVPN/TunnelControlViewController.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 01/11/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/TunnelManager.swift b/ios/MullvadVPN/TunnelManager.swift index 4b0f455e7e..4f5046468b 100644 --- a/ios/MullvadVPN/TunnelManager.swift +++ b/ios/MullvadVPN/TunnelManager.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 25/09/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/UIAlertController+Error.swift b/ios/MullvadVPN/UIAlertController+Error.swift index b76958b0ef..3552b487ec 100644 --- a/ios/MullvadVPN/UIAlertController+Error.swift +++ b/ios/MullvadVPN/UIAlertController+Error.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 11/12/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/UIColor+Helpers.swift b/ios/MullvadVPN/UIColor+Helpers.swift index 20adddd5a7..08f36a32ac 100644 --- a/ios/MullvadVPN/UIColor+Helpers.swift +++ b/ios/MullvadVPN/UIColor+Helpers.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 06/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/UIColor+Palette.swift b/ios/MullvadVPN/UIColor+Palette.swift index dfcd4174f8..8f6d35c147 100644 --- a/ios/MullvadVPN/UIColor+Palette.swift +++ b/ios/MullvadVPN/UIColor+Palette.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 20/03/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import UIKit diff --git a/ios/MullvadVPN/ViewControllerIdentifier.swift b/ios/MullvadVPN/ViewControllerIdentifier.swift index 0c9ce17092..8c4c9b2691 100644 --- a/ios/MullvadVPN/ViewControllerIdentifier.swift +++ b/ios/MullvadVPN/ViewControllerIdentifier.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 23/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/WebLinks.swift b/ios/MullvadVPN/WebLinks.swift index 29edd6eaac..cae8169f17 100644 --- a/ios/MullvadVPN/WebLinks.swift +++ b/ios/MullvadVPN/WebLinks.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 21/05/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/WireguardAssociatedAddresses.swift b/ios/MullvadVPN/WireguardAssociatedAddresses.swift index c4c543d832..d98d97cace 100644 --- a/ios/MullvadVPN/WireguardAssociatedAddresses.swift +++ b/ios/MullvadVPN/WireguardAssociatedAddresses.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 13/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/MullvadVPN/WireguardKeysViewController.swift b/ios/MullvadVPN/WireguardKeysViewController.swift index 9024f82627..9200698c32 100644 --- a/ios/MullvadVPN/WireguardKeysViewController.swift +++ b/ios/MullvadVPN/WireguardKeysViewController.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 04/12/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/MullvadVPN/WireguardPrivateKey.swift b/ios/MullvadVPN/WireguardPrivateKey.swift index 058055e77f..573e0e6554 100644 --- a/ios/MullvadVPN/WireguardPrivateKey.swift +++ b/ios/MullvadVPN/WireguardPrivateKey.swift @@ -3,7 +3,7 @@ // MullvadVPN // // Created by pronebird on 20/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import CryptoKit diff --git a/ios/MullvadVPNTests/RelaySelectorTests.swift b/ios/MullvadVPNTests/RelaySelectorTests.swift index af83ad23eb..b3323744ee 100644 --- a/ios/MullvadVPNTests/RelaySelectorTests.swift +++ b/ios/MullvadVPNTests/RelaySelectorTests.swift @@ -3,7 +3,7 @@ // RelaySelectorTests // // Created by pronebird on 07/11/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import XCTest diff --git a/ios/PacketTunnel/AnyIPEndpoint+DNS64.swift b/ios/PacketTunnel/AnyIPEndpoint+DNS64.swift index ff45d25654..758b731bd8 100644 --- a/ios/PacketTunnel/AnyIPEndpoint+DNS64.swift +++ b/ios/PacketTunnel/AnyIPEndpoint+DNS64.swift @@ -3,7 +3,7 @@ // PacketTunnel // // Created by pronebird on 24/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/PacketTunnel/AnyIPEndpoint+Wireguard.swift b/ios/PacketTunnel/AnyIPEndpoint+Wireguard.swift index 52a446a4ee..cf55cb60cf 100644 --- a/ios/PacketTunnel/AnyIPEndpoint+Wireguard.swift +++ b/ios/PacketTunnel/AnyIPEndpoint+Wireguard.swift @@ -3,7 +3,7 @@ // PacketTunnel // // Created by pronebird on 24/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/PacketTunnel/Logging.swift b/ios/PacketTunnel/Logging.swift index a510f35544..60d20d7c58 100644 --- a/ios/PacketTunnel/Logging.swift +++ b/ios/PacketTunnel/Logging.swift @@ -3,7 +3,7 @@ // PacketTunnel // // Created by pronebird on 18/12/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/PacketTunnel/PacketTunnelProvider.swift b/ios/PacketTunnel/PacketTunnelProvider.swift index 7c2609df38..1aceba8a0f 100644 --- a/ios/PacketTunnel/PacketTunnelProvider.swift +++ b/ios/PacketTunnel/PacketTunnelProvider.swift @@ -3,7 +3,7 @@ // PacketTunnel // // Created by pronebird on 19/03/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/PacketTunnel/PacketTunnelSettingsGenerator.swift b/ios/PacketTunnel/PacketTunnelSettingsGenerator.swift index 5d69be937b..63c0bad96f 100644 --- a/ios/PacketTunnel/PacketTunnelSettingsGenerator.swift +++ b/ios/PacketTunnel/PacketTunnelSettingsGenerator.swift @@ -3,7 +3,7 @@ // PacketTunnel // // Created by pronebird on 13/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/PacketTunnel/WireguardCommand.swift b/ios/PacketTunnel/WireguardCommand.swift index caa15a7eeb..86d0bb898f 100644 --- a/ios/PacketTunnel/WireguardCommand.swift +++ b/ios/PacketTunnel/WireguardCommand.swift @@ -3,7 +3,7 @@ // PacketTunnel // // Created by pronebird on 24/06/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Foundation diff --git a/ios/PacketTunnel/WireguardConfiguration.swift b/ios/PacketTunnel/WireguardConfiguration.swift index 70410bfa17..d4a31327bf 100644 --- a/ios/PacketTunnel/WireguardConfiguration.swift +++ b/ios/PacketTunnel/WireguardConfiguration.swift @@ -3,7 +3,7 @@ // PacketTunnel // // Created by pronebird on 17/12/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine diff --git a/ios/PacketTunnel/WireguardDevice.swift b/ios/PacketTunnel/WireguardDevice.swift index 65da041e07..bcd07fbf05 100644 --- a/ios/PacketTunnel/WireguardDevice.swift +++ b/ios/PacketTunnel/WireguardDevice.swift @@ -3,7 +3,7 @@ // PacketTunnel // // Created by pronebird on 16/12/2019. -// Copyright © 2019 Amagicom AB. All rights reserved. +// Copyright © 2019 Mullvad VPN AB. All rights reserved. // import Combine |
