]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Style: simplify remaining headers
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 30 Oct 2018 02:55:43 +0000 (03:55 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 30 Oct 2018 02:55:43 +0000 (03:55 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift
WireGuard/WireGuard/UI/iOS/QRScanViewController.swift

index b2688e391f5a4efff2d605931f706d04fae0e244..00a1f9cae6fc51464a722481c2f43e557fda7efd 100644 (file)
@@ -19,8 +19,6 @@ class WgQuickConfigFileParser {
         case invalidPeer
     }
 
-    // Based on the parser written by Eric Kuck <eric@bluelinelabs.com> in commit 5ef1656
-
     static func parse(_ text: String, name: String) throws -> TunnelConfiguration {
 
         assert(!name.isEmpty)
index a9594451907f0cb2371349cf87a5f9cbd54ce409..e3dafd89379fb67987f14cbef57087375a9ef195 100644 (file)
@@ -1,10 +1,5 @@
-//
-//  QRScanViewController.swift
-//  WireGuard
-//
-//  Created by Eric Kuck on 8/20/18.
-//  Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
-//
+// SPDX-License-Identifier: MIT
+// Copyright © 2018 WireGuard LLC. All rights reserved.
 
 import AVFoundation
 import CoreData