diff --git a/Demo/Demo/Configuration.swift b/Demo/Demo/Configuration.swift
index 261fea6..336978d 100644
--- a/Demo/Demo/Configuration.swift
+++ b/Demo/Demo/Configuration.swift
@@ -3,7 +3,7 @@
// Demo
//
// Created by Davide De Rosa on 6/13/20.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/keeshux
//
diff --git a/Demo/Demo/DemoTunnel.plist b/Demo/Demo/DemoTunnel.plist
index c146255..bbfbc45 100644
--- a/Demo/Demo/DemoTunnel.plist
+++ b/Demo/Demo/DemoTunnel.plist
@@ -30,6 +30,6 @@
$(PRODUCT_MODULE_NAME).PacketTunnelProvider
NSHumanReadableCopyright
- Copyright (c) 2021 Davide De Rosa. All rights reserved.
+ Copyright (c) 2022 Davide De Rosa. All rights reserved.
diff --git a/Demo/Demo/OpenVPNPacketTunnelProvider.swift b/Demo/Demo/OpenVPNPacketTunnelProvider.swift
index eec46e5..d342cdc 100644
--- a/Demo/Demo/OpenVPNPacketTunnelProvider.swift
+++ b/Demo/Demo/OpenVPNPacketTunnelProvider.swift
@@ -3,7 +3,7 @@
// Demo
//
// Created by Davide De Rosa on 9/15/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/keeshux
//
diff --git a/Demo/Demo/WireGuardPacketTunnelProvider.swift b/Demo/Demo/WireGuardPacketTunnelProvider.swift
index 770e784..0de9aa4 100644
--- a/Demo/Demo/WireGuardPacketTunnelProvider.swift
+++ b/Demo/Demo/WireGuardPacketTunnelProvider.swift
@@ -3,7 +3,7 @@
// Demo
//
// Created by Davide De Rosa on 11/22/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/keeshux
//
diff --git a/Demo/Demo/iOS/AppDelegate.swift b/Demo/Demo/iOS/AppDelegate.swift
index fc7ad5a..856074a 100644
--- a/Demo/Demo/iOS/AppDelegate.swift
+++ b/Demo/Demo/iOS/AppDelegate.swift
@@ -3,7 +3,7 @@
// Demo
//
// Created by Davide De Rosa on 2/11/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/keeshux
//
diff --git a/Demo/Demo/iOS/OpenVPNViewController.swift b/Demo/Demo/iOS/OpenVPNViewController.swift
index 2813ae7..c6ba546 100644
--- a/Demo/Demo/iOS/OpenVPNViewController.swift
+++ b/Demo/Demo/iOS/OpenVPNViewController.swift
@@ -3,7 +3,7 @@
// Demo
//
// Created by Davide De Rosa on 2/11/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/keeshux
//
diff --git a/Demo/Demo/iOS/WireGuardViewController.swift b/Demo/Demo/iOS/WireGuardViewController.swift
index d471717..8a7df9b 100644
--- a/Demo/Demo/iOS/WireGuardViewController.swift
+++ b/Demo/Demo/iOS/WireGuardViewController.swift
@@ -3,7 +3,7 @@
// Demo
//
// Created by Davide De Rosa on 11/22/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/keeshux
//
diff --git a/Demo/Demo/macOS/AppDelegate.swift b/Demo/Demo/macOS/AppDelegate.swift
index 38eada0..37236f8 100644
--- a/Demo/Demo/macOS/AppDelegate.swift
+++ b/Demo/Demo/macOS/AppDelegate.swift
@@ -3,7 +3,7 @@
// Demo
//
// Created by Davide De Rosa on 10/15/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/keeshux
//
diff --git a/Demo/Demo/macOS/Demo.plist b/Demo/Demo/macOS/Demo.plist
index 31b77ba..b648ecc 100644
--- a/Demo/Demo/macOS/Demo.plist
+++ b/Demo/Demo/macOS/Demo.plist
@@ -25,7 +25,7 @@
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSHumanReadableCopyright
- Copyright (c) 2021 Davide De Rosa. All rights reserved.
+ Copyright (c) 2022 Davide De Rosa. All rights reserved.
NSMainStoryboardFile
Main
NSPrincipalClass
diff --git a/Demo/Demo/macOS/OpenVPNViewController.swift b/Demo/Demo/macOS/OpenVPNViewController.swift
index 72d6322..7ed96bc 100644
--- a/Demo/Demo/macOS/OpenVPNViewController.swift
+++ b/Demo/Demo/macOS/OpenVPNViewController.swift
@@ -3,7 +3,7 @@
// Demo
//
// Created by Davide De Rosa on 10/15/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/keeshux
//
diff --git a/Demo/Demo/macOS/WireGuardViewController.swift b/Demo/Demo/macOS/WireGuardViewController.swift
index 9564793..610f40d 100644
--- a/Demo/Demo/macOS/WireGuardViewController.swift
+++ b/Demo/Demo/macOS/WireGuardViewController.swift
@@ -3,7 +3,7 @@
// Demo
//
// Created by Davide De Rosa on 11/22/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/keeshux
//
diff --git a/Demo/Host/AppDelegate.swift b/Demo/Host/AppDelegate.swift
index 2474145..fd44b61 100644
--- a/Demo/Host/AppDelegate.swift
+++ b/Demo/Host/AppDelegate.swift
@@ -3,7 +3,7 @@
// TunnelKitHost
//
// Created by Davide De Rosa on 9/24/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Demo/Host/ViewController.swift b/Demo/Host/ViewController.swift
index 0b65008..7c47a8a 100644
--- a/Demo/Host/ViewController.swift
+++ b/Demo/Host/ViewController.swift
@@ -3,7 +3,7 @@
// TunnelKitHost
//
// Created by Davide De Rosa on 9/24/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/README.md b/README.md
index 546d121..31feedb 100644
--- a/README.md
+++ b/README.md
@@ -191,7 +191,7 @@ Contains the `NEPacketTunnelProvider` implementation of a WireGuard tunnel.
## License
-Copyright (c) 2021 Davide De Rosa. All rights reserved.
+Copyright (c) 2022 Davide De Rosa. All rights reserved.
### Part I
diff --git a/Sources/CTunnelKitCore/Allocation.m b/Sources/CTunnelKitCore/Allocation.m
index ca34714..420b558 100644
--- a/Sources/CTunnelKitCore/Allocation.m
+++ b/Sources/CTunnelKitCore/Allocation.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/5/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitCore/LZOFactory.m b/Sources/CTunnelKitCore/LZOFactory.m
index 96b5cbc..1f8f2c0 100644
--- a/Sources/CTunnelKitCore/LZOFactory.m
+++ b/Sources/CTunnelKitCore/LZOFactory.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 3/18/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitCore/RoutingTable.m b/Sources/CTunnelKitCore/RoutingTable.m
index 8c6e0aa..24a3463 100644
--- a/Sources/CTunnelKitCore/RoutingTable.m
+++ b/Sources/CTunnelKitCore/RoutingTable.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/30/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitCore/RoutingTableEntry.m b/Sources/CTunnelKitCore/RoutingTableEntry.m
index 0eb6e1c..a48bc65 100644
--- a/Sources/CTunnelKitCore/RoutingTableEntry.m
+++ b/Sources/CTunnelKitCore/RoutingTableEntry.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/30/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitCore/ZeroingData.m b/Sources/CTunnelKitCore/ZeroingData.m
index efe964e..b5b423b 100644
--- a/Sources/CTunnelKitCore/ZeroingData.m
+++ b/Sources/CTunnelKitCore/ZeroingData.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/28/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitCore/include/Allocation.h b/Sources/CTunnelKitCore/include/Allocation.h
index 3a836e9..369498c 100644
--- a/Sources/CTunnelKitCore/include/Allocation.h
+++ b/Sources/CTunnelKitCore/include/Allocation.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/5/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitCore/include/CompressionProvider.h b/Sources/CTunnelKitCore/include/CompressionProvider.h
index ba9b447..e683a86 100644
--- a/Sources/CTunnelKitCore/include/CompressionProvider.h
+++ b/Sources/CTunnelKitCore/include/CompressionProvider.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 3/18/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitCore/include/LZOFactory.h b/Sources/CTunnelKitCore/include/LZOFactory.h
index ffda675..82b185b 100644
--- a/Sources/CTunnelKitCore/include/LZOFactory.h
+++ b/Sources/CTunnelKitCore/include/LZOFactory.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 3/18/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitCore/include/RoutingTable.h b/Sources/CTunnelKitCore/include/RoutingTable.h
index 991d459..31b2450 100644
--- a/Sources/CTunnelKitCore/include/RoutingTable.h
+++ b/Sources/CTunnelKitCore/include/RoutingTable.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/30/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitCore/include/RoutingTableEntry.h b/Sources/CTunnelKitCore/include/RoutingTableEntry.h
index 5d6725a..61dd718 100644
--- a/Sources/CTunnelKitCore/include/RoutingTableEntry.h
+++ b/Sources/CTunnelKitCore/include/RoutingTableEntry.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/30/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitCore/include/ZeroingData.h b/Sources/CTunnelKitCore/include/ZeroingData.h
index 5a8e450..53339af 100644
--- a/Sources/CTunnelKitCore/include/ZeroingData.h
+++ b/Sources/CTunnelKitCore/include/ZeroingData.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/28/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNCore/Errors.m b/Sources/CTunnelKitOpenVPNCore/Errors.m
index 2b912b5..b1cb437 100644
--- a/Sources/CTunnelKitOpenVPNCore/Errors.m
+++ b/Sources/CTunnelKitOpenVPNCore/Errors.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 10/10/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNCore/include/CompressionAlgorithmNative.h b/Sources/CTunnelKitOpenVPNCore/include/CompressionAlgorithmNative.h
index 8134962..4a570fc 100644
--- a/Sources/CTunnelKitOpenVPNCore/include/CompressionAlgorithmNative.h
+++ b/Sources/CTunnelKitOpenVPNCore/include/CompressionAlgorithmNative.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 3/19/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNCore/include/CompressionFramingNative.h b/Sources/CTunnelKitOpenVPNCore/include/CompressionFramingNative.h
index 72cf10f..45b8e64 100644
--- a/Sources/CTunnelKitOpenVPNCore/include/CompressionFramingNative.h
+++ b/Sources/CTunnelKitOpenVPNCore/include/CompressionFramingNative.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/30/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNCore/include/Errors.h b/Sources/CTunnelKitOpenVPNCore/include/Errors.h
index 7d59fbc..0ecd13c 100644
--- a/Sources/CTunnelKitOpenVPNCore/include/Errors.h
+++ b/Sources/CTunnelKitOpenVPNCore/include/Errors.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 10/10/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/ControlPacket.m b/Sources/CTunnelKitOpenVPNProtocol/ControlPacket.m
index cac6c42..7ad80a6 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/ControlPacket.m
+++ b/Sources/CTunnelKitOpenVPNProtocol/ControlPacket.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/14/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/CryptoAEAD.m b/Sources/CTunnelKitOpenVPNProtocol/CryptoAEAD.m
index 8259c73..96ecea4 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/CryptoAEAD.m
+++ b/Sources/CTunnelKitOpenVPNProtocol/CryptoAEAD.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 7/6/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/CryptoBox.m b/Sources/CTunnelKitOpenVPNProtocol/CryptoBox.m
index b82ee85..bf2032b 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/CryptoBox.m
+++ b/Sources/CTunnelKitOpenVPNProtocol/CryptoBox.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/4/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/CryptoCBC.m b/Sources/CTunnelKitOpenVPNProtocol/CryptoCBC.m
index 86de248..3c0abc0 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/CryptoCBC.m
+++ b/Sources/CTunnelKitOpenVPNProtocol/CryptoCBC.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 7/6/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/CryptoCTR.m b/Sources/CTunnelKitOpenVPNProtocol/CryptoCTR.m
index ebfbdd8..d2d5b3d 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/CryptoCTR.m
+++ b/Sources/CTunnelKitOpenVPNProtocol/CryptoCTR.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/18/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/DataPath.m b/Sources/CTunnelKitOpenVPNProtocol/DataPath.m
index 8860d19..0071e55 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/DataPath.m
+++ b/Sources/CTunnelKitOpenVPNProtocol/DataPath.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 3/2/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/MSS.m b/Sources/CTunnelKitOpenVPNProtocol/MSS.m
index 264afd9..6f2472e 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/MSS.m
+++ b/Sources/CTunnelKitOpenVPNProtocol/MSS.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/7/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/PacketMacros.m b/Sources/CTunnelKitOpenVPNProtocol/PacketMacros.m
index 543ae57..ed6f23e 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/PacketMacros.m
+++ b/Sources/CTunnelKitOpenVPNProtocol/PacketMacros.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 7/11/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/PacketStream.m b/Sources/CTunnelKitOpenVPNProtocol/PacketStream.m
index 24d1f36..c15cc66 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/PacketStream.m
+++ b/Sources/CTunnelKitOpenVPNProtocol/PacketStream.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/25/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/ReplayProtector.m b/Sources/CTunnelKitOpenVPNProtocol/ReplayProtector.m
index c4ede4e..e4c78cb 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/ReplayProtector.m
+++ b/Sources/CTunnelKitOpenVPNProtocol/ReplayProtector.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/17/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/TLSBox.m b/Sources/CTunnelKitOpenVPNProtocol/TLSBox.m
index b47c0b4..b4b31c7 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/TLSBox.m
+++ b/Sources/CTunnelKitOpenVPNProtocol/TLSBox.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/3/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/ControlPacket.h b/Sources/CTunnelKitOpenVPNProtocol/include/ControlPacket.h
index 8090912..ea24834 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/ControlPacket.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/ControlPacket.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/14/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/Crypto.h b/Sources/CTunnelKitOpenVPNProtocol/include/Crypto.h
index abe0909..1ca8869 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/Crypto.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/Crypto.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 3/3/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/CryptoAEAD.h b/Sources/CTunnelKitOpenVPNProtocol/include/CryptoAEAD.h
index 44e676a..9212d06 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/CryptoAEAD.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/CryptoAEAD.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 7/6/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/CryptoBox.h b/Sources/CTunnelKitOpenVPNProtocol/include/CryptoBox.h
index ca8b96d..6b0d4f5 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/CryptoBox.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/CryptoBox.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/4/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/CryptoCBC.h b/Sources/CTunnelKitOpenVPNProtocol/include/CryptoCBC.h
index c7ea9d4..cade57a 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/CryptoCBC.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/CryptoCBC.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 7/6/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/CryptoCTR.h b/Sources/CTunnelKitOpenVPNProtocol/include/CryptoCTR.h
index 494a5a9..0b17f72 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/CryptoCTR.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/CryptoCTR.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/18/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/CryptoMacros.h b/Sources/CTunnelKitOpenVPNProtocol/include/CryptoMacros.h
index 9bc90e5..796c307 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/CryptoMacros.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/CryptoMacros.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 7/6/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/DataPath.h b/Sources/CTunnelKitOpenVPNProtocol/include/DataPath.h
index 560b5dc..094afa4 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/DataPath.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/DataPath.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 3/2/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/DataPathCrypto.h b/Sources/CTunnelKitOpenVPNProtocol/include/DataPathCrypto.h
index dcbc319..b4baa91 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/DataPathCrypto.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/DataPathCrypto.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 7/11/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/MSS.h b/Sources/CTunnelKitOpenVPNProtocol/include/MSS.h
index 935e206..79aff3d 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/MSS.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/MSS.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/7/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/PacketMacros.h b/Sources/CTunnelKitOpenVPNProtocol/include/PacketMacros.h
index ebe552e..5625df8 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/PacketMacros.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/PacketMacros.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 7/11/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/PacketStream.h b/Sources/CTunnelKitOpenVPNProtocol/include/PacketStream.h
index 9e112c1..c62ad05 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/PacketStream.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/PacketStream.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/25/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/ReplayProtector.h b/Sources/CTunnelKitOpenVPNProtocol/include/ReplayProtector.h
index e48ccda..1e04955 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/ReplayProtector.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/ReplayProtector.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/17/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/CTunnelKitOpenVPNProtocol/include/TLSBox.h b/Sources/CTunnelKitOpenVPNProtocol/include/TLSBox.h
index a80c170..a0b3669 100644
--- a/Sources/CTunnelKitOpenVPNProtocol/include/TLSBox.h
+++ b/Sources/CTunnelKitOpenVPNProtocol/include/TLSBox.h
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/3/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitAppExtension/GenericSocket.swift b/Sources/TunnelKitAppExtension/GenericSocket.swift
index 3fc0fc7..8b070d5 100644
--- a/Sources/TunnelKitAppExtension/GenericSocket.swift
+++ b/Sources/TunnelKitAppExtension/GenericSocket.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/16/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitAppExtension/InterfaceObserver.swift b/Sources/TunnelKitAppExtension/InterfaceObserver.swift
index 783108b..b11f0e3 100644
--- a/Sources/TunnelKitAppExtension/InterfaceObserver.swift
+++ b/Sources/TunnelKitAppExtension/InterfaceObserver.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 6/14/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitAppExtension/LinkProducer.swift b/Sources/TunnelKitAppExtension/LinkProducer.swift
index 2c660e0..56ab458 100644
--- a/Sources/TunnelKitAppExtension/LinkProducer.swift
+++ b/Sources/TunnelKitAppExtension/LinkProducer.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/23/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitAppExtension/MemoryDestination.swift b/Sources/TunnelKitAppExtension/MemoryDestination.swift
index 234ac09..865bd61 100644
--- a/Sources/TunnelKitAppExtension/MemoryDestination.swift
+++ b/Sources/TunnelKitAppExtension/MemoryDestination.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 7/26/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitAppExtension/Transport/NETCPSocket.swift b/Sources/TunnelKitAppExtension/Transport/NETCPSocket.swift
index 46d91cf..7917c43 100644
--- a/Sources/TunnelKitAppExtension/Transport/NETCPSocket.swift
+++ b/Sources/TunnelKitAppExtension/Transport/NETCPSocket.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/15/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitAppExtension/Transport/NETunnelInterface.swift b/Sources/TunnelKitAppExtension/Transport/NETunnelInterface.swift
index 20e82d4..1e84b7c 100644
--- a/Sources/TunnelKitAppExtension/Transport/NETunnelInterface.swift
+++ b/Sources/TunnelKitAppExtension/Transport/NETunnelInterface.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/27/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitAppExtension/Transport/NEUDPSocket.swift b/Sources/TunnelKitAppExtension/Transport/NEUDPSocket.swift
index b7fa884..a81dbbe 100644
--- a/Sources/TunnelKitAppExtension/Transport/NEUDPSocket.swift
+++ b/Sources/TunnelKitAppExtension/Transport/NEUDPSocket.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/27/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitAppExtension/Transport/NWTCPConnectionState+Description.swift b/Sources/TunnelKitAppExtension/Transport/NWTCPConnectionState+Description.swift
index 1be381a..288f091 100644
--- a/Sources/TunnelKitAppExtension/Transport/NWTCPConnectionState+Description.swift
+++ b/Sources/TunnelKitAppExtension/Transport/NWTCPConnectionState+Description.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/16/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitAppExtension/Transport/NWUDPSessionState+Description.swift b/Sources/TunnelKitAppExtension/Transport/NWUDPSessionState+Description.swift
index 42400b7..3d36e93 100644
--- a/Sources/TunnelKitAppExtension/Transport/NWUDPSessionState+Description.swift
+++ b/Sources/TunnelKitAppExtension/Transport/NWUDPSessionState+Description.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/24/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/BidirectionalState.swift b/Sources/TunnelKitCore/BidirectionalState.swift
index bf2d5d1..a0742f6 100644
--- a/Sources/TunnelKitCore/BidirectionalState.swift
+++ b/Sources/TunnelKitCore/BidirectionalState.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/9/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/CoreConfiguration.swift b/Sources/TunnelKitCore/CoreConfiguration.swift
index 19aada3..a338071 100644
--- a/Sources/TunnelKitCore/CoreConfiguration.swift
+++ b/Sources/TunnelKitCore/CoreConfiguration.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/1/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/DNSProtocol.swift b/Sources/TunnelKitCore/DNSProtocol.swift
index dd5d6e7..9ae3805 100644
--- a/Sources/TunnelKitCore/DNSProtocol.swift
+++ b/Sources/TunnelKitCore/DNSProtocol.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 1/22/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/DNSResolver.swift b/Sources/TunnelKitCore/DNSResolver.swift
index 68f16aa..ec560fe 100644
--- a/Sources/TunnelKitCore/DNSResolver.swift
+++ b/Sources/TunnelKitCore/DNSResolver.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 12/15/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/EndpointProtocol.swift b/Sources/TunnelKitCore/EndpointProtocol.swift
index dce241f..209770c 100644
--- a/Sources/TunnelKitCore/EndpointProtocol.swift
+++ b/Sources/TunnelKitCore/EndpointProtocol.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 11/10/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/IOInterface.swift b/Sources/TunnelKitCore/IOInterface.swift
index c886752..066a62d 100644
--- a/Sources/TunnelKitCore/IOInterface.swift
+++ b/Sources/TunnelKitCore/IOInterface.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/27/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/IPHeader.swift b/Sources/TunnelKitCore/IPHeader.swift
index 9f27544..1559cfe 100644
--- a/Sources/TunnelKitCore/IPHeader.swift
+++ b/Sources/TunnelKitCore/IPHeader.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/12/20.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/IPv4Settings.swift b/Sources/TunnelKitCore/IPv4Settings.swift
index f76ca77..b1fbea9 100644
--- a/Sources/TunnelKitCore/IPv4Settings.swift
+++ b/Sources/TunnelKitCore/IPv4Settings.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/19/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/IPv6Settings.swift b/Sources/TunnelKitCore/IPv6Settings.swift
index 0e531fb..9aad8da 100644
--- a/Sources/TunnelKitCore/IPv6Settings.swift
+++ b/Sources/TunnelKitCore/IPv6Settings.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/19/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/LinkInterface.swift b/Sources/TunnelKitCore/LinkInterface.swift
index c7a7f9f..081a2f4 100644
--- a/Sources/TunnelKitCore/LinkInterface.swift
+++ b/Sources/TunnelKitCore/LinkInterface.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/27/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/Proxy.swift b/Sources/TunnelKitCore/Proxy.swift
index 31ab6a4..061bcf1 100644
--- a/Sources/TunnelKitCore/Proxy.swift
+++ b/Sources/TunnelKitCore/Proxy.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/19/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/SecureRandom.swift b/Sources/TunnelKitCore/SecureRandom.swift
index 87bd140..aaf6e57 100644
--- a/Sources/TunnelKitCore/SecureRandom.swift
+++ b/Sources/TunnelKitCore/SecureRandom.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/3/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/Session.swift b/Sources/TunnelKitCore/Session.swift
index 0927497..29c706a 100644
--- a/Sources/TunnelKitCore/Session.swift
+++ b/Sources/TunnelKitCore/Session.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/19/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/SocketType.swift b/Sources/TunnelKitCore/SocketType.swift
index 2d12f53..fc8292a 100644
--- a/Sources/TunnelKitCore/SocketType.swift
+++ b/Sources/TunnelKitCore/SocketType.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 11/10/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/TunnelInterface.swift b/Sources/TunnelKitCore/TunnelInterface.swift
index 365accb..4adf5dc 100644
--- a/Sources/TunnelKitCore/TunnelInterface.swift
+++ b/Sources/TunnelKitCore/TunnelInterface.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/27/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitCore/ZeroingData.swift b/Sources/TunnelKitCore/ZeroingData.swift
index 55db264..1213d5c 100644
--- a/Sources/TunnelKitCore/ZeroingData.swift
+++ b/Sources/TunnelKitCore/ZeroingData.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/27/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitIKE/NativeProvider.swift b/Sources/TunnelKitIKE/NativeProvider.swift
index ea01d3c..4d77068 100644
--- a/Sources/TunnelKitIKE/NativeProvider.swift
+++ b/Sources/TunnelKitIKE/NativeProvider.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/11/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitLZO/StandardLZO.m b/Sources/TunnelKitLZO/StandardLZO.m
index 302ca4c..55e2c9f 100644
--- a/Sources/TunnelKitLZO/StandardLZO.m
+++ b/Sources/TunnelKitLZO/StandardLZO.m
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 3/18/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitManager/Keychain.swift b/Sources/TunnelKitManager/Keychain.swift
index 67de376..e019ed9 100644
--- a/Sources/TunnelKitManager/Keychain.swift
+++ b/Sources/TunnelKitManager/Keychain.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/12/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitManager/MockVPNProvider.swift b/Sources/TunnelKitManager/MockVPNProvider.swift
index 9d8c1b2..5cd2a05 100644
--- a/Sources/TunnelKitManager/MockVPNProvider.swift
+++ b/Sources/TunnelKitManager/MockVPNProvider.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 6/15/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitManager/NetworkExtensionLocator.swift b/Sources/TunnelKitManager/NetworkExtensionLocator.swift
index 7b08786..d23399e 100644
--- a/Sources/TunnelKitManager/NetworkExtensionLocator.swift
+++ b/Sources/TunnelKitManager/NetworkExtensionLocator.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/25/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitManager/NetworkExtensionVPNConfiguration.swift b/Sources/TunnelKitManager/NetworkExtensionVPNConfiguration.swift
index 41438f6..f3acd9d 100644
--- a/Sources/TunnelKitManager/NetworkExtensionVPNConfiguration.swift
+++ b/Sources/TunnelKitManager/NetworkExtensionVPNConfiguration.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/25/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitManager/NetworkExtensionVPNProvider.swift b/Sources/TunnelKitManager/NetworkExtensionVPNProvider.swift
index 48aa244..c3a9fc0 100644
--- a/Sources/TunnelKitManager/NetworkExtensionVPNProvider.swift
+++ b/Sources/TunnelKitManager/NetworkExtensionVPNProvider.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 6/15/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitManager/VPN.swift b/Sources/TunnelKitManager/VPN.swift
index 15ae8ab..09dfa36 100644
--- a/Sources/TunnelKitManager/VPN.swift
+++ b/Sources/TunnelKitManager/VPN.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 6/12/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitManager/VPNConfiguration.swift b/Sources/TunnelKitManager/VPNConfiguration.swift
index f23d9c3..a7524a5 100644
--- a/Sources/TunnelKitManager/VPNConfiguration.swift
+++ b/Sources/TunnelKitManager/VPNConfiguration.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/18/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitManager/VPNProvider.swift b/Sources/TunnelKitManager/VPNProvider.swift
index eb5dde7..f0638d9 100644
--- a/Sources/TunnelKitManager/VPNProvider.swift
+++ b/Sources/TunnelKitManager/VPNProvider.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/6/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitManager/VPNProviderIPC.swift b/Sources/TunnelKitManager/VPNProviderIPC.swift
index 22b7110..c98fcc3 100644
--- a/Sources/TunnelKitManager/VPNProviderIPC.swift
+++ b/Sources/TunnelKitManager/VPNProviderIPC.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/25/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitManager/VPNStatus.swift b/Sources/TunnelKitManager/VPNStatus.swift
index 2b85380..2c06b05 100644
--- a/Sources/TunnelKitManager/VPNStatus.swift
+++ b/Sources/TunnelKitManager/VPNStatus.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/18/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNAppExtension/ConnectionStrategy.swift b/Sources/TunnelKitOpenVPNAppExtension/ConnectionStrategy.swift
index 0bb3159..3aa76d5 100644
--- a/Sources/TunnelKitOpenVPNAppExtension/ConnectionStrategy.swift
+++ b/Sources/TunnelKitOpenVPNAppExtension/ConnectionStrategy.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 6/18/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNAppExtension/NETCPLink.swift b/Sources/TunnelKitOpenVPNAppExtension/NETCPLink.swift
index 4833179..d99f78e 100644
--- a/Sources/TunnelKitOpenVPNAppExtension/NETCPLink.swift
+++ b/Sources/TunnelKitOpenVPNAppExtension/NETCPLink.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/23/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNAppExtension/NEUDPLink.swift b/Sources/TunnelKitOpenVPNAppExtension/NEUDPLink.swift
index 2302398..5d9174e 100644
--- a/Sources/TunnelKitOpenVPNAppExtension/NEUDPLink.swift
+++ b/Sources/TunnelKitOpenVPNAppExtension/NEUDPLink.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/23/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNAppExtension/OpenVPNTunnelProvider.swift b/Sources/TunnelKitOpenVPNAppExtension/OpenVPNTunnelProvider.swift
index e977158..0e925eb 100644
--- a/Sources/TunnelKitOpenVPNAppExtension/OpenVPNTunnelProvider.swift
+++ b/Sources/TunnelKitOpenVPNAppExtension/OpenVPNTunnelProvider.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/1/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNCore/CompressionAlgorithm.swift b/Sources/TunnelKitOpenVPNCore/CompressionAlgorithm.swift
index 27a9a4f..fba1d90 100644
--- a/Sources/TunnelKitOpenVPNCore/CompressionAlgorithm.swift
+++ b/Sources/TunnelKitOpenVPNCore/CompressionAlgorithm.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 3/19/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNCore/CompressionFraming.swift b/Sources/TunnelKitOpenVPNCore/CompressionFraming.swift
index da1ad3e..5ddf1cd 100644
--- a/Sources/TunnelKitOpenVPNCore/CompressionFraming.swift
+++ b/Sources/TunnelKitOpenVPNCore/CompressionFraming.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/30/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNCore/Configuration.swift b/Sources/TunnelKitOpenVPNCore/Configuration.swift
index 0795b84..64cb5e5 100644
--- a/Sources/TunnelKitOpenVPNCore/Configuration.swift
+++ b/Sources/TunnelKitOpenVPNCore/Configuration.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/23/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNCore/ConfigurationError.swift b/Sources/TunnelKitOpenVPNCore/ConfigurationError.swift
index d9adea1..041992e 100644
--- a/Sources/TunnelKitOpenVPNCore/ConfigurationError.swift
+++ b/Sources/TunnelKitOpenVPNCore/ConfigurationError.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/3/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNCore/ConfigurationParser.swift b/Sources/TunnelKitOpenVPNCore/ConfigurationParser.swift
index aeb4735..a7ff99d 100644
--- a/Sources/TunnelKitOpenVPNCore/ConfigurationParser.swift
+++ b/Sources/TunnelKitOpenVPNCore/ConfigurationParser.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/5/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNCore/CryptoContainer.swift b/Sources/TunnelKitOpenVPNCore/CryptoContainer.swift
index 60d5f59..03a3620 100644
--- a/Sources/TunnelKitOpenVPNCore/CryptoContainer.swift
+++ b/Sources/TunnelKitOpenVPNCore/CryptoContainer.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/22/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNCore/Errors.swift b/Sources/TunnelKitOpenVPNCore/Errors.swift
index ae97c9e..2945866 100644
--- a/Sources/TunnelKitOpenVPNCore/Errors.swift
+++ b/Sources/TunnelKitOpenVPNCore/Errors.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/19/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNCore/OpenVPN.swift b/Sources/TunnelKitOpenVPNCore/OpenVPN.swift
index 77395d0..4ef1980 100644
--- a/Sources/TunnelKitOpenVPNCore/OpenVPN.swift
+++ b/Sources/TunnelKitOpenVPNCore/OpenVPN.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/19/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNCore/OpenVPNError.swift b/Sources/TunnelKitOpenVPNCore/OpenVPNError.swift
index 16b7bce..21cadd8 100644
--- a/Sources/TunnelKitOpenVPNCore/OpenVPNError.swift
+++ b/Sources/TunnelKitOpenVPNCore/OpenVPNError.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 8/23/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNCore/StaticKey.swift b/Sources/TunnelKitOpenVPNCore/StaticKey.swift
index aa6c05e..85d0f69 100644
--- a/Sources/TunnelKitOpenVPNCore/StaticKey.swift
+++ b/Sources/TunnelKitOpenVPNCore/StaticKey.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/10/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNCore/TLSWrap.swift b/Sources/TunnelKitOpenVPNCore/TLSWrap.swift
index 20a89cf..edeb181 100644
--- a/Sources/TunnelKitOpenVPNCore/TLSWrap.swift
+++ b/Sources/TunnelKitOpenVPNCore/TLSWrap.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/11/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNManager/OpenVPNProvider+Configuration.swift b/Sources/TunnelKitOpenVPNManager/OpenVPNProvider+Configuration.swift
index 0a85fba..946943a 100644
--- a/Sources/TunnelKitOpenVPNManager/OpenVPNProvider+Configuration.swift
+++ b/Sources/TunnelKitOpenVPNManager/OpenVPNProvider+Configuration.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 10/23/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNManager/OpenVPNProvider+Interaction.swift b/Sources/TunnelKitOpenVPNManager/OpenVPNProvider+Interaction.swift
index b52f93e..b47b850 100644
--- a/Sources/TunnelKitOpenVPNManager/OpenVPNProvider+Interaction.swift
+++ b/Sources/TunnelKitOpenVPNManager/OpenVPNProvider+Interaction.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/24/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNManager/OpenVPNProvider.swift b/Sources/TunnelKitOpenVPNManager/OpenVPNProvider.swift
index cf5c8bf..758860a 100644
--- a/Sources/TunnelKitOpenVPNManager/OpenVPNProvider.swift
+++ b/Sources/TunnelKitOpenVPNManager/OpenVPNProvider.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 6/15/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNManager/OpenVPNProviderError.swift b/Sources/TunnelKitOpenVPNManager/OpenVPNProviderError.swift
index 34e4b87..d8e6891 100644
--- a/Sources/TunnelKitOpenVPNManager/OpenVPNProviderError.swift
+++ b/Sources/TunnelKitOpenVPNManager/OpenVPNProviderError.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 11/8/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/Authenticator.swift b/Sources/TunnelKitOpenVPNProtocol/Authenticator.swift
index be27b9f..0133a62 100644
--- a/Sources/TunnelKitOpenVPNProtocol/Authenticator.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/Authenticator.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/9/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/ControlChannel.swift b/Sources/TunnelKitOpenVPNProtocol/ControlChannel.swift
index ea237c5..615f3dc 100644
--- a/Sources/TunnelKitOpenVPNProtocol/ControlChannel.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/ControlChannel.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/9/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/ControlChannelSerializer.swift b/Sources/TunnelKitOpenVPNProtocol/ControlChannelSerializer.swift
index 23e061d..d950d38 100644
--- a/Sources/TunnelKitOpenVPNProtocol/ControlChannelSerializer.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/ControlChannelSerializer.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/10/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/CoreConfiguration+OpenVPN.swift b/Sources/TunnelKitOpenVPNProtocol/CoreConfiguration+OpenVPN.swift
index 9f14a63..f950c47 100644
--- a/Sources/TunnelKitOpenVPNProtocol/CoreConfiguration+OpenVPN.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/CoreConfiguration+OpenVPN.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/19/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/EncryptionBridge.swift b/Sources/TunnelKitOpenVPNProtocol/EncryptionBridge.swift
index 7dd0052..8cc8559 100644
--- a/Sources/TunnelKitOpenVPNProtocol/EncryptionBridge.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/EncryptionBridge.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/8/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/OpenVPN+PRNG.swift b/Sources/TunnelKitOpenVPNProtocol/OpenVPN+PRNG.swift
index 8644b7a..ac174fc 100644
--- a/Sources/TunnelKitOpenVPNProtocol/OpenVPN+PRNG.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/OpenVPN+PRNG.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 11/8/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/OpenVPNSession+PIA.swift b/Sources/TunnelKitOpenVPNProtocol/OpenVPNSession+PIA.swift
index 7d9fdba..4c52c02 100644
--- a/Sources/TunnelKitOpenVPNProtocol/OpenVPNSession+PIA.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/OpenVPNSession+PIA.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 10/18/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/OpenVPNSession.swift b/Sources/TunnelKitOpenVPNProtocol/OpenVPNSession.swift
index 6a4486b..31dde84 100644
--- a/Sources/TunnelKitOpenVPNProtocol/OpenVPNSession.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/OpenVPNSession.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/3/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/Packet.swift b/Sources/TunnelKitOpenVPNProtocol/Packet.swift
index 5af67d6..01113c5 100644
--- a/Sources/TunnelKitOpenVPNProtocol/Packet.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/Packet.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/3/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/ProtocolMacros.swift b/Sources/TunnelKitOpenVPNProtocol/ProtocolMacros.swift
index 0675c9f..2446038 100644
--- a/Sources/TunnelKitOpenVPNProtocol/ProtocolMacros.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/ProtocolMacros.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/8/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/PushReply.swift b/Sources/TunnelKitOpenVPNProtocol/PushReply.swift
index 0a63209..ff19a25 100644
--- a/Sources/TunnelKitOpenVPNProtocol/PushReply.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/PushReply.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 7/25/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitOpenVPNProtocol/SessionKey.swift b/Sources/TunnelKitOpenVPNProtocol/SessionKey.swift
index 131d1ae..7fbf537 100644
--- a/Sources/TunnelKitOpenVPNProtocol/SessionKey.swift
+++ b/Sources/TunnelKitOpenVPNProtocol/SessionKey.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 4/12/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitWireGuardCore/Configuration+WireGuardKit.swift b/Sources/TunnelKitWireGuardCore/Configuration+WireGuardKit.swift
index e5e8759..7d735db 100644
--- a/Sources/TunnelKitWireGuardCore/Configuration+WireGuardKit.swift
+++ b/Sources/TunnelKitWireGuardCore/Configuration+WireGuardKit.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 11/23/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitWireGuardCore/Configuration.swift b/Sources/TunnelKitWireGuardCore/Configuration.swift
index 053c9a0..cda7b06 100644
--- a/Sources/TunnelKitWireGuardCore/Configuration.swift
+++ b/Sources/TunnelKitWireGuardCore/Configuration.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 11/23/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitWireGuardCore/WireGuard.swift b/Sources/TunnelKitWireGuardCore/WireGuard.swift
index d7dc272..f40184a 100644
--- a/Sources/TunnelKitWireGuardCore/WireGuard.swift
+++ b/Sources/TunnelKitWireGuardCore/WireGuard.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 11/21/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitWireGuardManager/WireGuardProvider+Configuration.swift b/Sources/TunnelKitWireGuardManager/WireGuardProvider+Configuration.swift
index a9e9f47..8e7cdd1 100644
--- a/Sources/TunnelKitWireGuardManager/WireGuardProvider+Configuration.swift
+++ b/Sources/TunnelKitWireGuardManager/WireGuardProvider+Configuration.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 11/21/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/TunnelKitWireGuardManager/WireGuardProvider.swift b/Sources/TunnelKitWireGuardManager/WireGuardProvider.swift
index 98a3d1f..122dbc8 100644
--- a/Sources/TunnelKitWireGuardManager/WireGuardProvider.swift
+++ b/Sources/TunnelKitWireGuardManager/WireGuardProvider.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 11/21/21.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/__TunnelKitUtils/Data+Manipulation.swift b/Sources/__TunnelKitUtils/Data+Manipulation.swift
index b0a75fd..a165ea8 100644
--- a/Sources/__TunnelKitUtils/Data+Manipulation.swift
+++ b/Sources/__TunnelKitUtils/Data+Manipulation.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 2/3/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/__TunnelKitUtils/NSRegularExpression+Shortcuts.swift b/Sources/__TunnelKitUtils/NSRegularExpression+Shortcuts.swift
index f95f2b8..a10812d 100644
--- a/Sources/__TunnelKitUtils/NSRegularExpression+Shortcuts.swift
+++ b/Sources/__TunnelKitUtils/NSRegularExpression+Shortcuts.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 9/9/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Sources/__TunnelKitUtils/Utils.swift b/Sources/__TunnelKitUtils/Utils.swift
index 5d14615..b6d1cc7 100644
--- a/Sources/__TunnelKitUtils/Utils.swift
+++ b/Sources/__TunnelKitUtils/Utils.swift
@@ -3,7 +3,7 @@
// TunnelKit
//
// Created by Davide De Rosa on 5/23/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitCoreTests/DataManipulationTests.swift b/Tests/TunnelKitCoreTests/DataManipulationTests.swift
index a5ee129..fee7038 100644
--- a/Tests/TunnelKitCoreTests/DataManipulationTests.swift
+++ b/Tests/TunnelKitCoreTests/DataManipulationTests.swift
@@ -3,7 +3,7 @@
// TunnelKitCoreTests
//
// Created by Davide De Rosa on 7/7/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitCoreTests/RandomTests.swift b/Tests/TunnelKitCoreTests/RandomTests.swift
index e4c9e56..6e2334a 100644
--- a/Tests/TunnelKitCoreTests/RandomTests.swift
+++ b/Tests/TunnelKitCoreTests/RandomTests.swift
@@ -3,7 +3,7 @@
// TunnelKitCoreTests
//
// Created by Davide De Rosa on 7/7/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitCoreTests/RawPerformanceTests.swift b/Tests/TunnelKitCoreTests/RawPerformanceTests.swift
index cd92b40..f50d169 100644
--- a/Tests/TunnelKitCoreTests/RawPerformanceTests.swift
+++ b/Tests/TunnelKitCoreTests/RawPerformanceTests.swift
@@ -3,7 +3,7 @@
// TunnelKitCoreTests
//
// Created by Davide De Rosa on 7/7/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitCoreTests/RoutingTests.swift b/Tests/TunnelKitCoreTests/RoutingTests.swift
index d1c43c7..623c35c 100644
--- a/Tests/TunnelKitCoreTests/RoutingTests.swift
+++ b/Tests/TunnelKitCoreTests/RoutingTests.swift
@@ -3,7 +3,7 @@
// TunnelKitCoreTests
//
// Created by Davide De Rosa on 4/30/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitCoreTests/TestUtils.swift b/Tests/TunnelKitCoreTests/TestUtils.swift
index c3a9a8f..273f973 100644
--- a/Tests/TunnelKitCoreTests/TestUtils.swift
+++ b/Tests/TunnelKitCoreTests/TestUtils.swift
@@ -3,7 +3,7 @@
// TunnelKitCoreTests
//
// Created by Davide De Rosa on 7/7/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitLZOTests/CompressionTests.swift b/Tests/TunnelKitLZOTests/CompressionTests.swift
index 533f665..62e0ad2 100644
--- a/Tests/TunnelKitLZOTests/CompressionTests.swift
+++ b/Tests/TunnelKitLZOTests/CompressionTests.swift
@@ -3,7 +3,7 @@
// TunnelKitLZOTests
//
// Created by Davide De Rosa on 3/18/19.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/AppExtensionTests.swift b/Tests/TunnelKitOpenVPNTests/AppExtensionTests.swift
index 5517111..ce1585e 100644
--- a/Tests/TunnelKitOpenVPNTests/AppExtensionTests.swift
+++ b/Tests/TunnelKitOpenVPNTests/AppExtensionTests.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 10/23/17.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/ConfigurationParserTests.swift b/Tests/TunnelKitOpenVPNTests/ConfigurationParserTests.swift
index 10c31a7..699281c 100644
--- a/Tests/TunnelKitOpenVPNTests/ConfigurationParserTests.swift
+++ b/Tests/TunnelKitOpenVPNTests/ConfigurationParserTests.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 11/10/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/ControlChannelTests.swift b/Tests/TunnelKitOpenVPNTests/ControlChannelTests.swift
index 61c5735..650e5f3 100644
--- a/Tests/TunnelKitOpenVPNTests/ControlChannelTests.swift
+++ b/Tests/TunnelKitOpenVPNTests/ControlChannelTests.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 9/10/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/DataPathEncryptionTests.swift b/Tests/TunnelKitOpenVPNTests/DataPathEncryptionTests.swift
index 8283b36..983e182 100644
--- a/Tests/TunnelKitOpenVPNTests/DataPathEncryptionTests.swift
+++ b/Tests/TunnelKitOpenVPNTests/DataPathEncryptionTests.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 7/11/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/DataPathPerformanceTests.swift b/Tests/TunnelKitOpenVPNTests/DataPathPerformanceTests.swift
index 00e78cd..6508a6a 100644
--- a/Tests/TunnelKitOpenVPNTests/DataPathPerformanceTests.swift
+++ b/Tests/TunnelKitOpenVPNTests/DataPathPerformanceTests.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 7/7/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/EncryptionPerformanceTests.swift b/Tests/TunnelKitOpenVPNTests/EncryptionPerformanceTests.swift
index 252d60f..8470a96 100644
--- a/Tests/TunnelKitOpenVPNTests/EncryptionPerformanceTests.swift
+++ b/Tests/TunnelKitOpenVPNTests/EncryptionPerformanceTests.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 7/7/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/EncryptionTests.swift b/Tests/TunnelKitOpenVPNTests/EncryptionTests.swift
index 0502a4e..2c5141d 100644
--- a/Tests/TunnelKitOpenVPNTests/EncryptionTests.swift
+++ b/Tests/TunnelKitOpenVPNTests/EncryptionTests.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 7/7/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/LinkTests.swift b/Tests/TunnelKitOpenVPNTests/LinkTests.swift
index 03e0cd8..2187a30 100644
--- a/Tests/TunnelKitOpenVPNTests/LinkTests.swift
+++ b/Tests/TunnelKitOpenVPNTests/LinkTests.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 7/7/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/PacketTests.swift b/Tests/TunnelKitOpenVPNTests/PacketTests.swift
index 203a202..3375fcf 100644
--- a/Tests/TunnelKitOpenVPNTests/PacketTests.swift
+++ b/Tests/TunnelKitOpenVPNTests/PacketTests.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 9/9/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/PushTests.swift b/Tests/TunnelKitOpenVPNTests/PushTests.swift
index c3659f0..f2d28a6 100644
--- a/Tests/TunnelKitOpenVPNTests/PushTests.swift
+++ b/Tests/TunnelKitOpenVPNTests/PushTests.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 8/24/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/StaticKeyTests.swift b/Tests/TunnelKitOpenVPNTests/StaticKeyTests.swift
index bb8d7e5..5f99fe0 100644
--- a/Tests/TunnelKitOpenVPNTests/StaticKeyTests.swift
+++ b/Tests/TunnelKitOpenVPNTests/StaticKeyTests.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 9/11/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
diff --git a/Tests/TunnelKitOpenVPNTests/TestUtils.swift b/Tests/TunnelKitOpenVPNTests/TestUtils.swift
index cf498e0..2badd23 100644
--- a/Tests/TunnelKitOpenVPNTests/TestUtils.swift
+++ b/Tests/TunnelKitOpenVPNTests/TestUtils.swift
@@ -3,7 +3,7 @@
// TunnelKitOpenVPNTests
//
// Created by Davide De Rosa on 7/7/18.
-// Copyright (c) 2021 Davide De Rosa. All rights reserved.
+// Copyright (c) 2022 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//