diff --git a/TunnelKit/Sources/AppExtension/ConnectionStrategy.swift b/TunnelKit/Sources/AppExtension/ConnectionStrategy.swift index 6ed2ab7..6fa263e 100644 --- a/TunnelKit/Sources/AppExtension/ConnectionStrategy.swift +++ b/TunnelKit/Sources/AppExtension/ConnectionStrategy.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 6/18/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/DNSResolver.swift b/TunnelKit/Sources/AppExtension/DNSResolver.swift index adc96bc..271e2e9 100644 --- a/TunnelKit/Sources/AppExtension/DNSResolver.swift +++ b/TunnelKit/Sources/AppExtension/DNSResolver.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 12/15/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/GenericSocket.swift b/TunnelKit/Sources/AppExtension/GenericSocket.swift index 4a59c02..d5df313 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/InterfaceObserver.swift b/TunnelKit/Sources/AppExtension/InterfaceObserver.swift index 00fb46b..76db8aa 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/Keychain.swift b/TunnelKit/Sources/AppExtension/Keychain.swift index cd348eb..766898c 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/MemoryDestination.swift b/TunnelKit/Sources/AppExtension/MemoryDestination.swift index 973c795..26f84b5 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/Transport/NETCPInterface.swift b/TunnelKit/Sources/AppExtension/Transport/NETCPInterface.swift index 644dfac..e14ce07 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NETCPInterface.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NETCPInterface.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/15/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/Transport/NETunnelInterface.swift b/TunnelKit/Sources/AppExtension/Transport/NETunnelInterface.swift index 24d3e6e..c0a6828 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/Transport/NEUDPInterface.swift b/TunnelKit/Sources/AppExtension/Transport/NEUDPInterface.swift index e2ce285..df0eda3 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NEUDPInterface.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NEUDPInterface.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/27/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/Transport/NWTCPConnectionState+Description.swift b/TunnelKit/Sources/AppExtension/Transport/NWTCPConnectionState+Description.swift index 5e8a9ff..939477f 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/Transport/NWUDPSessionState+Description.swift b/TunnelKit/Sources/AppExtension/Transport/NWUDPSessionState+Description.swift index 6c67cbf..f03a5a0 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/TunnelKitProvider+Configuration.swift b/TunnelKit/Sources/AppExtension/TunnelKitProvider+Configuration.swift index 47bdbec..1a0702c 100644 --- a/TunnelKit/Sources/AppExtension/TunnelKitProvider+Configuration.swift +++ b/TunnelKit/Sources/AppExtension/TunnelKitProvider+Configuration.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 10/23/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/TunnelKitProvider+Interaction.swift b/TunnelKit/Sources/AppExtension/TunnelKitProvider+Interaction.swift index 5ffe367..50cb49c 100644 --- a/TunnelKit/Sources/AppExtension/TunnelKitProvider+Interaction.swift +++ b/TunnelKit/Sources/AppExtension/TunnelKitProvider+Interaction.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/24/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/TunnelKitProvider.swift b/TunnelKit/Sources/AppExtension/TunnelKitProvider.swift index b47e1aa..0593467 100644 --- a/TunnelKit/Sources/AppExtension/TunnelKitProvider.swift +++ b/TunnelKit/Sources/AppExtension/TunnelKitProvider.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/1/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/AppExtension/Utils.swift b/TunnelKit/Sources/AppExtension/Utils.swift index c32bd3b..77a47fb 100644 --- a/TunnelKit/Sources/AppExtension/Utils.swift +++ b/TunnelKit/Sources/AppExtension/Utils.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 5/23/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/Allocation.h b/TunnelKit/Sources/Core/Allocation.h index ec4f9e7..6e7cb87 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/Allocation.m b/TunnelKit/Sources/Core/Allocation.m index 1e51039..db9332c 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/BidirectionalState.swift b/TunnelKit/Sources/Core/BidirectionalState.swift index a5da822..2665ba8 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CompressionFramingNative.h b/TunnelKit/Sources/Core/CompressionFramingNative.h index 780d6b5..4f5c240 100644 --- a/TunnelKit/Sources/Core/CompressionFramingNative.h +++ b/TunnelKit/Sources/Core/CompressionFramingNative.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/30/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/ConfigurationParser.swift b/TunnelKit/Sources/Core/ConfigurationParser.swift index 31bdc38..6d171c6 100644 --- a/TunnelKit/Sources/Core/ConfigurationParser.swift +++ b/TunnelKit/Sources/Core/ConfigurationParser.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/5/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/ControlChannel.swift b/TunnelKit/Sources/Core/ControlChannel.swift index 3268088..4055414 100644 --- a/TunnelKit/Sources/Core/ControlChannel.swift +++ b/TunnelKit/Sources/Core/ControlChannel.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/9/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/ControlChannelSerializer.swift b/TunnelKit/Sources/Core/ControlChannelSerializer.swift index 8e9f541..b0a68c2 100644 --- a/TunnelKit/Sources/Core/ControlChannelSerializer.swift +++ b/TunnelKit/Sources/Core/ControlChannelSerializer.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/10/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/ControlPacket.h b/TunnelKit/Sources/Core/ControlPacket.h index 7d0eb81..41d31e8 100644 --- a/TunnelKit/Sources/Core/ControlPacket.h +++ b/TunnelKit/Sources/Core/ControlPacket.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/14/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/ControlPacket.m b/TunnelKit/Sources/Core/ControlPacket.m index 16842cd..5ebb2de 100644 --- a/TunnelKit/Sources/Core/ControlPacket.m +++ b/TunnelKit/Sources/Core/ControlPacket.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/14/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CoreConfiguration.swift b/TunnelKit/Sources/Core/CoreConfiguration.swift index c284d2f..87448ac 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/Crypto.h b/TunnelKit/Sources/Core/Crypto.h index 4fb29a2..cf2460a 100644 --- a/TunnelKit/Sources/Core/Crypto.h +++ b/TunnelKit/Sources/Core/Crypto.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/3/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CryptoAEAD.h b/TunnelKit/Sources/Core/CryptoAEAD.h index f5547b1..3a51294 100644 --- a/TunnelKit/Sources/Core/CryptoAEAD.h +++ b/TunnelKit/Sources/Core/CryptoAEAD.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/6/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CryptoAEAD.m b/TunnelKit/Sources/Core/CryptoAEAD.m index 8bba503..ac4b8eb 100644 --- a/TunnelKit/Sources/Core/CryptoAEAD.m +++ b/TunnelKit/Sources/Core/CryptoAEAD.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/6/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CryptoBox.h b/TunnelKit/Sources/Core/CryptoBox.h index 89dbf1f..9614009 100644 --- a/TunnelKit/Sources/Core/CryptoBox.h +++ b/TunnelKit/Sources/Core/CryptoBox.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/4/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CryptoBox.m b/TunnelKit/Sources/Core/CryptoBox.m index 5a17557..5b3b68c 100644 --- a/TunnelKit/Sources/Core/CryptoBox.m +++ b/TunnelKit/Sources/Core/CryptoBox.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/4/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CryptoCBC.h b/TunnelKit/Sources/Core/CryptoCBC.h index 99cb03e..f668b8e 100644 --- a/TunnelKit/Sources/Core/CryptoCBC.h +++ b/TunnelKit/Sources/Core/CryptoCBC.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/6/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CryptoCBC.m b/TunnelKit/Sources/Core/CryptoCBC.m index 9e27c5f..e61b869 100644 --- a/TunnelKit/Sources/Core/CryptoCBC.m +++ b/TunnelKit/Sources/Core/CryptoCBC.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/6/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CryptoCTR.h b/TunnelKit/Sources/Core/CryptoCTR.h index 451124f..bbcbadb 100644 --- a/TunnelKit/Sources/Core/CryptoCTR.h +++ b/TunnelKit/Sources/Core/CryptoCTR.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/18/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CryptoCTR.m b/TunnelKit/Sources/Core/CryptoCTR.m index d2728fe..402d723 100644 --- a/TunnelKit/Sources/Core/CryptoCTR.m +++ b/TunnelKit/Sources/Core/CryptoCTR.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/18/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CryptoContainer.swift b/TunnelKit/Sources/Core/CryptoContainer.swift index f94e065..c56ea6c 100644 --- a/TunnelKit/Sources/Core/CryptoContainer.swift +++ b/TunnelKit/Sources/Core/CryptoContainer.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/22/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/CryptoMacros.h b/TunnelKit/Sources/Core/CryptoMacros.h index cdcc680..8e41a56 100644 --- a/TunnelKit/Sources/Core/CryptoMacros.h +++ b/TunnelKit/Sources/Core/CryptoMacros.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/6/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/Data+Manipulation.swift b/TunnelKit/Sources/Core/Data+Manipulation.swift index 336d7df..9923984 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/DataPath.h b/TunnelKit/Sources/Core/DataPath.h index 3e0b719..36a7003 100644 --- a/TunnelKit/Sources/Core/DataPath.h +++ b/TunnelKit/Sources/Core/DataPath.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/2/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/DataPath.m b/TunnelKit/Sources/Core/DataPath.m index cc0182a..b1becf5 100644 --- a/TunnelKit/Sources/Core/DataPath.m +++ b/TunnelKit/Sources/Core/DataPath.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 3/2/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/DataPathCrypto.h b/TunnelKit/Sources/Core/DataPathCrypto.h index fb7340f..0c23783 100644 --- a/TunnelKit/Sources/Core/DataPathCrypto.h +++ b/TunnelKit/Sources/Core/DataPathCrypto.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/11/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/EndpointProtocol.swift b/TunnelKit/Sources/Core/EndpointProtocol.swift index 067f3d6..69571a8 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/Errors.h b/TunnelKit/Sources/Core/Errors.h index 4dc201d..7620b41 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/Errors.m b/TunnelKit/Sources/Core/Errors.m index 66f9055..2df667d 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/IOInterface.swift b/TunnelKit/Sources/Core/IOInterface.swift index 047bd0e..24956d6 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/LinkInterface.swift b/TunnelKit/Sources/Core/LinkInterface.swift index 65e3980..a576311 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/MSS.h b/TunnelKit/Sources/Core/MSS.h index 87598f0..5f99889 100644 --- a/TunnelKit/Sources/Core/MSS.h +++ b/TunnelKit/Sources/Core/MSS.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/7/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/MSS.m b/TunnelKit/Sources/Core/MSS.m index 5eb65a5..00d3234 100644 --- a/TunnelKit/Sources/Core/MSS.m +++ b/TunnelKit/Sources/Core/MSS.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/7/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift b/TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift index 0c8ac25..3c557f3 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/Packet.swift b/TunnelKit/Sources/Core/Packet.swift index a424bcf..036f5fb 100644 --- a/TunnelKit/Sources/Core/Packet.swift +++ b/TunnelKit/Sources/Core/Packet.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/3/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/PacketMacros.h b/TunnelKit/Sources/Core/PacketMacros.h index 7b4d54a..4f9a4eb 100644 --- a/TunnelKit/Sources/Core/PacketMacros.h +++ b/TunnelKit/Sources/Core/PacketMacros.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/11/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/PacketMacros.m b/TunnelKit/Sources/Core/PacketMacros.m index 6438938..40d95d4 100644 --- a/TunnelKit/Sources/Core/PacketMacros.m +++ b/TunnelKit/Sources/Core/PacketMacros.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/11/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/ProtocolMacros.swift b/TunnelKit/Sources/Core/ProtocolMacros.swift index 3150bb6..8f68be9 100644 --- a/TunnelKit/Sources/Core/ProtocolMacros.swift +++ b/TunnelKit/Sources/Core/ProtocolMacros.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/8/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/ReplayProtector.h b/TunnelKit/Sources/Core/ReplayProtector.h index e1ac92d..61e694f 100644 --- a/TunnelKit/Sources/Core/ReplayProtector.h +++ b/TunnelKit/Sources/Core/ReplayProtector.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/17/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/ReplayProtector.m b/TunnelKit/Sources/Core/ReplayProtector.m index 133dc99..76bfd26 100644 --- a/TunnelKit/Sources/Core/ReplayProtector.m +++ b/TunnelKit/Sources/Core/ReplayProtector.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/17/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SecureRandom.swift b/TunnelKit/Sources/Core/SecureRandom.swift index f39de40..680c66f 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SessionError.swift b/TunnelKit/Sources/Core/SessionError.swift index 32d4dd0..db43075 100644 --- a/TunnelKit/Sources/Core/SessionError.swift +++ b/TunnelKit/Sources/Core/SessionError.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/23/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SessionProxy+Authenticator.swift b/TunnelKit/Sources/Core/SessionProxy+Authenticator.swift index 54cd32b..79fdca0 100644 --- a/TunnelKit/Sources/Core/SessionProxy+Authenticator.swift +++ b/TunnelKit/Sources/Core/SessionProxy+Authenticator.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/9/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SessionProxy+CompressionFraming.swift b/TunnelKit/Sources/Core/SessionProxy+CompressionFraming.swift index 30a2bd0..7aa6a36 100644 --- a/TunnelKit/Sources/Core/SessionProxy+CompressionFraming.swift +++ b/TunnelKit/Sources/Core/SessionProxy+CompressionFraming.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/30/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SessionProxy+Configuration.swift b/TunnelKit/Sources/Core/SessionProxy+Configuration.swift index 742c317..54b9068 100644 --- a/TunnelKit/Sources/Core/SessionProxy+Configuration.swift +++ b/TunnelKit/Sources/Core/SessionProxy+Configuration.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 8/23/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SessionProxy+EncryptionBridge.swift b/TunnelKit/Sources/Core/SessionProxy+EncryptionBridge.swift index b150f4b..edf57b1 100644 --- a/TunnelKit/Sources/Core/SessionProxy+EncryptionBridge.swift +++ b/TunnelKit/Sources/Core/SessionProxy+EncryptionBridge.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/8/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SessionProxy+PIA.swift b/TunnelKit/Sources/Core/SessionProxy+PIA.swift index 11c8448..412f340 100644 --- a/TunnelKit/Sources/Core/SessionProxy+PIA.swift +++ b/TunnelKit/Sources/Core/SessionProxy+PIA.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 10/18/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SessionProxy+PushReply.swift b/TunnelKit/Sources/Core/SessionProxy+PushReply.swift index 63929f2..773f8dd 100644 --- a/TunnelKit/Sources/Core/SessionProxy+PushReply.swift +++ b/TunnelKit/Sources/Core/SessionProxy+PushReply.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 7/25/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SessionProxy+SessionKey.swift b/TunnelKit/Sources/Core/SessionProxy+SessionKey.swift index 00a57c1..d40faa5 100644 --- a/TunnelKit/Sources/Core/SessionProxy+SessionKey.swift +++ b/TunnelKit/Sources/Core/SessionProxy+SessionKey.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 4/12/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SessionProxy+TLSWrap.swift b/TunnelKit/Sources/Core/SessionProxy+TLSWrap.swift index 5fe7d4e..d1ccf70 100644 --- a/TunnelKit/Sources/Core/SessionProxy+TLSWrap.swift +++ b/TunnelKit/Sources/Core/SessionProxy+TLSWrap.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/11/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SessionProxy.swift b/TunnelKit/Sources/Core/SessionProxy.swift index 7366381..7f139ae 100644 --- a/TunnelKit/Sources/Core/SessionProxy.swift +++ b/TunnelKit/Sources/Core/SessionProxy.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/3/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/SocketType.swift b/TunnelKit/Sources/Core/SocketType.swift index 5e2c4e1..bd4413b 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/StaticKey.swift b/TunnelKit/Sources/Core/StaticKey.swift index 3e438cd..480e732 100644 --- a/TunnelKit/Sources/Core/StaticKey.swift +++ b/TunnelKit/Sources/Core/StaticKey.swift @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 9/10/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/TLSBox.h b/TunnelKit/Sources/Core/TLSBox.h index f092f6c..d47e50d 100644 --- a/TunnelKit/Sources/Core/TLSBox.h +++ b/TunnelKit/Sources/Core/TLSBox.h @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/3/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/TLSBox.m b/TunnelKit/Sources/Core/TLSBox.m index f8ea967..274b9d9 100644 --- a/TunnelKit/Sources/Core/TLSBox.m +++ b/TunnelKit/Sources/Core/TLSBox.m @@ -3,7 +3,7 @@ // TunnelKit // // Created by Davide De Rosa on 2/3/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/TunnelInterface.swift b/TunnelKit/Sources/Core/TunnelInterface.swift index 0df6b49..0409ba6 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/ZeroingData.h b/TunnelKit/Sources/Core/ZeroingData.h index 8298c5a..a8ccda9 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/ZeroingData.m b/TunnelKit/Sources/Core/ZeroingData.m index 672418a..fb5cc72 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/ZeroingData.swift b/TunnelKit/Sources/Core/ZeroingData.swift index 7abff26..3c96e05 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKit/Sources/Core/module.modulemap b/TunnelKit/Sources/Core/module.modulemap index 626b52a..9921555 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitHost/AppDelegate.swift b/TunnelKitHost/AppDelegate.swift index dc5f442..4461a4d 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitHost/ViewController.swift b/TunnelKitHost/ViewController.swift index d1ce30e..bee659a 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) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/AppExtensionTests.swift b/TunnelKitTests/AppExtensionTests.swift index 9799032..6e14e7f 100644 --- a/TunnelKitTests/AppExtensionTests.swift +++ b/TunnelKitTests/AppExtensionTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 10/23/17. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/ConfigurationParserTests.swift b/TunnelKitTests/ConfigurationParserTests.swift index 4ad0887..3dbf510 100644 --- a/TunnelKitTests/ConfigurationParserTests.swift +++ b/TunnelKitTests/ConfigurationParserTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 11/10/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/ControlChannelTests.swift b/TunnelKitTests/ControlChannelTests.swift index f698528..c707617 100644 --- a/TunnelKitTests/ControlChannelTests.swift +++ b/TunnelKitTests/ControlChannelTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 9/10/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/DNSTests.swift b/TunnelKitTests/DNSTests.swift index 0c170a6..0835edb 100644 --- a/TunnelKitTests/DNSTests.swift +++ b/TunnelKitTests/DNSTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 8/31/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/DataManipulationTests.swift b/TunnelKitTests/DataManipulationTests.swift index 05f29c7..93fc455 100644 --- a/TunnelKitTests/DataManipulationTests.swift +++ b/TunnelKitTests/DataManipulationTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/DataPathEncryptionTests.swift b/TunnelKitTests/DataPathEncryptionTests.swift index e65ba1b..68cc549 100644 --- a/TunnelKitTests/DataPathEncryptionTests.swift +++ b/TunnelKitTests/DataPathEncryptionTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/11/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/DataPathPerformanceTests.swift b/TunnelKitTests/DataPathPerformanceTests.swift index 9da9b32..1f3d72e 100644 --- a/TunnelKitTests/DataPathPerformanceTests.swift +++ b/TunnelKitTests/DataPathPerformanceTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/EncryptionPerformanceTests.swift b/TunnelKitTests/EncryptionPerformanceTests.swift index b08a7f9..3e68ffc 100644 --- a/TunnelKitTests/EncryptionPerformanceTests.swift +++ b/TunnelKitTests/EncryptionPerformanceTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/EncryptionTests.swift b/TunnelKitTests/EncryptionTests.swift index c3c2be4..606e98b 100644 --- a/TunnelKitTests/EncryptionTests.swift +++ b/TunnelKitTests/EncryptionTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/LinkTests.swift b/TunnelKitTests/LinkTests.swift index 5697caf..269834e 100644 --- a/TunnelKitTests/LinkTests.swift +++ b/TunnelKitTests/LinkTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/PacketTests.swift b/TunnelKitTests/PacketTests.swift index e92f463..53dba62 100644 --- a/TunnelKitTests/PacketTests.swift +++ b/TunnelKitTests/PacketTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 9/9/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/PushTests.swift b/TunnelKitTests/PushTests.swift index 20d31fa..6d04723 100644 --- a/TunnelKitTests/PushTests.swift +++ b/TunnelKitTests/PushTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 8/24/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/RandomTests.swift b/TunnelKitTests/RandomTests.swift index 27ad533..f927bc0 100644 --- a/TunnelKitTests/RandomTests.swift +++ b/TunnelKitTests/RandomTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/RawPerformanceTests.swift b/TunnelKitTests/RawPerformanceTests.swift index 2a69f26..cbfae27 100644 --- a/TunnelKitTests/RawPerformanceTests.swift +++ b/TunnelKitTests/RawPerformanceTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/StaticKeyTests.swift b/TunnelKitTests/StaticKeyTests.swift index da35043..8ce0113 100644 --- a/TunnelKitTests/StaticKeyTests.swift +++ b/TunnelKitTests/StaticKeyTests.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 9/11/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux // diff --git a/TunnelKitTests/TestUtils.swift b/TunnelKitTests/TestUtils.swift index 3c44df3..3ef1ea0 100644 --- a/TunnelKitTests/TestUtils.swift +++ b/TunnelKitTests/TestUtils.swift @@ -3,7 +3,7 @@ // TunnelKitTests // // Created by Davide De Rosa on 7/7/18. -// Copyright (c) 2018 Davide De Rosa. All rights reserved. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. // // https://github.com/keeshux //