aboutsummaryrefslogtreecommitdiffstats
path: root/Wireguard/ViewControllers
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-05-24 20:13:21 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-05-24 20:13:21 +0200
commitd15972d2ce10e05fe072d86d8c7965e0c7fe08ec (patch)
tree8bcff99efd2cfc2b4502c939744e3fc6d13b1b14 /Wireguard/ViewControllers
parentAdd app icon. (diff)
downloadwireguard-apple-d15972d2ce10e05fe072d86d8c7965e0c7fe08ec.tar.xz
wireguard-apple-d15972d2ce10e05fe072d86d8c7965e0c7fe08ec.zip
Fix casing from Wireguard to WireGuard.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Wireguard/ViewControllers')
-rw-r--r--Wireguard/ViewControllers/ConnectionsTableViewController.swift4
-rw-r--r--Wireguard/ViewControllers/Identifyable.swift4
2 files changed, 4 insertions, 4 deletions
diff --git a/Wireguard/ViewControllers/ConnectionsTableViewController.swift b/Wireguard/ViewControllers/ConnectionsTableViewController.swift
index 38c0955..bfd7942 100644
--- a/Wireguard/ViewControllers/ConnectionsTableViewController.swift
+++ b/Wireguard/ViewControllers/ConnectionsTableViewController.swift
@@ -1,9 +1,9 @@
//
// ConnectionsTableViewController.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
import UIKit
diff --git a/Wireguard/ViewControllers/Identifyable.swift b/Wireguard/ViewControllers/Identifyable.swift
index 9312afe..43b2de0 100644
--- a/Wireguard/ViewControllers/Identifyable.swift
+++ b/Wireguard/ViewControllers/Identifyable.swift
@@ -1,9 +1,9 @@
//
// Identifyable.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
import Foundation