diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-09-08 13:10:31 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-09-09 13:57:43 +0200 |
| commit | cf16b465dfad13208e59c272ce37ffd9723aa325 (patch) | |
| tree | 86a6b28ef413e4499ef1165be77f9e06430d1db9 /ios | |
| parent | 5d87a4eca94a6f9c0e9ade1958b4b89f59690cd5 (diff) | |
| download | mullvadvpn-cf16b465dfad13208e59c272ce37ffd9723aa325.tar.xz mullvadvpn-cf16b465dfad13208e59c272ce37ffd9723aa325.zip | |
Add missing copyright notices
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadVPN/Curve25519.swift | 1 | ||||
| -rw-r--r-- | ios/PacketTunnel/AnyIPEndpoint+DNS64.swift | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ios/MullvadVPN/Curve25519.swift b/ios/MullvadVPN/Curve25519.swift index 324d84167a..228329b3e5 100644 --- a/ios/MullvadVPN/Curve25519.swift +++ b/ios/MullvadVPN/Curve25519.swift @@ -4,6 +4,7 @@ // // Created by pronebird on 18/06/2020. // Copyright © 2020 Mullvad VPN AB. All rights reserved. +// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved. // import Foundation diff --git a/ios/PacketTunnel/AnyIPEndpoint+DNS64.swift b/ios/PacketTunnel/AnyIPEndpoint+DNS64.swift index 6d55db6612..b19361c2cc 100644 --- a/ios/PacketTunnel/AnyIPEndpoint+DNS64.swift +++ b/ios/PacketTunnel/AnyIPEndpoint+DNS64.swift @@ -4,6 +4,7 @@ // // Created by pronebird on 24/06/2019. // Copyright © 2019 Mullvad VPN AB. All rights reserved. +// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved. // import Foundation |
