aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Model
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/Model/Configuration.swift9
-rw-r--r--WireGuard/WireGuard/Model/DNSServer.swift9
-rw-r--r--WireGuard/WireGuard/Model/Endpoint.swift9
-rw-r--r--WireGuard/WireGuard/Model/IPAddressRange.swift9
4 files changed, 8 insertions, 28 deletions
diff --git a/WireGuard/WireGuard/Model/Configuration.swift b/WireGuard/WireGuard/Model/Configuration.swift
index 70e670f..b430c8f 100644
--- a/WireGuard/WireGuard/Model/Configuration.swift
+++ b/WireGuard/WireGuard/Model/Configuration.swift
@@ -1,10 +1,5 @@
-//
-// TunnelConfiguration.swift
-// WireGuard
-//
-// Created by Roopesh Chander on 13/10/18.
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
+// SPDX-License-Identifier: MIT
+// Copyright © 2018 WireGuard LLC. All rights reserved.
import Foundation
diff --git a/WireGuard/WireGuard/Model/DNSServer.swift b/WireGuard/WireGuard/Model/DNSServer.swift
index 7eee007..c4a51ec 100644
--- a/WireGuard/WireGuard/Model/DNSServer.swift
+++ b/WireGuard/WireGuard/Model/DNSServer.swift
@@ -1,10 +1,5 @@
-//
-// DNSServer.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 Foundation
import Network
diff --git a/WireGuard/WireGuard/Model/Endpoint.swift b/WireGuard/WireGuard/Model/Endpoint.swift
index c8ade2f..eb46b0e 100644
--- a/WireGuard/WireGuard/Model/Endpoint.swift
+++ b/WireGuard/WireGuard/Model/Endpoint.swift
@@ -1,10 +1,5 @@
-//
-// Endpoint.swift
-// WireGuard
-//
-// Created by Roopesh Chander on 19/10/18.
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
+// SPDX-License-Identifier: MIT
+// Copyright © 2018 WireGuard LLC. All rights reserved.
import Foundation
import Network
diff --git a/WireGuard/WireGuard/Model/IPAddressRange.swift b/WireGuard/WireGuard/Model/IPAddressRange.swift
index ca4a7b9..3de30e5 100644
--- a/WireGuard/WireGuard/Model/IPAddressRange.swift
+++ b/WireGuard/WireGuard/Model/IPAddressRange.swift
@@ -1,10 +1,5 @@
-//
-// IPAddressRange.swift
-// WireGuard
-//
-// Created by Roopesh Chander on 13/10/18.
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
+// SPDX-License-Identifier: MIT
+// Copyright © 2018 WireGuard LLC. All rights reserved.
import Foundation
import Network