aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-07-15 11:55:41 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-07-15 11:55:41 +0200
commitf3bccfb5cc7a901357c095c62b16c1dc15bb106d (patch)
tree0b4ddd4a277507cb5a1be362f873a1598b4d2bb4 /WireGuard
parentStart wire-up of logging and tunnel system. (diff)
downloadwireguard-apple-f3bccfb5cc7a901357c095c62b16c1dc15bb106d.tar.xz
wireguard-apple-f3bccfb5cc7a901357c095c62b16c1dc15bb106d.zip
Change copyright notice.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'WireGuard')
-rw-r--r--WireGuard/AppDelegate.swift2
-rw-r--r--WireGuard/Coordinators/AppCoordinator.swift2
-rw-r--r--WireGuard/Coordinators/Coordinator.swift2
-rw-r--r--WireGuard/Coordinators/RootCoordinator.swift2
-rw-r--r--WireGuard/Log.swift2
-rw-r--r--WireGuard/Models/Address+CoreDataClass.swift2
-rw-r--r--WireGuard/Models/Address+CoreDataProperties.swift2
-rw-r--r--WireGuard/Models/Interface+CoreDataProperties.swift2
-rw-r--r--WireGuard/Models/Tunnel+CoreDataClass.swift2
-rw-r--r--WireGuard/Models/Tunnel+CoreDataProperties.swift2
-rw-r--r--WireGuard/ViewControllers/Identifyable.swift2
-rw-r--r--WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift2
-rw-r--r--WireGuard/ViewControllers/TunnelsTableViewController.swift2
-rw-r--r--WireGuard/ViewControllers/UITableView+WireGuard.swift2
14 files changed, 14 insertions, 14 deletions
diff --git a/WireGuard/AppDelegate.swift b/WireGuard/AppDelegate.swift
index edbef11..e4b8f1e 100644
--- a/WireGuard/AppDelegate.swift
+++ b/WireGuard/AppDelegate.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
import UIKit
diff --git a/WireGuard/Coordinators/AppCoordinator.swift b/WireGuard/Coordinators/AppCoordinator.swift
index e916a8a..ce30ae6 100644
--- a/WireGuard/Coordinators/AppCoordinator.swift
+++ b/WireGuard/Coordinators/AppCoordinator.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
import Foundation
diff --git a/WireGuard/Coordinators/Coordinator.swift b/WireGuard/Coordinators/Coordinator.swift
index 147f160..0120ca3 100644
--- a/WireGuard/Coordinators/Coordinator.swift
+++ b/WireGuard/Coordinators/Coordinator.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
import Foundation
diff --git a/WireGuard/Coordinators/RootCoordinator.swift b/WireGuard/Coordinators/RootCoordinator.swift
index 80a00ca..72b3cba 100644
--- a/WireGuard/Coordinators/RootCoordinator.swift
+++ b/WireGuard/Coordinators/RootCoordinator.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
import Foundation
diff --git a/WireGuard/Log.swift b/WireGuard/Log.swift
index 3f63fb6..b9cd47f 100644
--- a/WireGuard/Log.swift
+++ b/WireGuard/Log.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 07-07-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
import os.log
diff --git a/WireGuard/Models/Address+CoreDataClass.swift b/WireGuard/Models/Address+CoreDataClass.swift
index 421decc..e58455f 100644
--- a/WireGuard/Models/Address+CoreDataClass.swift
+++ b/WireGuard/Models/Address+CoreDataClass.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
//
diff --git a/WireGuard/Models/Address+CoreDataProperties.swift b/WireGuard/Models/Address+CoreDataProperties.swift
index 63e21b4..c6cd76a 100644
--- a/WireGuard/Models/Address+CoreDataProperties.swift
+++ b/WireGuard/Models/Address+CoreDataProperties.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
//
diff --git a/WireGuard/Models/Interface+CoreDataProperties.swift b/WireGuard/Models/Interface+CoreDataProperties.swift
index 5fef193..8775dc5 100644
--- a/WireGuard/Models/Interface+CoreDataProperties.swift
+++ b/WireGuard/Models/Interface+CoreDataProperties.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
//
diff --git a/WireGuard/Models/Tunnel+CoreDataClass.swift b/WireGuard/Models/Tunnel+CoreDataClass.swift
index 16a47ef..87137bb 100644
--- a/WireGuard/Models/Tunnel+CoreDataClass.swift
+++ b/WireGuard/Models/Tunnel+CoreDataClass.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
//
diff --git a/WireGuard/Models/Tunnel+CoreDataProperties.swift b/WireGuard/Models/Tunnel+CoreDataProperties.swift
index c1a40eb..1bea5a0 100644
--- a/WireGuard/Models/Tunnel+CoreDataProperties.swift
+++ b/WireGuard/Models/Tunnel+CoreDataProperties.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
//
diff --git a/WireGuard/ViewControllers/Identifyable.swift b/WireGuard/ViewControllers/Identifyable.swift
index 43b2de0..87e441c 100644
--- a/WireGuard/ViewControllers/Identifyable.swift
+++ b/WireGuard/ViewControllers/Identifyable.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
import Foundation
diff --git a/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift b/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift
index d511101..5faa007 100644
--- a/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift
+++ b/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
import UIKit
diff --git a/WireGuard/ViewControllers/TunnelsTableViewController.swift b/WireGuard/ViewControllers/TunnelsTableViewController.swift
index d769f89..06729c4 100644
--- a/WireGuard/ViewControllers/TunnelsTableViewController.swift
+++ b/WireGuard/ViewControllers/TunnelsTableViewController.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
import UIKit
diff --git a/WireGuard/ViewControllers/UITableView+WireGuard.swift b/WireGuard/ViewControllers/UITableView+WireGuard.swift
index 5bb38a9..99f191c 100644
--- a/WireGuard/ViewControllers/UITableView+WireGuard.swift
+++ b/WireGuard/ViewControllers/UITableView+WireGuard.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
-// Copyright © 2018 WireGuard. All rights reserved.
+// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//
import Foundation