aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/UI/TunnelViewModel.swift9
-rw-r--r--WireGuard/WireGuard/UI/iOS/AppDelegate.swift9
-rw-r--r--WireGuard/WireGuard/UI/iOS/MainViewController.swift9
-rw-r--r--WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift9
-rw-r--r--WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift9
-rw-r--r--WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift9
6 files changed, 12 insertions, 42 deletions
diff --git a/WireGuard/WireGuard/UI/TunnelViewModel.swift b/WireGuard/WireGuard/UI/TunnelViewModel.swift
index eb6d849..d5ff112 100644
--- a/WireGuard/WireGuard/UI/TunnelViewModel.swift
+++ b/WireGuard/WireGuard/UI/TunnelViewModel.swift
@@ -1,10 +1,5 @@
-//
-// TunnelViewModel.swift
-// WireGuard
-//
-// Created by Roopesh Chander on 23/10/18.
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
+// SPDX-License-Identifier: MIT
+// Copyright © 2018 WireGuard LLC. All rights reserved.
import UIKit
diff --git a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift
index 028d27b..aff3e69 100644
--- a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift
+++ b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift
@@ -1,10 +1,5 @@
-//
-// AppDelegate.swift
-// WireGuard
-//
-// Created by Roopesh Chander on 11/08/18.
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
+// SPDX-License-Identifier: MIT
+// Copyright © 2018 WireGuard LLC. All rights reserved.
import UIKit
diff --git a/WireGuard/WireGuard/UI/iOS/MainViewController.swift b/WireGuard/WireGuard/UI/iOS/MainViewController.swift
index e477f21..95f1cb9 100644
--- a/WireGuard/WireGuard/UI/iOS/MainViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/MainViewController.swift
@@ -1,10 +1,5 @@
-//
-// MainViewController.swift
-// WireGuard
-//
-// Created by Roopesh Chander on 11/08/18.
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
+// SPDX-License-Identifier: MIT
+// Copyright © 2018 WireGuard LLC. All rights reserved.
import UIKit
diff --git a/WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift b/WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift
index 3ed1a86..0a1cb4d 100644
--- a/WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift
@@ -1,10 +1,5 @@
-//
-// TunnelDetailTableViewController.swift
-// WireGuard
-//
-// Created by Roopesh Chander on 17/10/18.
-// Copyright © 2018 Roopesh Chander. All rights reserved.
-//
+// SPDX-License-Identifier: MIT
+// Copyright © 2018 WireGuard LLC. All rights reserved.
import UIKit
diff --git a/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift b/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift
index ee8b83b..df0697a 100644
--- a/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift
@@ -1,10 +1,5 @@
-//
-// TunnelEditTableViewController.swift
-// WireGuard
-//
-// Created by Roopesh Chander on 17/10/18.
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
+// SPDX-License-Identifier: MIT
+// Copyright © 2018 WireGuard LLC. All rights reserved.
import UIKit
diff --git a/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift b/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift
index 35e90b0..ec8d381 100644
--- a/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift
@@ -1,10 +1,5 @@
-//
-// TunnelsListTableViewController.swift
-// WireGuard
-//
-// Created by Roopesh Chander on 12/10/18.
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
+// SPDX-License-Identifier: MIT
+// Copyright © 2018 WireGuard LLC. All rights reserved.
import UIKit