aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-09-16 21:17:54 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-09-16 21:17:54 +0200
commit484bef1777d933cddb1b7a047ce1fdb20a7e4f70 (patch)
tree45fe2b2639ac1cda12d53ae12f988fe6d677a59e /WireGuard
parentWe do not support "on demand" right now. (diff)
downloadwireguard-apple-484bef1777d933cddb1b7a047ce1fdb20a7e4f70.tar.xz
wireguard-apple-484bef1777d933cddb1b7a047ce1fdb20a7e4f70.zip
Clean up old school headers.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'WireGuard')
-rw-r--r--WireGuard/AppDelegate.swift4
-rw-r--r--WireGuard/Coordinators/AppCoordinator.swift4
-rw-r--r--WireGuard/Coordinators/Coordinator.swift4
-rw-r--r--WireGuard/Coordinators/RootCoordinator.swift4
-rw-r--r--WireGuard/Log.swift4
-rw-r--r--WireGuard/Models/Interface+CoreDataClass.swift6
-rw-r--r--WireGuard/Models/Interface+CoreDataProperties.swift5
-rw-r--r--WireGuard/Models/Peer+CoreDataClass.swift6
-rw-r--r--WireGuard/Models/Peer+CoreDataProperties.swift6
-rw-r--r--WireGuard/Models/Tunnel+CoreDataClass.swift5
-rw-r--r--WireGuard/Models/Tunnel+CoreDataProperties.swift5
-rw-r--r--WireGuard/Models/Tunnel+Extension.swift4
-rw-r--r--WireGuard/ViewControllers/Identifyable.swift4
-rw-r--r--WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift4
-rw-r--r--WireGuard/ViewControllers/TunnelInfoTableViewController.swift4
-rw-r--r--WireGuard/ViewControllers/TunnelsTableViewController.swift4
-rw-r--r--WireGuard/ViewControllers/UITableView+WireGuard.swift4
17 files changed, 3 insertions, 74 deletions
diff --git a/WireGuard/AppDelegate.swift b/WireGuard/AppDelegate.swift
index 1c4f1ed..6b3eee8 100644
--- a/WireGuard/AppDelegate.swift
+++ b/WireGuard/AppDelegate.swift
@@ -1,8 +1,4 @@
//
-// AppDelegate.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
diff --git a/WireGuard/Coordinators/AppCoordinator.swift b/WireGuard/Coordinators/AppCoordinator.swift
index 4120bf4..0fa8d84 100644
--- a/WireGuard/Coordinators/AppCoordinator.swift
+++ b/WireGuard/Coordinators/AppCoordinator.swift
@@ -1,8 +1,4 @@
//
-// AppCoordinator.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
diff --git a/WireGuard/Coordinators/Coordinator.swift b/WireGuard/Coordinators/Coordinator.swift
index 0322383..d4263fc 100644
--- a/WireGuard/Coordinators/Coordinator.swift
+++ b/WireGuard/Coordinators/Coordinator.swift
@@ -1,8 +1,4 @@
//
-// Coordinator.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
diff --git a/WireGuard/Coordinators/RootCoordinator.swift b/WireGuard/Coordinators/RootCoordinator.swift
index f77689a..79ca0ad 100644
--- a/WireGuard/Coordinators/RootCoordinator.swift
+++ b/WireGuard/Coordinators/RootCoordinator.swift
@@ -1,8 +1,4 @@
//
-// RootCoordinator.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
diff --git a/WireGuard/Log.swift b/WireGuard/Log.swift
index 06823e8..7472934 100644
--- a/WireGuard/Log.swift
+++ b/WireGuard/Log.swift
@@ -1,8 +1,4 @@
//
-// Log.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 07-07-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
diff --git a/WireGuard/Models/Interface+CoreDataClass.swift b/WireGuard/Models/Interface+CoreDataClass.swift
index fdedba0..f57b5a9 100644
--- a/WireGuard/Models/Interface+CoreDataClass.swift
+++ b/WireGuard/Models/Interface+CoreDataClass.swift
@@ -1,9 +1,5 @@
//
-// Interface+CoreDataClass.swift
-//
-//
-// Created by Jeroen Leenarts on 23-05-18.
-//
+// Copyright © 2018 WireGuard LLC. All rights reserved.
//
import Foundation
diff --git a/WireGuard/Models/Interface+CoreDataProperties.swift b/WireGuard/Models/Interface+CoreDataProperties.swift
index 0f82c60..b512dc0 100644
--- a/WireGuard/Models/Interface+CoreDataProperties.swift
+++ b/WireGuard/Models/Interface+CoreDataProperties.swift
@@ -1,11 +1,6 @@
//
-// Interface+CoreDataProperties.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
-//
import Foundation
import CoreData
diff --git a/WireGuard/Models/Peer+CoreDataClass.swift b/WireGuard/Models/Peer+CoreDataClass.swift
index 1cd36a3..d8c4664 100644
--- a/WireGuard/Models/Peer+CoreDataClass.swift
+++ b/WireGuard/Models/Peer+CoreDataClass.swift
@@ -1,9 +1,5 @@
//
-// Peer+CoreDataClass.swift
-//
-//
-// Created by Jeroen Leenarts on 23-05-18.
-//
+// Copyright © 2018 WireGuard LLC. All rights reserved.
//
import Foundation
diff --git a/WireGuard/Models/Peer+CoreDataProperties.swift b/WireGuard/Models/Peer+CoreDataProperties.swift
index 32187df..50132e7 100644
--- a/WireGuard/Models/Peer+CoreDataProperties.swift
+++ b/WireGuard/Models/Peer+CoreDataProperties.swift
@@ -1,9 +1,5 @@
//
-// Peer+CoreDataProperties.swift
-//
-//
-// Created by Jeroen Leenarts on 23-05-18.
-//
+// Copyright © 2018 WireGuard LLC. All rights reserved.
//
import Foundation
diff --git a/WireGuard/Models/Tunnel+CoreDataClass.swift b/WireGuard/Models/Tunnel+CoreDataClass.swift
index 0341096..f26d33c 100644
--- a/WireGuard/Models/Tunnel+CoreDataClass.swift
+++ b/WireGuard/Models/Tunnel+CoreDataClass.swift
@@ -1,11 +1,6 @@
//
-// Tunnel+CoreDataClass.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
-//
import Foundation
import CoreData
diff --git a/WireGuard/Models/Tunnel+CoreDataProperties.swift b/WireGuard/Models/Tunnel+CoreDataProperties.swift
index b4e69e9..2bfad02 100644
--- a/WireGuard/Models/Tunnel+CoreDataProperties.swift
+++ b/WireGuard/Models/Tunnel+CoreDataProperties.swift
@@ -1,11 +1,6 @@
//
-// Tunnel+CoreDataProperties.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
-//
import Foundation
import CoreData
diff --git a/WireGuard/Models/Tunnel+Extension.swift b/WireGuard/Models/Tunnel+Extension.swift
index cd1409d..99271a1 100644
--- a/WireGuard/Models/Tunnel+Extension.swift
+++ b/WireGuard/Models/Tunnel+Extension.swift
@@ -1,8 +1,4 @@
//
-// Tunnel+Extension.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 04-08-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
diff --git a/WireGuard/ViewControllers/Identifyable.swift b/WireGuard/ViewControllers/Identifyable.swift
index ef862b3..c94a399 100644
--- a/WireGuard/ViewControllers/Identifyable.swift
+++ b/WireGuard/ViewControllers/Identifyable.swift
@@ -1,8 +1,4 @@
//
-// Identifyable.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
diff --git a/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift b/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift
index ab4eabb..7f66529 100644
--- a/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift
+++ b/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift
@@ -1,8 +1,4 @@
//
-// TunnelConfigurationTableViewController.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
diff --git a/WireGuard/ViewControllers/TunnelInfoTableViewController.swift b/WireGuard/ViewControllers/TunnelInfoTableViewController.swift
index 0b4b038..7e05222 100644
--- a/WireGuard/ViewControllers/TunnelInfoTableViewController.swift
+++ b/WireGuard/ViewControllers/TunnelInfoTableViewController.swift
@@ -1,8 +1,4 @@
//
-// TunnelInfoTableViewController.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 15-09-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
diff --git a/WireGuard/ViewControllers/TunnelsTableViewController.swift b/WireGuard/ViewControllers/TunnelsTableViewController.swift
index 385000c..a66d3e3 100644
--- a/WireGuard/ViewControllers/TunnelsTableViewController.swift
+++ b/WireGuard/ViewControllers/TunnelsTableViewController.swift
@@ -1,8 +1,4 @@
//
-// TunnelsTableViewController.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
diff --git a/WireGuard/ViewControllers/UITableView+WireGuard.swift b/WireGuard/ViewControllers/UITableView+WireGuard.swift
index 244b1e5..a8b913b 100644
--- a/WireGuard/ViewControllers/UITableView+WireGuard.swift
+++ b/WireGuard/ViewControllers/UITableView+WireGuard.swift
@@ -1,8 +1,4 @@
//
-// UITableView+WireGuard.swift
-// WireGuard
-//
-// Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//