aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuardNetworkExtension
diff options
context:
space:
mode:
authorEli Young <elyscape@gmail.com>2018-06-22 13:50:16 -0700
committerEli Young <elyscape@gmail.com>2018-06-22 13:50:16 -0700
commit86fa8e71866757feba0f1e4de2833249fe887b37 (patch)
tree39f4a88b100cdc8187ff043529695a93e02ca3e0 /WireGuardNetworkExtension
parentChange absolute paths to relative paths (diff)
downloadwireguard-apple-86fa8e71866757feba0f1e4de2833249fe887b37.tar.xz
wireguard-apple-86fa8e71866757feba0f1e4de2833249fe887b37.zip
Finish casing fix from Wireguard to WireGuard
This also removes from the project various duplicate file entries that differed only in casing. Note that, if working with a case-insensitive filesystem (as are generally used on macOS systems), it is recommended to destroy the affected files in the working tree and check them out again. Failure to do this will result in XCode recreating duplicate file entries in the project. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'WireGuardNetworkExtension')
-rw-r--r--WireGuardNetworkExtension/PacketTunnelProvider.swift2
-rw-r--r--WireGuardNetworkExtension/WireGuardGoWrapper.h2
-rw-r--r--WireGuardNetworkExtension/WireGuardGoWrapper.m2
3 files changed, 3 insertions, 3 deletions
diff --git a/WireGuardNetworkExtension/PacketTunnelProvider.swift b/WireGuardNetworkExtension/PacketTunnelProvider.swift
index 095a1b8..07fd8d3 100644
--- a/WireGuardNetworkExtension/PacketTunnelProvider.swift
+++ b/WireGuardNetworkExtension/PacketTunnelProvider.swift
@@ -3,7 +3,7 @@
// WireGuardNetworkExtension
//
// Created by Jeroen Leenarts on 19-06-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
import NetworkExtension
diff --git a/WireGuardNetworkExtension/WireGuardGoWrapper.h b/WireGuardNetworkExtension/WireGuardGoWrapper.h
index 0a1e6ce..a6ddef5 100644
--- a/WireGuardNetworkExtension/WireGuardGoWrapper.h
+++ b/WireGuardNetworkExtension/WireGuardGoWrapper.h
@@ -3,7 +3,7 @@
// WireGuardNetworkExtension
//
// Created by Jeroen Leenarts on 21-06-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
#import <Foundation/Foundation.h>
diff --git a/WireGuardNetworkExtension/WireGuardGoWrapper.m b/WireGuardNetworkExtension/WireGuardGoWrapper.m
index 8852b7b..4244fe9 100644
--- a/WireGuardNetworkExtension/WireGuardGoWrapper.m
+++ b/WireGuardNetworkExtension/WireGuardGoWrapper.m
@@ -3,7 +3,7 @@
// WireGuardNetworkExtension
//
// Created by Jeroen Leenarts on 21-06-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
#import "WireGuardGoWrapper.h"