aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/ViewControllers
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuard/ViewControllers')
-rw-r--r--WireGuard/ViewControllers/Identifyable.swift2
-rw-r--r--WireGuard/ViewControllers/QRScanViewController.swift2
-rw-r--r--WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift2
-rw-r--r--WireGuard/ViewControllers/TunnelsTableViewController.swift2
-rw-r--r--WireGuard/ViewControllers/UITableView+WireGuard.swift2
5 files changed, 5 insertions, 5 deletions
diff --git a/WireGuard/ViewControllers/Identifyable.swift b/WireGuard/ViewControllers/Identifyable.swift
index 87e441c..ef862b3 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 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All rights reserved.
//
import Foundation
diff --git a/WireGuard/ViewControllers/QRScanViewController.swift b/WireGuard/ViewControllers/QRScanViewController.swift
index f15d30b..acd8a97 100644
--- a/WireGuard/ViewControllers/QRScanViewController.swift
+++ b/WireGuard/ViewControllers/QRScanViewController.swift
@@ -3,7 +3,7 @@
// WireGuard
//
// Created by Eric Kuck on 8/20/18.
-// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All rights reserved.
//
import AVFoundation
diff --git a/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift b/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift
index 9a4a7e5..ab4eabb 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 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All rights reserved.
//
import UIKit
diff --git a/WireGuard/ViewControllers/TunnelsTableViewController.swift b/WireGuard/ViewControllers/TunnelsTableViewController.swift
index a9ab09b..5f7f15f 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 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All rights reserved.
//
import UIKit
diff --git a/WireGuard/ViewControllers/UITableView+WireGuard.swift b/WireGuard/ViewControllers/UITableView+WireGuard.swift
index 99f191c..244b1e5 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 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All rights reserved.
//
import Foundation