From dd1e800348b7d871b4ed9965c175687504b7aa7a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 30 Oct 2018 03:55:43 +0100 Subject: Style: simplify remaining headers Signed-off-by: Jason A. Donenfeld --- WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift | 2 -- WireGuard/WireGuard/UI/iOS/QRScanViewController.swift | 9 ++------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift b/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift index b2688e3..00a1f9c 100644 --- a/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift +++ b/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift @@ -19,8 +19,6 @@ class WgQuickConfigFileParser { case invalidPeer } - // Based on the parser written by Eric Kuck in commit 5ef1656 - static func parse(_ text: String, name: String) throws -> TunnelConfiguration { assert(!name.isEmpty) diff --git a/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift b/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift index a959445..e3dafd8 100644 --- a/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift +++ b/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift @@ -1,10 +1,5 @@ -// -// QRScanViewController.swift -// WireGuard -// -// Created by Eric Kuck on 8/20/18. -// Copyright © 2018 Jason A. Donenfeld . All rights reserved. -// +// SPDX-License-Identifier: MIT +// Copyright © 2018 WireGuard LLC. All rights reserved. import AVFoundation import CoreData -- cgit v1.2.3-59-g8ed1b