From 9e7c4960e586ea47ff5642dde1d471b1e0d15ce9 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 3 Nov 2018 22:33:30 +0100 Subject: [PATCH] Update GitHub URL in license preamble --- Passepartout-iOS-Tunnel/PacketTunnelProvider.swift | 2 +- Passepartout-iOS/AppDelegate.swift | 2 +- Passepartout-iOS/Cells/Cells.swift | 2 +- Passepartout-iOS/Cells/DestructiveTableViewCell.swift | 2 +- Passepartout-iOS/Cells/FieldTableViewCell.swift | 2 +- Passepartout-iOS/Cells/SettingTableViewCell.swift | 2 +- Passepartout-iOS/Cells/ToggleTableViewCell.swift | 2 +- Passepartout-iOS/Global/HUD.swift | 2 +- Passepartout-iOS/Global/IssueReporter.swift | 2 +- Passepartout-iOS/Global/Macros.swift | 2 +- Passepartout-iOS/Global/OptionViewController.swift | 2 +- Passepartout-iOS/Global/ParsedFile+Alerts.swift | 2 +- Passepartout-iOS/Global/Theme+Cells.swift | 2 +- Passepartout-iOS/Global/Theme+Titles.swift | 2 +- Passepartout-iOS/Global/Theme.swift | 2 +- Passepartout-iOS/Global/UITextView+Search.swift | 2 +- Passepartout-iOS/Scenes/AccountViewController.swift | 2 +- Passepartout-iOS/Scenes/ConfigurationModificationDelegate.swift | 2 +- Passepartout-iOS/Scenes/ConfigurationViewController.swift | 2 +- Passepartout-iOS/Scenes/DebugLogViewController.swift | 2 +- Passepartout-iOS/Scenes/EndpointViewController.swift | 2 +- Passepartout-iOS/Scenes/Organizer/AboutViewController.swift | 2 +- .../Scenes/Organizer/ImportedHostsViewController.swift | 2 +- Passepartout-iOS/Scenes/Organizer/LabelViewController.swift | 2 +- Passepartout-iOS/Scenes/Organizer/OrganizerViewController.swift | 2 +- Passepartout-iOS/Scenes/Organizer/VersionViewController.swift | 2 +- .../Scenes/Organizer/WizardHostViewController.swift | 2 +- .../Scenes/Organizer/WizardProviderViewController.swift | 2 +- Passepartout-iOS/Scenes/ProviderPoolViewController.swift | 2 +- Passepartout-iOS/Scenes/ProviderPresetViewController.swift | 2 +- Passepartout-iOS/Scenes/ServiceViewController.swift | 2 +- Passepartout-iOS/Tables/TableModel.swift | 2 +- Passepartout/Resources/en.lproj/Localizable.strings | 2 +- Passepartout/Sources/AppConstants.swift | 2 +- Passepartout/Sources/ApplicationError.swift | 2 +- Passepartout/Sources/GroupConstants.swift | 2 +- Passepartout/Sources/Model/ConnectionProfile.swift | 2 +- .../Sources/Model/ConnectionService+Configurations.swift | 2 +- Passepartout/Sources/Model/ConnectionService+Migration.swift | 2 +- Passepartout/Sources/Model/ConnectionService.swift | 2 +- Passepartout/Sources/Model/Credentials.swift | 2 +- Passepartout/Sources/Model/DebugLog.swift | 2 +- Passepartout/Sources/Model/EndpointDataSource.swift | 2 +- Passepartout/Sources/Model/Preferences.swift | 2 +- Passepartout/Sources/Model/Profiles/HostConnectionProfile.swift | 2 +- .../Sources/Model/Profiles/ProviderConnectionProfile.swift | 2 +- Passepartout/Sources/Model/SessionProxy+Communication.swift | 2 +- Passepartout/Sources/Model/TransientStore.swift | 2 +- Passepartout/Sources/Model/TrustPolicy.swift | 2 +- Passepartout/Sources/Model/TrustedNetworks.swift | 2 +- Passepartout/Sources/Services/Infrastructure.swift | 2 +- Passepartout/Sources/Services/InfrastructureFactory.swift | 2 +- Passepartout/Sources/Services/InfrastructurePreset.swift | 2 +- Passepartout/Sources/Services/Pool.swift | 2 +- Passepartout/Sources/Services/WebServices.swift | 2 +- Passepartout/Sources/Utils.swift | 2 +- Passepartout/Sources/VPN/GracefulVPN.swift | 2 +- Passepartout/Sources/VPN/MockVPNProvider.swift | 2 +- Passepartout/Sources/VPN/StandardVPNProvider.swift | 2 +- .../Sources/VPN/TunnelKitProvider+FileConfiguration.swift | 2 +- Passepartout/Sources/VPN/VPN.swift | 2 +- Passepartout/Sources/VPN/VPNConfiguration.swift | 2 +- Passepartout/Sources/VPN/VPNProvider.swift | 2 +- Passepartout/Sources/VPN/VPNStatus.swift | 2 +- PassepartoutTests-iOS/ConnectionServiceTests.swift | 2 +- PassepartoutTests-iOS/FileConfigurationTests.swift | 2 +- PassepartoutTests-iOS/InfrastructureTests.swift | 2 +- 67 files changed, 67 insertions(+), 67 deletions(-) diff --git a/Passepartout-iOS-Tunnel/PacketTunnelProvider.swift b/Passepartout-iOS-Tunnel/PacketTunnelProvider.swift index 0f2cab0f..92a2ca01 100644 --- a/Passepartout-iOS-Tunnel/PacketTunnelProvider.swift +++ b/Passepartout-iOS-Tunnel/PacketTunnelProvider.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/6/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/AppDelegate.swift b/Passepartout-iOS/AppDelegate.swift index e2d76aab..20c103a7 100644 --- a/Passepartout-iOS/AppDelegate.swift +++ b/Passepartout-iOS/AppDelegate.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/6/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Cells/Cells.swift b/Passepartout-iOS/Cells/Cells.swift index 179311b1..3083fd18 100644 --- a/Passepartout-iOS/Cells/Cells.swift +++ b/Passepartout-iOS/Cells/Cells.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/25/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Cells/DestructiveTableViewCell.swift b/Passepartout-iOS/Cells/DestructiveTableViewCell.swift index b9513d8d..0fa102a6 100644 --- a/Passepartout-iOS/Cells/DestructiveTableViewCell.swift +++ b/Passepartout-iOS/Cells/DestructiveTableViewCell.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/22/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Cells/FieldTableViewCell.swift b/Passepartout-iOS/Cells/FieldTableViewCell.swift index 9136fab9..bdcd9286 100644 --- a/Passepartout-iOS/Cells/FieldTableViewCell.swift +++ b/Passepartout-iOS/Cells/FieldTableViewCell.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/13/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Cells/SettingTableViewCell.swift b/Passepartout-iOS/Cells/SettingTableViewCell.swift index 906198c8..21aaac38 100644 --- a/Passepartout-iOS/Cells/SettingTableViewCell.swift +++ b/Passepartout-iOS/Cells/SettingTableViewCell.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/13/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Cells/ToggleTableViewCell.swift b/Passepartout-iOS/Cells/ToggleTableViewCell.swift index 97c4dcd2..60824a1c 100644 --- a/Passepartout-iOS/Cells/ToggleTableViewCell.swift +++ b/Passepartout-iOS/Cells/ToggleTableViewCell.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/13/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Global/HUD.swift b/Passepartout-iOS/Global/HUD.swift index 5b6de6f8..63564699 100644 --- a/Passepartout-iOS/Global/HUD.swift +++ b/Passepartout-iOS/Global/HUD.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/18/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Global/IssueReporter.swift b/Passepartout-iOS/Global/IssueReporter.swift index 80ccd093..ab9edf49 100644 --- a/Passepartout-iOS/Global/IssueReporter.swift +++ b/Passepartout-iOS/Global/IssueReporter.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/26/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Global/Macros.swift b/Passepartout-iOS/Global/Macros.swift index 5ebc08fe..e8c73ab3 100644 --- a/Passepartout-iOS/Global/Macros.swift +++ b/Passepartout-iOS/Global/Macros.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/16/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Global/OptionViewController.swift b/Passepartout-iOS/Global/OptionViewController.swift index 94c64501..7cdbaaf3 100644 --- a/Passepartout-iOS/Global/OptionViewController.swift +++ b/Passepartout-iOS/Global/OptionViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/5/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Global/ParsedFile+Alerts.swift b/Passepartout-iOS/Global/ParsedFile+Alerts.swift index abd3cdc1..3a71e6fe 100644 --- a/Passepartout-iOS/Global/ParsedFile+Alerts.swift +++ b/Passepartout-iOS/Global/ParsedFile+Alerts.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 10/27/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Global/Theme+Cells.swift b/Passepartout-iOS/Global/Theme+Cells.swift index ea2856e3..1f9fab32 100644 --- a/Passepartout-iOS/Global/Theme+Cells.swift +++ b/Passepartout-iOS/Global/Theme+Cells.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/25/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Global/Theme+Titles.swift b/Passepartout-iOS/Global/Theme+Titles.swift index b0fdd044..aba27a10 100644 --- a/Passepartout-iOS/Global/Theme+Titles.swift +++ b/Passepartout-iOS/Global/Theme+Titles.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/16/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Global/Theme.swift b/Passepartout-iOS/Global/Theme.swift index f6dfb81b..fc046b0f 100644 --- a/Passepartout-iOS/Global/Theme.swift +++ b/Passepartout-iOS/Global/Theme.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/14/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Global/UITextView+Search.swift b/Passepartout-iOS/Global/UITextView+Search.swift index 6b5d2f21..5db74849 100644 --- a/Passepartout-iOS/Global/UITextView+Search.swift +++ b/Passepartout-iOS/Global/UITextView+Search.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/1/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/AccountViewController.swift b/Passepartout-iOS/Scenes/AccountViewController.swift index e484aa2f..d157949d 100644 --- a/Passepartout-iOS/Scenes/AccountViewController.swift +++ b/Passepartout-iOS/Scenes/AccountViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/12/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/ConfigurationModificationDelegate.swift b/Passepartout-iOS/Scenes/ConfigurationModificationDelegate.swift index 9143ff49..a0c9e0e9 100644 --- a/Passepartout-iOS/Scenes/ConfigurationModificationDelegate.swift +++ b/Passepartout-iOS/Scenes/ConfigurationModificationDelegate.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/6/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/ConfigurationViewController.swift b/Passepartout-iOS/Scenes/ConfigurationViewController.swift index fbf3f051..3da9973c 100644 --- a/Passepartout-iOS/Scenes/ConfigurationViewController.swift +++ b/Passepartout-iOS/Scenes/ConfigurationViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/2/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/DebugLogViewController.swift b/Passepartout-iOS/Scenes/DebugLogViewController.swift index 7ed14daa..8c6af767 100644 --- a/Passepartout-iOS/Scenes/DebugLogViewController.swift +++ b/Passepartout-iOS/Scenes/DebugLogViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/12/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/EndpointViewController.swift b/Passepartout-iOS/Scenes/EndpointViewController.swift index d96182ba..ae05a9fe 100644 --- a/Passepartout-iOS/Scenes/EndpointViewController.swift +++ b/Passepartout-iOS/Scenes/EndpointViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/25/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/Organizer/AboutViewController.swift b/Passepartout-iOS/Scenes/Organizer/AboutViewController.swift index 892e69a6..efeeca3b 100644 --- a/Passepartout-iOS/Scenes/Organizer/AboutViewController.swift +++ b/Passepartout-iOS/Scenes/Organizer/AboutViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/28/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/Organizer/ImportedHostsViewController.swift b/Passepartout-iOS/Scenes/Organizer/ImportedHostsViewController.swift index 2188141b..7750810b 100644 --- a/Passepartout-iOS/Scenes/Organizer/ImportedHostsViewController.swift +++ b/Passepartout-iOS/Scenes/Organizer/ImportedHostsViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 10/27/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/Organizer/LabelViewController.swift b/Passepartout-iOS/Scenes/Organizer/LabelViewController.swift index 9abaef1d..e5344dea 100644 --- a/Passepartout-iOS/Scenes/Organizer/LabelViewController.swift +++ b/Passepartout-iOS/Scenes/Organizer/LabelViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/26/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/Organizer/OrganizerViewController.swift b/Passepartout-iOS/Scenes/Organizer/OrganizerViewController.swift index 28591886..885bdd4e 100644 --- a/Passepartout-iOS/Scenes/Organizer/OrganizerViewController.swift +++ b/Passepartout-iOS/Scenes/Organizer/OrganizerViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/2/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/Organizer/VersionViewController.swift b/Passepartout-iOS/Scenes/Organizer/VersionViewController.swift index 3ed80733..0f0993fe 100644 --- a/Passepartout-iOS/Scenes/Organizer/VersionViewController.swift +++ b/Passepartout-iOS/Scenes/Organizer/VersionViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/27/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/Organizer/WizardHostViewController.swift b/Passepartout-iOS/Scenes/Organizer/WizardHostViewController.swift index 804df87c..7b64ec2f 100644 --- a/Passepartout-iOS/Scenes/Organizer/WizardHostViewController.swift +++ b/Passepartout-iOS/Scenes/Organizer/WizardHostViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/4/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/Organizer/WizardProviderViewController.swift b/Passepartout-iOS/Scenes/Organizer/WizardProviderViewController.swift index 3aa2a3bd..d3c8c940 100644 --- a/Passepartout-iOS/Scenes/Organizer/WizardProviderViewController.swift +++ b/Passepartout-iOS/Scenes/Organizer/WizardProviderViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/4/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/ProviderPoolViewController.swift b/Passepartout-iOS/Scenes/ProviderPoolViewController.swift index 81c1f6be..aa6fda57 100644 --- a/Passepartout-iOS/Scenes/ProviderPoolViewController.swift +++ b/Passepartout-iOS/Scenes/ProviderPoolViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/12/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/ProviderPresetViewController.swift b/Passepartout-iOS/Scenes/ProviderPresetViewController.swift index 587e5cbb..334d41da 100644 --- a/Passepartout-iOS/Scenes/ProviderPresetViewController.swift +++ b/Passepartout-iOS/Scenes/ProviderPresetViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/2/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Scenes/ServiceViewController.swift b/Passepartout-iOS/Scenes/ServiceViewController.swift index 2efdbc19..fbcbe6a2 100644 --- a/Passepartout-iOS/Scenes/ServiceViewController.swift +++ b/Passepartout-iOS/Scenes/ServiceViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/6/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout-iOS/Tables/TableModel.swift b/Passepartout-iOS/Tables/TableModel.swift index 8deedeea..f06b9757 100644 --- a/Passepartout-iOS/Tables/TableModel.swift +++ b/Passepartout-iOS/Tables/TableModel.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/25/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Resources/en.lproj/Localizable.strings b/Passepartout/Resources/en.lproj/Localizable.strings index e53761bb..bf0e50d1 100644 --- a/Passepartout/Resources/en.lproj/Localizable.strings +++ b/Passepartout/Resources/en.lproj/Localizable.strings @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/13/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/AppConstants.swift b/Passepartout/Sources/AppConstants.swift index 600e2b7c..6f0017b8 100644 --- a/Passepartout/Sources/AppConstants.swift +++ b/Passepartout/Sources/AppConstants.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/15/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/ApplicationError.swift b/Passepartout/Sources/ApplicationError.swift index ad91657c..874fbc10 100644 --- a/Passepartout/Sources/ApplicationError.swift +++ b/Passepartout/Sources/ApplicationError.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/12/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/GroupConstants.swift b/Passepartout/Sources/GroupConstants.swift index 6424e41f..1f8e2b3c 100644 --- a/Passepartout/Sources/GroupConstants.swift +++ b/Passepartout/Sources/GroupConstants.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/7/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/ConnectionProfile.swift b/Passepartout/Sources/Model/ConnectionProfile.swift index 1ece6b5f..a7e0e2ee 100644 --- a/Passepartout/Sources/Model/ConnectionProfile.swift +++ b/Passepartout/Sources/Model/ConnectionProfile.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/2/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/ConnectionService+Configurations.swift b/Passepartout/Sources/Model/ConnectionService+Configurations.swift index 2efed886..001ce620 100644 --- a/Passepartout/Sources/Model/ConnectionService+Configurations.swift +++ b/Passepartout/Sources/Model/ConnectionService+Configurations.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 10/22/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/ConnectionService+Migration.swift b/Passepartout/Sources/Model/ConnectionService+Migration.swift index 63d28932..93e98372 100644 --- a/Passepartout/Sources/Model/ConnectionService+Migration.swift +++ b/Passepartout/Sources/Model/ConnectionService+Migration.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 10/25/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/ConnectionService.swift b/Passepartout/Sources/Model/ConnectionService.swift index 637ec8f1..9e79191d 100644 --- a/Passepartout/Sources/Model/ConnectionService.swift +++ b/Passepartout/Sources/Model/ConnectionService.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/3/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/Credentials.swift b/Passepartout/Sources/Model/Credentials.swift index 1e89ef41..2644ad07 100644 --- a/Passepartout/Sources/Model/Credentials.swift +++ b/Passepartout/Sources/Model/Credentials.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/7/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/DebugLog.swift b/Passepartout/Sources/Model/DebugLog.swift index a5f707a6..7ce5180e 100644 --- a/Passepartout/Sources/Model/DebugLog.swift +++ b/Passepartout/Sources/Model/DebugLog.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/26/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/EndpointDataSource.swift b/Passepartout/Sources/Model/EndpointDataSource.swift index 50fcfc0c..1a9c8588 100644 --- a/Passepartout/Sources/Model/EndpointDataSource.swift +++ b/Passepartout/Sources/Model/EndpointDataSource.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/5/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/Preferences.swift b/Passepartout/Sources/Model/Preferences.swift index e4aef0ac..e029e93e 100644 --- a/Passepartout/Sources/Model/Preferences.swift +++ b/Passepartout/Sources/Model/Preferences.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/4/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/Profiles/HostConnectionProfile.swift b/Passepartout/Sources/Model/Profiles/HostConnectionProfile.swift index 154d014f..d109b07f 100644 --- a/Passepartout/Sources/Model/Profiles/HostConnectionProfile.swift +++ b/Passepartout/Sources/Model/Profiles/HostConnectionProfile.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/2/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/Profiles/ProviderConnectionProfile.swift b/Passepartout/Sources/Model/Profiles/ProviderConnectionProfile.swift index fa577cc7..e20d4ee4 100644 --- a/Passepartout/Sources/Model/Profiles/ProviderConnectionProfile.swift +++ b/Passepartout/Sources/Model/Profiles/ProviderConnectionProfile.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/2/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/SessionProxy+Communication.swift b/Passepartout/Sources/Model/SessionProxy+Communication.swift index b2342551..3fb6d0a7 100644 --- a/Passepartout/Sources/Model/SessionProxy+Communication.swift +++ b/Passepartout/Sources/Model/SessionProxy+Communication.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/4/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/TransientStore.swift b/Passepartout/Sources/Model/TransientStore.swift index 0f9187a3..fb16c573 100644 --- a/Passepartout/Sources/Model/TransientStore.swift +++ b/Passepartout/Sources/Model/TransientStore.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/16/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/TrustPolicy.swift b/Passepartout/Sources/Model/TrustPolicy.swift index 697fa1a4..3a89d783 100644 --- a/Passepartout/Sources/Model/TrustPolicy.swift +++ b/Passepartout/Sources/Model/TrustPolicy.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/2/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Model/TrustedNetworks.swift b/Passepartout/Sources/Model/TrustedNetworks.swift index 6820ed73..e79f13cb 100644 --- a/Passepartout/Sources/Model/TrustedNetworks.swift +++ b/Passepartout/Sources/Model/TrustedNetworks.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/21/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Services/Infrastructure.swift b/Passepartout/Sources/Services/Infrastructure.swift index 47dc95df..cbd768a8 100644 --- a/Passepartout/Sources/Services/Infrastructure.swift +++ b/Passepartout/Sources/Services/Infrastructure.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/11/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Services/InfrastructureFactory.swift b/Passepartout/Sources/Services/InfrastructureFactory.swift index d8fbcb58..b242c13f 100644 --- a/Passepartout/Sources/Services/InfrastructureFactory.swift +++ b/Passepartout/Sources/Services/InfrastructureFactory.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/2/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Services/InfrastructurePreset.swift b/Passepartout/Sources/Services/InfrastructurePreset.swift index 4b368eda..cd4a5788 100644 --- a/Passepartout/Sources/Services/InfrastructurePreset.swift +++ b/Passepartout/Sources/Services/InfrastructurePreset.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/30/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Services/Pool.swift b/Passepartout/Sources/Services/Pool.swift index 0d23aa92..748670b2 100644 --- a/Passepartout/Sources/Services/Pool.swift +++ b/Passepartout/Sources/Services/Pool.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/11/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Services/WebServices.swift b/Passepartout/Sources/Services/WebServices.swift index 4c9ddae4..183834fb 100644 --- a/Passepartout/Sources/Services/WebServices.swift +++ b/Passepartout/Sources/Services/WebServices.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/14/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/Utils.swift b/Passepartout/Sources/Utils.swift index f091988e..1c9df6b3 100644 --- a/Passepartout/Sources/Utils.swift +++ b/Passepartout/Sources/Utils.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/16/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/VPN/GracefulVPN.swift b/Passepartout/Sources/VPN/GracefulVPN.swift index 0accb7bc..bd778f76 100644 --- a/Passepartout/Sources/VPN/GracefulVPN.swift +++ b/Passepartout/Sources/VPN/GracefulVPN.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/18/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/VPN/MockVPNProvider.swift b/Passepartout/Sources/VPN/MockVPNProvider.swift index 942b7451..4d578d7a 100644 --- a/Passepartout/Sources/VPN/MockVPNProvider.swift +++ b/Passepartout/Sources/VPN/MockVPNProvider.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/15/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/VPN/StandardVPNProvider.swift b/Passepartout/Sources/VPN/StandardVPNProvider.swift index 579f1753..1ba9d289 100644 --- a/Passepartout/Sources/VPN/StandardVPNProvider.swift +++ b/Passepartout/Sources/VPN/StandardVPNProvider.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/15/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/VPN/TunnelKitProvider+FileConfiguration.swift b/Passepartout/Sources/VPN/TunnelKitProvider+FileConfiguration.swift index d54ec564..664bf7fe 100644 --- a/Passepartout/Sources/VPN/TunnelKitProvider+FileConfiguration.swift +++ b/Passepartout/Sources/VPN/TunnelKitProvider+FileConfiguration.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/5/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/VPN/VPN.swift b/Passepartout/Sources/VPN/VPN.swift index f6be4a78..d8733f43 100644 --- a/Passepartout/Sources/VPN/VPN.swift +++ b/Passepartout/Sources/VPN/VPN.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/12/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/VPN/VPNConfiguration.swift b/Passepartout/Sources/VPN/VPNConfiguration.swift index f18706b0..9f82b54d 100644 --- a/Passepartout/Sources/VPN/VPNConfiguration.swift +++ b/Passepartout/Sources/VPN/VPNConfiguration.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/18/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/VPN/VPNProvider.swift b/Passepartout/Sources/VPN/VPNProvider.swift index 9ccc2841..c7a12825 100644 --- a/Passepartout/Sources/VPN/VPNProvider.swift +++ b/Passepartout/Sources/VPN/VPNProvider.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/6/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/Passepartout/Sources/VPN/VPNStatus.swift b/Passepartout/Sources/VPN/VPNStatus.swift index 541de6d4..f9417c0e 100644 --- a/Passepartout/Sources/VPN/VPNStatus.swift +++ b/Passepartout/Sources/VPN/VPNStatus.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/18/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/PassepartoutTests-iOS/ConnectionServiceTests.swift b/PassepartoutTests-iOS/ConnectionServiceTests.swift index 4a77003b..3aa4d4df 100644 --- a/PassepartoutTests-iOS/ConnectionServiceTests.swift +++ b/PassepartoutTests-iOS/ConnectionServiceTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 10/25/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/PassepartoutTests-iOS/FileConfigurationTests.swift b/PassepartoutTests-iOS/FileConfigurationTests.swift index 34caa2e5..fbfda800 100644 --- a/PassepartoutTests-iOS/FileConfigurationTests.swift +++ b/PassepartoutTests-iOS/FileConfigurationTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/5/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. // diff --git a/PassepartoutTests-iOS/InfrastructureTests.swift b/PassepartoutTests-iOS/InfrastructureTests.swift index 3fd900db..f2db6323 100644 --- a/PassepartoutTests-iOS/InfrastructureTests.swift +++ b/PassepartoutTests-iOS/InfrastructureTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/11/18. // Copyright (c) 2018 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of Passepartout. //