From a7aa78141e9794a9ec65651c1229db2ef03080be Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 11 Jan 2020 09:26:41 +0100 Subject: [PATCH] Update copyright clause --- TunnelKit/Sources/AppExtension/GenericSocket.swift | 2 +- TunnelKit/Sources/AppExtension/InterfaceObserver.swift | 2 +- TunnelKit/Sources/AppExtension/Keychain.swift | 2 +- TunnelKit/Sources/AppExtension/LinkProducer.swift | 2 +- TunnelKit/Sources/AppExtension/MemoryDestination.swift | 2 +- TunnelKit/Sources/AppExtension/Transport/NETCPSocket.swift | 2 +- .../Sources/AppExtension/Transport/NETunnelInterface.swift | 2 +- TunnelKit/Sources/AppExtension/Transport/NEUDPSocket.swift | 2 +- .../Transport/NWTCPConnectionState+Description.swift | 2 +- .../AppExtension/Transport/NWUDPSessionState+Description.swift | 2 +- TunnelKit/Sources/Core/Allocation.h | 2 +- TunnelKit/Sources/Core/Allocation.m | 2 +- TunnelKit/Sources/Core/BidirectionalState.swift | 2 +- TunnelKit/Sources/Core/ConfigurationError.swift | 2 +- TunnelKit/Sources/Core/CoreConfiguration.swift | 2 +- TunnelKit/Sources/Core/DNS.h | 2 +- TunnelKit/Sources/Core/DNS.m | 2 +- TunnelKit/Sources/Core/DNSResolver.swift | 2 +- TunnelKit/Sources/Core/Data+Manipulation.swift | 2 +- TunnelKit/Sources/Core/EndpointProtocol.swift | 2 +- TunnelKit/Sources/Core/Errors.h | 2 +- TunnelKit/Sources/Core/Errors.m | 2 +- TunnelKit/Sources/Core/Errors.swift | 2 +- TunnelKit/Sources/Core/IOInterface.swift | 2 +- TunnelKit/Sources/Core/IPv4Settings.swift | 2 +- TunnelKit/Sources/Core/IPv6Settings.swift | 2 +- TunnelKit/Sources/Core/LZO.h | 2 +- TunnelKit/Sources/Core/LZO.m | 2 +- TunnelKit/Sources/Core/LinkInterface.swift | 2 +- TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift | 2 +- TunnelKit/Sources/Core/Proxy.swift | 2 +- TunnelKit/Sources/Core/RoutingTable.h | 2 +- TunnelKit/Sources/Core/RoutingTable.m | 2 +- TunnelKit/Sources/Core/RoutingTableEntry.h | 2 +- TunnelKit/Sources/Core/RoutingTableEntry.m | 2 +- TunnelKit/Sources/Core/SecureRandom.swift | 2 +- TunnelKit/Sources/Core/Session.swift | 2 +- TunnelKit/Sources/Core/SocketType.swift | 2 +- TunnelKit/Sources/Core/TunnelInterface.swift | 2 +- TunnelKit/Sources/Core/Utils.swift | 2 +- TunnelKit/Sources/Core/ZeroingData.h | 2 +- TunnelKit/Sources/Core/ZeroingData.m | 2 +- TunnelKit/Sources/Core/ZeroingData.swift | 2 +- TunnelKit/Sources/Core/module.modulemap | 2 +- TunnelKit/Sources/Extra/LZO/StandardLZO.m | 2 +- .../Protocols/OpenVPN/AppExtension/ConnectionStrategy.swift | 2 +- .../Sources/Protocols/OpenVPN/AppExtension/NETCPLink.swift | 2 +- .../Sources/Protocols/OpenVPN/AppExtension/NEUDPLink.swift | 2 +- .../AppExtension/OpenVPNTunnelProvider+Configuration.swift | 2 +- .../AppExtension/OpenVPNTunnelProvider+Interaction.swift | 2 +- .../Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/Authenticator.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CompressionAlgorithm.swift | 2 +- .../Sources/Protocols/OpenVPN/CompressionAlgorithmNative.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CompressionFraming.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CompressionFramingNative.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/Configuration.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/ConfigurationParser.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/ControlChannel.swift | 2 +- .../Sources/Protocols/OpenVPN/ControlChannelSerializer.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/ControlPacket.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/ControlPacket.m | 2 +- .../Sources/Protocols/OpenVPN/CoreConfiguration+OpenVPN.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/Crypto.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CryptoAEAD.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CryptoAEAD.m | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CryptoBox.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CryptoBox.m | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CryptoCBC.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CryptoCBC.m | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CryptoCTR.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CryptoCTR.m | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CryptoContainer.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/CryptoMacros.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/DataPath.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/DataPath.m | 2 +- TunnelKit/Sources/Protocols/OpenVPN/DataPathCrypto.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/EncryptionBridge.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/MSS.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/MSS.m | 2 +- TunnelKit/Sources/Protocols/OpenVPN/OpenVPN.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/OpenVPNError.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/OpenVPNSession+PIA.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/OpenVPNSession.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/Packet.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/PacketMacros.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/PacketMacros.m | 2 +- TunnelKit/Sources/Protocols/OpenVPN/PacketStream.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/PacketStream.m | 2 +- TunnelKit/Sources/Protocols/OpenVPN/ProtocolMacros.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/PushReply.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/ReplayProtector.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/ReplayProtector.m | 2 +- TunnelKit/Sources/Protocols/OpenVPN/SessionKey.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/StaticKey.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/TLSBox.h | 2 +- TunnelKit/Sources/Protocols/OpenVPN/TLSBox.m | 2 +- TunnelKit/Sources/Protocols/OpenVPN/TLSWrap.swift | 2 +- TunnelKit/Sources/Protocols/OpenVPN/module.modulemap | 2 +- TunnelKitHost/AppDelegate.swift | 2 +- TunnelKitHost/ViewController.swift | 2 +- TunnelKitTests/Core/DNSTests.swift | 2 +- TunnelKitTests/Core/DataManipulationTests.swift | 2 +- TunnelKitTests/Core/RandomTests.swift | 2 +- TunnelKitTests/Core/RawPerformanceTests.swift | 2 +- TunnelKitTests/Core/RoutingTests.swift | 2 +- TunnelKitTests/Core/TestUtils+Core.swift | 2 +- TunnelKitTests/LZO/CompressionTests.swift | 2 +- TunnelKitTests/OpenVPN/AppExtensionTests.swift | 2 +- TunnelKitTests/OpenVPN/ConfigurationParserTests.swift | 2 +- TunnelKitTests/OpenVPN/ControlChannelTests.swift | 2 +- TunnelKitTests/OpenVPN/DataPathEncryptionTests.swift | 2 +- TunnelKitTests/OpenVPN/DataPathPerformanceTests.swift | 2 +- TunnelKitTests/OpenVPN/EncryptionPerformanceTests.swift | 2 +- TunnelKitTests/OpenVPN/EncryptionTests.swift | 2 +- TunnelKitTests/OpenVPN/LinkTests.swift | 2 +- TunnelKitTests/OpenVPN/PacketTests.swift | 2 +- TunnelKitTests/OpenVPN/PushTests.swift | 2 +- TunnelKitTests/OpenVPN/StaticKeyTests.swift | 2 +- TunnelKitTests/OpenVPN/TestUtils+OpenVPN.swift | 2 +- 120 files changed, 120 insertions(+), 120 deletions(-) diff --git a/TunnelKit/Sources/AppExtension/GenericSocket.swift b/TunnelKit/Sources/AppExtension/GenericSocket.swift index a30156c..d016459 100644 --- a/TunnelKit/Sources/AppExtension/GenericSocket.swift +++ b/TunnelKit/Sources/AppExtension/GenericSocket.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/16/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/AppExtension/InterfaceObserver.swift b/TunnelKit/Sources/AppExtension/InterfaceObserver.swift index 5792adb..c1ad3d0 100644 --- a/TunnelKit/Sources/AppExtension/InterfaceObserver.swift +++ b/TunnelKit/Sources/AppExtension/InterfaceObserver.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 6/14/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/AppExtension/Keychain.swift b/TunnelKit/Sources/AppExtension/Keychain.swift index 03f97c7..db14ddd 100644 --- a/TunnelKit/Sources/AppExtension/Keychain.swift +++ b/TunnelKit/Sources/AppExtension/Keychain.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/12/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/AppExtension/LinkProducer.swift b/TunnelKit/Sources/AppExtension/LinkProducer.swift index 3ef4904..c970738 100644 --- a/TunnelKit/Sources/AppExtension/LinkProducer.swift +++ b/TunnelKit/Sources/AppExtension/LinkProducer.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/23/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/AppExtension/MemoryDestination.swift b/TunnelKit/Sources/AppExtension/MemoryDestination.swift index f38b77b..b648b3c 100644 --- a/TunnelKit/Sources/AppExtension/MemoryDestination.swift +++ b/TunnelKit/Sources/AppExtension/MemoryDestination.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/26/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/AppExtension/Transport/NETCPSocket.swift b/TunnelKit/Sources/AppExtension/Transport/NETCPSocket.swift index 997ec8b..c4e6cd2 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NETCPSocket.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NETCPSocket.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/15/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/AppExtension/Transport/NETunnelInterface.swift b/TunnelKit/Sources/AppExtension/Transport/NETunnelInterface.swift index 387175d..91186c7 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NETunnelInterface.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NETunnelInterface.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/27/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/AppExtension/Transport/NEUDPSocket.swift b/TunnelKit/Sources/AppExtension/Transport/NEUDPSocket.swift index f22a485..e40f753 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NEUDPSocket.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NEUDPSocket.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/27/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/AppExtension/Transport/NWTCPConnectionState+Description.swift b/TunnelKit/Sources/AppExtension/Transport/NWTCPConnectionState+Description.swift index b95f3a2..7be49e8 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NWTCPConnectionState+Description.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NWTCPConnectionState+Description.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/16/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/AppExtension/Transport/NWUDPSessionState+Description.swift b/TunnelKit/Sources/AppExtension/Transport/NWUDPSessionState+Description.swift index 69e1f04..093487d 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NWUDPSessionState+Description.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NWUDPSessionState+Description.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/24/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/Allocation.h b/TunnelKit/Sources/Core/Allocation.h index c023fc4..989a5f1 100644 --- a/TunnelKit/Sources/Core/Allocation.h +++ b/TunnelKit/Sources/Core/Allocation.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/5/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/Allocation.m b/TunnelKit/Sources/Core/Allocation.m index fbbed18..62f28ee 100644 --- a/TunnelKit/Sources/Core/Allocation.m +++ b/TunnelKit/Sources/Core/Allocation.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/5/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/BidirectionalState.swift b/TunnelKit/Sources/Core/BidirectionalState.swift index d8d2019..53ea075 100644 --- a/TunnelKit/Sources/Core/BidirectionalState.swift +++ b/TunnelKit/Sources/Core/BidirectionalState.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/9/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/ConfigurationError.swift b/TunnelKit/Sources/Core/ConfigurationError.swift index fbde9ed..a699c27 100644 --- a/TunnelKit/Sources/Core/ConfigurationError.swift +++ b/TunnelKit/Sources/Core/ConfigurationError.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/3/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/CoreConfiguration.swift b/TunnelKit/Sources/Core/CoreConfiguration.swift index 2ccf7d5..012d8c6 100644 --- a/TunnelKit/Sources/Core/CoreConfiguration.swift +++ b/TunnelKit/Sources/Core/CoreConfiguration.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/1/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/DNS.h b/TunnelKit/Sources/Core/DNS.h index c2a4ed6..6d5b911 100644 --- a/TunnelKit/Sources/Core/DNS.h +++ b/TunnelKit/Sources/Core/DNS.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/25/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/DNS.m b/TunnelKit/Sources/Core/DNS.m index cf1b145..8468a32 100644 --- a/TunnelKit/Sources/Core/DNS.m +++ b/TunnelKit/Sources/Core/DNS.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/25/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/DNSResolver.swift b/TunnelKit/Sources/Core/DNSResolver.swift index 863f894..407a48c 100644 --- a/TunnelKit/Sources/Core/DNSResolver.swift +++ b/TunnelKit/Sources/Core/DNSResolver.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 12/15/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/Data+Manipulation.swift b/TunnelKit/Sources/Core/Data+Manipulation.swift index faace91..3c0c6de 100644 --- a/TunnelKit/Sources/Core/Data+Manipulation.swift +++ b/TunnelKit/Sources/Core/Data+Manipulation.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/3/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/EndpointProtocol.swift b/TunnelKit/Sources/Core/EndpointProtocol.swift index 50861c8..ae4a492 100644 --- a/TunnelKit/Sources/Core/EndpointProtocol.swift +++ b/TunnelKit/Sources/Core/EndpointProtocol.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 11/10/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/Errors.h b/TunnelKit/Sources/Core/Errors.h index 44d71e2..a2fcd81 100644 --- a/TunnelKit/Sources/Core/Errors.h +++ b/TunnelKit/Sources/Core/Errors.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 10/10/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/Errors.m b/TunnelKit/Sources/Core/Errors.m index 73ce452..d3d073c 100644 --- a/TunnelKit/Sources/Core/Errors.m +++ b/TunnelKit/Sources/Core/Errors.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 10/10/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/Errors.swift b/TunnelKit/Sources/Core/Errors.swift index ca303f5..57f314b 100644 --- a/TunnelKit/Sources/Core/Errors.swift +++ b/TunnelKit/Sources/Core/Errors.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/19/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/IOInterface.swift b/TunnelKit/Sources/Core/IOInterface.swift index 91f673d..6c1ad87 100644 --- a/TunnelKit/Sources/Core/IOInterface.swift +++ b/TunnelKit/Sources/Core/IOInterface.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/27/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/IPv4Settings.swift b/TunnelKit/Sources/Core/IPv4Settings.swift index 505ac92..3b58979 100644 --- a/TunnelKit/Sources/Core/IPv4Settings.swift +++ b/TunnelKit/Sources/Core/IPv4Settings.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/19/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/IPv6Settings.swift b/TunnelKit/Sources/Core/IPv6Settings.swift index e85ad8c..0244370 100644 --- a/TunnelKit/Sources/Core/IPv6Settings.swift +++ b/TunnelKit/Sources/Core/IPv6Settings.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/19/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/LZO.h b/TunnelKit/Sources/Core/LZO.h index 758af10..a347748 100644 --- a/TunnelKit/Sources/Core/LZO.h +++ b/TunnelKit/Sources/Core/LZO.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/18/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/LZO.m b/TunnelKit/Sources/Core/LZO.m index a908933..3fe4841 100644 --- a/TunnelKit/Sources/Core/LZO.m +++ b/TunnelKit/Sources/Core/LZO.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/18/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/LinkInterface.swift b/TunnelKit/Sources/Core/LinkInterface.swift index e5a5bf2..76d4be1 100644 --- a/TunnelKit/Sources/Core/LinkInterface.swift +++ b/TunnelKit/Sources/Core/LinkInterface.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/27/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift b/TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift index 047ddf3..8d5a55a 100644 --- a/TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift +++ b/TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/9/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/Proxy.swift b/TunnelKit/Sources/Core/Proxy.swift index 5a667a9..6f020a5 100644 --- a/TunnelKit/Sources/Core/Proxy.swift +++ b/TunnelKit/Sources/Core/Proxy.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/19/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/RoutingTable.h b/TunnelKit/Sources/Core/RoutingTable.h index 29908c8..7657c40 100644 --- a/TunnelKit/Sources/Core/RoutingTable.h +++ b/TunnelKit/Sources/Core/RoutingTable.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/30/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/RoutingTable.m b/TunnelKit/Sources/Core/RoutingTable.m index 9830692..600353e 100644 --- a/TunnelKit/Sources/Core/RoutingTable.m +++ b/TunnelKit/Sources/Core/RoutingTable.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/30/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/RoutingTableEntry.h b/TunnelKit/Sources/Core/RoutingTableEntry.h index 98c3272..2a30754 100644 --- a/TunnelKit/Sources/Core/RoutingTableEntry.h +++ b/TunnelKit/Sources/Core/RoutingTableEntry.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/30/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/RoutingTableEntry.m b/TunnelKit/Sources/Core/RoutingTableEntry.m index 94c3d41..3f97200 100644 --- a/TunnelKit/Sources/Core/RoutingTableEntry.m +++ b/TunnelKit/Sources/Core/RoutingTableEntry.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/30/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/SecureRandom.swift b/TunnelKit/Sources/Core/SecureRandom.swift index e816b61..84f1382 100644 --- a/TunnelKit/Sources/Core/SecureRandom.swift +++ b/TunnelKit/Sources/Core/SecureRandom.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/3/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/Session.swift b/TunnelKit/Sources/Core/Session.swift index ac198a7..6ceb1a8 100644 --- a/TunnelKit/Sources/Core/Session.swift +++ b/TunnelKit/Sources/Core/Session.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/19/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/SocketType.swift b/TunnelKit/Sources/Core/SocketType.swift index fe9e5c4..2bf5209 100644 --- a/TunnelKit/Sources/Core/SocketType.swift +++ b/TunnelKit/Sources/Core/SocketType.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 11/10/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/TunnelInterface.swift b/TunnelKit/Sources/Core/TunnelInterface.swift index d76ad8d..c5bf762 100644 --- a/TunnelKit/Sources/Core/TunnelInterface.swift +++ b/TunnelKit/Sources/Core/TunnelInterface.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/27/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/Utils.swift b/TunnelKit/Sources/Core/Utils.swift index 66f7b2a..af27036 100644 --- a/TunnelKit/Sources/Core/Utils.swift +++ b/TunnelKit/Sources/Core/Utils.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/23/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/ZeroingData.h b/TunnelKit/Sources/Core/ZeroingData.h index 49237a3..7784f81 100644 --- a/TunnelKit/Sources/Core/ZeroingData.h +++ b/TunnelKit/Sources/Core/ZeroingData.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/28/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/ZeroingData.m b/TunnelKit/Sources/Core/ZeroingData.m index 88db09e..3e0f5aa 100644 --- a/TunnelKit/Sources/Core/ZeroingData.m +++ b/TunnelKit/Sources/Core/ZeroingData.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/28/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/ZeroingData.swift b/TunnelKit/Sources/Core/ZeroingData.swift index 8eb30b2..ed54dcd 100644 --- a/TunnelKit/Sources/Core/ZeroingData.swift +++ b/TunnelKit/Sources/Core/ZeroingData.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/27/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Core/module.modulemap b/TunnelKit/Sources/Core/module.modulemap index f0b0d5d..ae4fb8f 100644 --- a/TunnelKit/Sources/Core/module.modulemap +++ b/TunnelKit/Sources/Core/module.modulemap @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/23/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Extra/LZO/StandardLZO.m b/TunnelKit/Sources/Extra/LZO/StandardLZO.m index 51b17ef..02a6e82 100644 --- a/TunnelKit/Sources/Extra/LZO/StandardLZO.m +++ b/TunnelKit/Sources/Extra/LZO/StandardLZO.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/18/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/ConnectionStrategy.swift b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/ConnectionStrategy.swift index 7992126..0b4b78d 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/ConnectionStrategy.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/ConnectionStrategy.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 6/18/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/NETCPLink.swift b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/NETCPLink.swift index 7c6af63..e706e5b 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/NETCPLink.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/NETCPLink.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/23/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/NEUDPLink.swift b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/NEUDPLink.swift index fedc25d..7177cf0 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/NEUDPLink.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/NEUDPLink.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/23/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider+Configuration.swift b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider+Configuration.swift index dc1f589..6dcfd6a 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider+Configuration.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider+Configuration.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 10/23/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider+Interaction.swift b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider+Interaction.swift index 198ce67..d39e4ed 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider+Interaction.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider+Interaction.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/24/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider.swift b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider.swift index 78f803b..74c0867 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/AppExtension/OpenVPNTunnelProvider.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/1/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/Authenticator.swift b/TunnelKit/Sources/Protocols/OpenVPN/Authenticator.swift index 8b85b48..219e39b 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/Authenticator.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/Authenticator.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/9/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CompressionAlgorithm.swift b/TunnelKit/Sources/Protocols/OpenVPN/CompressionAlgorithm.swift index 76daf17..ef4dcf8 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CompressionAlgorithm.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/CompressionAlgorithm.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/19/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CompressionAlgorithmNative.h b/TunnelKit/Sources/Protocols/OpenVPN/CompressionAlgorithmNative.h index 2d7be28..6f6396f 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CompressionAlgorithmNative.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/CompressionAlgorithmNative.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/19/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CompressionFraming.swift b/TunnelKit/Sources/Protocols/OpenVPN/CompressionFraming.swift index b4f7c70..016c655 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CompressionFraming.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/CompressionFraming.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/30/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CompressionFramingNative.h b/TunnelKit/Sources/Protocols/OpenVPN/CompressionFramingNative.h index b2b4129..343a96c 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CompressionFramingNative.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/CompressionFramingNative.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/30/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/Configuration.swift b/TunnelKit/Sources/Protocols/OpenVPN/Configuration.swift index cf758f8..ac691e1 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/Configuration.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/Configuration.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/23/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/ConfigurationParser.swift b/TunnelKit/Sources/Protocols/OpenVPN/ConfigurationParser.swift index cbb16c8..d879089 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/ConfigurationParser.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/ConfigurationParser.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/5/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/ControlChannel.swift b/TunnelKit/Sources/Protocols/OpenVPN/ControlChannel.swift index e7ad5e0..cbc3405 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/ControlChannel.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/ControlChannel.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/9/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/ControlChannelSerializer.swift b/TunnelKit/Sources/Protocols/OpenVPN/ControlChannelSerializer.swift index d56fe99..c86a62b 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/ControlChannelSerializer.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/ControlChannelSerializer.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/10/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/ControlPacket.h b/TunnelKit/Sources/Protocols/OpenVPN/ControlPacket.h index 415c99c..2c76455 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/ControlPacket.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/ControlPacket.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/14/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/ControlPacket.m b/TunnelKit/Sources/Protocols/OpenVPN/ControlPacket.m index 60c0ab0..3b2fa00 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/ControlPacket.m +++ b/TunnelKit/Sources/Protocols/OpenVPN/ControlPacket.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/14/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CoreConfiguration+OpenVPN.swift b/TunnelKit/Sources/Protocols/OpenVPN/CoreConfiguration+OpenVPN.swift index 03f53e9..b122cbf 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CoreConfiguration+OpenVPN.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/CoreConfiguration+OpenVPN.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/19/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/Crypto.h b/TunnelKit/Sources/Protocols/OpenVPN/Crypto.h index 73057dc..41f116f 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/Crypto.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/Crypto.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/3/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CryptoAEAD.h b/TunnelKit/Sources/Protocols/OpenVPN/CryptoAEAD.h index c32877e..adada09 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CryptoAEAD.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/CryptoAEAD.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/6/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CryptoAEAD.m b/TunnelKit/Sources/Protocols/OpenVPN/CryptoAEAD.m index ebef5ca..c5b2dc0 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CryptoAEAD.m +++ b/TunnelKit/Sources/Protocols/OpenVPN/CryptoAEAD.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/6/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CryptoBox.h b/TunnelKit/Sources/Protocols/OpenVPN/CryptoBox.h index e5e3b4e..ae9efd3 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CryptoBox.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/CryptoBox.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/4/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CryptoBox.m b/TunnelKit/Sources/Protocols/OpenVPN/CryptoBox.m index bb13b19..0c9dc22 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CryptoBox.m +++ b/TunnelKit/Sources/Protocols/OpenVPN/CryptoBox.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/4/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CryptoCBC.h b/TunnelKit/Sources/Protocols/OpenVPN/CryptoCBC.h index 41fe4b4..2e1cf52 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CryptoCBC.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/CryptoCBC.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/6/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CryptoCBC.m b/TunnelKit/Sources/Protocols/OpenVPN/CryptoCBC.m index fc5b2c2..29ac2cf 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CryptoCBC.m +++ b/TunnelKit/Sources/Protocols/OpenVPN/CryptoCBC.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/6/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CryptoCTR.h b/TunnelKit/Sources/Protocols/OpenVPN/CryptoCTR.h index a004416..448e438 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CryptoCTR.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/CryptoCTR.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/18/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CryptoCTR.m b/TunnelKit/Sources/Protocols/OpenVPN/CryptoCTR.m index d60ad18..43bf08f 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CryptoCTR.m +++ b/TunnelKit/Sources/Protocols/OpenVPN/CryptoCTR.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/18/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CryptoContainer.swift b/TunnelKit/Sources/Protocols/OpenVPN/CryptoContainer.swift index 4e87963..dc1cb0d 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CryptoContainer.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/CryptoContainer.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/22/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/CryptoMacros.h b/TunnelKit/Sources/Protocols/OpenVPN/CryptoMacros.h index 1935d8c..85cfccf 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/CryptoMacros.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/CryptoMacros.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/6/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/DataPath.h b/TunnelKit/Sources/Protocols/OpenVPN/DataPath.h index 041ddb7..c9f89c1 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/DataPath.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/DataPath.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/2/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/DataPath.m b/TunnelKit/Sources/Protocols/OpenVPN/DataPath.m index 22faaf7..3390024 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/DataPath.m +++ b/TunnelKit/Sources/Protocols/OpenVPN/DataPath.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/2/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/DataPathCrypto.h b/TunnelKit/Sources/Protocols/OpenVPN/DataPathCrypto.h index ded0339..8e75922 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/DataPathCrypto.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/DataPathCrypto.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/11/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/EncryptionBridge.swift b/TunnelKit/Sources/Protocols/OpenVPN/EncryptionBridge.swift index 91f1078..18ca7cd 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/EncryptionBridge.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/EncryptionBridge.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/8/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/MSS.h b/TunnelKit/Sources/Protocols/OpenVPN/MSS.h index 839f90f..d5a53c7 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/MSS.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/MSS.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/7/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/MSS.m b/TunnelKit/Sources/Protocols/OpenVPN/MSS.m index a5a486c..f9ad3a9 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/MSS.m +++ b/TunnelKit/Sources/Protocols/OpenVPN/MSS.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/7/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/OpenVPN.swift b/TunnelKit/Sources/Protocols/OpenVPN/OpenVPN.swift index f545e31..1de5be8 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/OpenVPN.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/OpenVPN.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/19/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNError.swift b/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNError.swift index 24a5265..db394c9 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNError.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNError.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/23/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNSession+PIA.swift b/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNSession+PIA.swift index 58bdfbc..0d63c15 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNSession+PIA.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNSession+PIA.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 10/18/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNSession.swift b/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNSession.swift index 812378e..db0c3c3 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNSession.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/OpenVPNSession.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/3/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/Packet.swift b/TunnelKit/Sources/Protocols/OpenVPN/Packet.swift index cf205e7..29e8e38 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/Packet.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/Packet.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/3/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/PacketMacros.h b/TunnelKit/Sources/Protocols/OpenVPN/PacketMacros.h index 8444f65..c4c0bdd 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/PacketMacros.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/PacketMacros.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/11/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/PacketMacros.m b/TunnelKit/Sources/Protocols/OpenVPN/PacketMacros.m index b7575d8..1ec771c 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/PacketMacros.m +++ b/TunnelKit/Sources/Protocols/OpenVPN/PacketMacros.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/11/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/PacketStream.h b/TunnelKit/Sources/Protocols/OpenVPN/PacketStream.h index 124e945..b227d93 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/PacketStream.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/PacketStream.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/25/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/PacketStream.m b/TunnelKit/Sources/Protocols/OpenVPN/PacketStream.m index 4319357..fde35cf 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/PacketStream.m +++ b/TunnelKit/Sources/Protocols/OpenVPN/PacketStream.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/25/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/ProtocolMacros.swift b/TunnelKit/Sources/Protocols/OpenVPN/ProtocolMacros.swift index 3ab6850..5781854 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/ProtocolMacros.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/ProtocolMacros.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/8/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/PushReply.swift b/TunnelKit/Sources/Protocols/OpenVPN/PushReply.swift index e2a6eee..c43108c 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/PushReply.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/PushReply.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/25/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/ReplayProtector.h b/TunnelKit/Sources/Protocols/OpenVPN/ReplayProtector.h index bcadc08..e923593 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/ReplayProtector.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/ReplayProtector.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/17/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/ReplayProtector.m b/TunnelKit/Sources/Protocols/OpenVPN/ReplayProtector.m index 34c51f4..5212445 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/ReplayProtector.m +++ b/TunnelKit/Sources/Protocols/OpenVPN/ReplayProtector.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/17/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/SessionKey.swift b/TunnelKit/Sources/Protocols/OpenVPN/SessionKey.swift index e549acc..3b60733 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/SessionKey.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/SessionKey.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/12/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/StaticKey.swift b/TunnelKit/Sources/Protocols/OpenVPN/StaticKey.swift index f1f8aa8..94a9f0c 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/StaticKey.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/StaticKey.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/10/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/TLSBox.h b/TunnelKit/Sources/Protocols/OpenVPN/TLSBox.h index 6a55e3d..bd47a0c 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/TLSBox.h +++ b/TunnelKit/Sources/Protocols/OpenVPN/TLSBox.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/3/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/TLSBox.m b/TunnelKit/Sources/Protocols/OpenVPN/TLSBox.m index 9a29f32..bdda89c 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/TLSBox.m +++ b/TunnelKit/Sources/Protocols/OpenVPN/TLSBox.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/3/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/TLSWrap.swift b/TunnelKit/Sources/Protocols/OpenVPN/TLSWrap.swift index 7c75880..66480d3 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/TLSWrap.swift +++ b/TunnelKit/Sources/Protocols/OpenVPN/TLSWrap.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/11/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKit/Sources/Protocols/OpenVPN/module.modulemap b/TunnelKit/Sources/Protocols/OpenVPN/module.modulemap index dce4c3e..6d4e057 100644 --- a/TunnelKit/Sources/Protocols/OpenVPN/module.modulemap +++ b/TunnelKit/Sources/Protocols/OpenVPN/module.modulemap @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/19/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitHost/AppDelegate.swift b/TunnelKitHost/AppDelegate.swift index db91beb..db94cc0 100644 --- a/TunnelKitHost/AppDelegate.swift +++ b/TunnelKitHost/AppDelegate.swift @@ -3,7 +3,7 @@ // TunnelKitHost // // Created by Davide De Rosa on 9/24/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitHost/ViewController.swift b/TunnelKitHost/ViewController.swift index 0e3dfcf..55f17c1 100644 --- a/TunnelKitHost/ViewController.swift +++ b/TunnelKitHost/ViewController.swift @@ -3,7 +3,7 @@ // TunnelKitHost // // Created by Davide De Rosa on 9/24/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/Core/DNSTests.swift b/TunnelKitTests/Core/DNSTests.swift index fbc4e3c..385779d 100644 --- a/TunnelKitTests/Core/DNSTests.swift +++ b/TunnelKitTests/Core/DNSTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 8/31/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/Core/DataManipulationTests.swift b/TunnelKitTests/Core/DataManipulationTests.swift index 206650c..9191740 100644 --- a/TunnelKitTests/Core/DataManipulationTests.swift +++ b/TunnelKitTests/Core/DataManipulationTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/Core/RandomTests.swift b/TunnelKitTests/Core/RandomTests.swift index c371996..5302a73 100644 --- a/TunnelKitTests/Core/RandomTests.swift +++ b/TunnelKitTests/Core/RandomTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/Core/RawPerformanceTests.swift b/TunnelKitTests/Core/RawPerformanceTests.swift index 4acca99..e0281bb 100644 --- a/TunnelKitTests/Core/RawPerformanceTests.swift +++ b/TunnelKitTests/Core/RawPerformanceTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/Core/RoutingTests.swift b/TunnelKitTests/Core/RoutingTests.swift index 8a01e5c..2766a94 100644 --- a/TunnelKitTests/Core/RoutingTests.swift +++ b/TunnelKitTests/Core/RoutingTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 4/30/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/Core/TestUtils+Core.swift b/TunnelKitTests/Core/TestUtils+Core.swift index 9e7fcc8..cb3182b 100644 --- a/TunnelKitTests/Core/TestUtils+Core.swift +++ b/TunnelKitTests/Core/TestUtils+Core.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/LZO/CompressionTests.swift b/TunnelKitTests/LZO/CompressionTests.swift index 5457d20..63ca41e 100644 --- a/TunnelKitTests/LZO/CompressionTests.swift +++ b/TunnelKitTests/LZO/CompressionTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 3/18/19. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/AppExtensionTests.swift b/TunnelKitTests/OpenVPN/AppExtensionTests.swift index 2efb374..67a1b27 100644 --- a/TunnelKitTests/OpenVPN/AppExtensionTests.swift +++ b/TunnelKitTests/OpenVPN/AppExtensionTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 10/23/17. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/ConfigurationParserTests.swift b/TunnelKitTests/OpenVPN/ConfigurationParserTests.swift index 0af194b..ce2afcf 100644 --- a/TunnelKitTests/OpenVPN/ConfigurationParserTests.swift +++ b/TunnelKitTests/OpenVPN/ConfigurationParserTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 11/10/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/ControlChannelTests.swift b/TunnelKitTests/OpenVPN/ControlChannelTests.swift index b6f50d4..019afcd 100644 --- a/TunnelKitTests/OpenVPN/ControlChannelTests.swift +++ b/TunnelKitTests/OpenVPN/ControlChannelTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 9/10/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/DataPathEncryptionTests.swift b/TunnelKitTests/OpenVPN/DataPathEncryptionTests.swift index 54dce2e..5f6040d 100644 --- a/TunnelKitTests/OpenVPN/DataPathEncryptionTests.swift +++ b/TunnelKitTests/OpenVPN/DataPathEncryptionTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/11/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/DataPathPerformanceTests.swift b/TunnelKitTests/OpenVPN/DataPathPerformanceTests.swift index a3d7d83..0a703ec 100644 --- a/TunnelKitTests/OpenVPN/DataPathPerformanceTests.swift +++ b/TunnelKitTests/OpenVPN/DataPathPerformanceTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/EncryptionPerformanceTests.swift b/TunnelKitTests/OpenVPN/EncryptionPerformanceTests.swift index 256828f..4897441 100644 --- a/TunnelKitTests/OpenVPN/EncryptionPerformanceTests.swift +++ b/TunnelKitTests/OpenVPN/EncryptionPerformanceTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/EncryptionTests.swift b/TunnelKitTests/OpenVPN/EncryptionTests.swift index 68833f5..f877d71 100644 --- a/TunnelKitTests/OpenVPN/EncryptionTests.swift +++ b/TunnelKitTests/OpenVPN/EncryptionTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/LinkTests.swift b/TunnelKitTests/OpenVPN/LinkTests.swift index 7e6d2b7..32df3dd 100644 --- a/TunnelKitTests/OpenVPN/LinkTests.swift +++ b/TunnelKitTests/OpenVPN/LinkTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/PacketTests.swift b/TunnelKitTests/OpenVPN/PacketTests.swift index b2933d7..fb680c0 100644 --- a/TunnelKitTests/OpenVPN/PacketTests.swift +++ b/TunnelKitTests/OpenVPN/PacketTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 9/9/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/PushTests.swift b/TunnelKitTests/OpenVPN/PushTests.swift index 0c1456e..1e76af5 100644 --- a/TunnelKitTests/OpenVPN/PushTests.swift +++ b/TunnelKitTests/OpenVPN/PushTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 8/24/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/StaticKeyTests.swift b/TunnelKitTests/OpenVPN/StaticKeyTests.swift index ffd9a9d..0e7c518 100644 --- a/TunnelKitTests/OpenVPN/StaticKeyTests.swift +++ b/TunnelKitTests/OpenVPN/StaticKeyTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 9/11/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn // diff --git a/TunnelKitTests/OpenVPN/TestUtils+OpenVPN.swift b/TunnelKitTests/OpenVPN/TestUtils+OpenVPN.swift index 42510d5..ecac449 100644 --- a/TunnelKitTests/OpenVPN/TestUtils+OpenVPN.swift +++ b/TunnelKitTests/OpenVPN/TestUtils+OpenVPN.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// Copyright (c) 2020 Davide De Rosa. All rights reserved. // // https://github.com/passepartoutvpn //