aboutsummaryrefslogtreecommitdiffstats
path: root/Wireguard
diff options
context:
space:
mode:
Diffstat (limited to 'Wireguard')
-rw-r--r--Wireguard/AppDelegate.swift4
-rw-r--r--Wireguard/Coordinators/AppCoordinator.swift6
-rw-r--r--Wireguard/Coordinators/Coordinator.swift4
-rw-r--r--Wireguard/Coordinators/RootCoordinator.swift4
-rw-r--r--Wireguard/Models/Address+CoreDataClass.swift4
-rw-r--r--Wireguard/Models/Address+CoreDataProperties.swift4
-rw-r--r--Wireguard/Models/Interface+CoreDataProperties.swift4
-rw-r--r--Wireguard/Models/Profile+CoreDataClass.swift4
-rw-r--r--Wireguard/Models/Profile+CoreDataProperties.swift4
-rw-r--r--Wireguard/ViewControllers/ConnectionsTableViewController.swift4
-rw-r--r--Wireguard/ViewControllers/Identifyable.swift4
11 files changed, 23 insertions, 23 deletions
diff --git a/Wireguard/AppDelegate.swift b/Wireguard/AppDelegate.swift
index 4c399e5..edbef11 100644
--- a/Wireguard/AppDelegate.swift
+++ b/Wireguard/AppDelegate.swift
@@ -1,9 +1,9 @@
//
// AppDelegate.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/Coordinators/AppCoordinator.swift b/Wireguard/Coordinators/AppCoordinator.swift
index d1fd520..442a54f 100644
--- a/Wireguard/Coordinators/AppCoordinator.swift
+++ b/Wireguard/Coordinators/AppCoordinator.swift
@@ -1,9 +1,9 @@
//
// AppCoordinator.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
@@ -13,7 +13,7 @@ import BNRCoreDataStack
class AppCoordinator: RootViewCoordinator {
- let persistentContainer = NSPersistentContainer(name: "Wireguard")
+ let persistentContainer = NSPersistentContainer(name: "WireGuard")
let storyboard = UIStoryboard(name: "Main", bundle: nil)
// MARK: - Properties
diff --git a/Wireguard/Coordinators/Coordinator.swift b/Wireguard/Coordinators/Coordinator.swift
index d1075a3..147f160 100644
--- a/Wireguard/Coordinators/Coordinator.swift
+++ b/Wireguard/Coordinators/Coordinator.swift
@@ -1,9 +1,9 @@
//
// Coordinator.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
diff --git a/Wireguard/Coordinators/RootCoordinator.swift b/Wireguard/Coordinators/RootCoordinator.swift
index 0319fef..80a00ca 100644
--- a/Wireguard/Coordinators/RootCoordinator.swift
+++ b/Wireguard/Coordinators/RootCoordinator.swift
@@ -1,9 +1,9 @@
//
// RootCoordinator.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
diff --git a/Wireguard/Models/Address+CoreDataClass.swift b/Wireguard/Models/Address+CoreDataClass.swift
index 15dfa47..421decc 100644
--- a/Wireguard/Models/Address+CoreDataClass.swift
+++ b/Wireguard/Models/Address+CoreDataClass.swift
@@ -1,9 +1,9 @@
//
// Address+CoreDataClass.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
//
diff --git a/Wireguard/Models/Address+CoreDataProperties.swift b/Wireguard/Models/Address+CoreDataProperties.swift
index 35c09a9..63e21b4 100644
--- a/Wireguard/Models/Address+CoreDataProperties.swift
+++ b/Wireguard/Models/Address+CoreDataProperties.swift
@@ -1,9 +1,9 @@
//
// Address+CoreDataProperties.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
//
diff --git a/Wireguard/Models/Interface+CoreDataProperties.swift b/Wireguard/Models/Interface+CoreDataProperties.swift
index af1de0a..c00886a 100644
--- a/Wireguard/Models/Interface+CoreDataProperties.swift
+++ b/Wireguard/Models/Interface+CoreDataProperties.swift
@@ -1,9 +1,9 @@
//
// Interface+CoreDataProperties.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
//
diff --git a/Wireguard/Models/Profile+CoreDataClass.swift b/Wireguard/Models/Profile+CoreDataClass.swift
index ab7c2aa..073be66 100644
--- a/Wireguard/Models/Profile+CoreDataClass.swift
+++ b/Wireguard/Models/Profile+CoreDataClass.swift
@@ -1,9 +1,9 @@
//
// Profile+CoreDataClass.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
//
diff --git a/Wireguard/Models/Profile+CoreDataProperties.swift b/Wireguard/Models/Profile+CoreDataProperties.swift
index 91ed2b4..369d87c 100644
--- a/Wireguard/Models/Profile+CoreDataProperties.swift
+++ b/Wireguard/Models/Profile+CoreDataProperties.swift
@@ -1,9 +1,9 @@
//
// Profile+CoreDataProperties.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
//
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