From c10532acd9bc206385b2d82b9674bc843edea3b8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 3 Oct 2018 01:21:59 +0200 Subject: [PATCH] Remove extra comment cruft Signed-off-by: Jason A. Donenfeld --- WireGuard/CustomViews/CopyableLabel.swift | 4 ---- WireGuard/Extensions/String+Arrays.swift | 4 ---- WireGuard/Extensions/String+Base64.swift | 4 ---- WireGuard/Models/Attribute.swift | 4 ---- WireGuard/Models/Interface+Extension.swift | 4 ---- WireGuard/Models/Peer+Extension.swift | 4 ---- WireGuard/ViewControllers/QRScanViewController.swift | 4 ---- 7 files changed, 28 deletions(-) diff --git a/WireGuard/CustomViews/CopyableLabel.swift b/WireGuard/CustomViews/CopyableLabel.swift index d8480dc..1bca7e3 100644 --- a/WireGuard/CustomViews/CopyableLabel.swift +++ b/WireGuard/CustomViews/CopyableLabel.swift @@ -1,8 +1,4 @@ // -// CopyableLabel.swift -// WireGuard -// -// Created by Jeroen Leenarts on 02/10/2018. // Copyright © 2018 WireGuard LLC. All rights reserved. // diff --git a/WireGuard/Extensions/String+Arrays.swift b/WireGuard/Extensions/String+Arrays.swift index 9d4c3ab..b142202 100644 --- a/WireGuard/Extensions/String+Arrays.swift +++ b/WireGuard/Extensions/String+Arrays.swift @@ -1,8 +1,4 @@ // -// String+Arrays.swift -// WireGuard -// -// Created by Eric Kuck on 8/15/18. // Copyright © 2018 WireGuard LLC. All rights reserved. // diff --git a/WireGuard/Extensions/String+Base64.swift b/WireGuard/Extensions/String+Base64.swift index f6d61b5..ae70010 100644 --- a/WireGuard/Extensions/String+Base64.swift +++ b/WireGuard/Extensions/String+Base64.swift @@ -1,8 +1,4 @@ // -// String+Base64.swift -// WireGuard -// -// Created by Eric Kuck on 8/15/18. // Copyright © 2018 WireGuard LLC. All rights reserved. // diff --git a/WireGuard/Models/Attribute.swift b/WireGuard/Models/Attribute.swift index c3a6786..61e7246 100644 --- a/WireGuard/Models/Attribute.swift +++ b/WireGuard/Models/Attribute.swift @@ -1,8 +1,4 @@ // -// Attribute.swift -// WireGuard -// -// Created by Eric Kuck on 8/20/18. // Copyright © 2018 WireGuard LLC. All rights reserved. // diff --git a/WireGuard/Models/Interface+Extension.swift b/WireGuard/Models/Interface+Extension.swift index aa4e3cb..848f29e 100644 --- a/WireGuard/Models/Interface+Extension.swift +++ b/WireGuard/Models/Interface+Extension.swift @@ -1,8 +1,4 @@ // -// Interface+Extension.swift -// WireGuard -// -// Created by Eric Kuck on 8/15/18. // Copyright © 2018 WireGuard LLC. All rights reserved. // diff --git a/WireGuard/Models/Peer+Extension.swift b/WireGuard/Models/Peer+Extension.swift index 05d8c77..4472b0c 100644 --- a/WireGuard/Models/Peer+Extension.swift +++ b/WireGuard/Models/Peer+Extension.swift @@ -1,8 +1,4 @@ // -// Peer+Extension.swift -// WireGuard -// -// Created by Eric Kuck on 8/15/18. // Copyright © 2018 WireGuard LLC. All rights reserved. // diff --git a/WireGuard/ViewControllers/QRScanViewController.swift b/WireGuard/ViewControllers/QRScanViewController.swift index c00d691..30fd79d 100644 --- a/WireGuard/ViewControllers/QRScanViewController.swift +++ b/WireGuard/ViewControllers/QRScanViewController.swift @@ -1,8 +1,4 @@ // -// QRScanViewController.swift -// WireGuard -// -// Created by Eric Kuck on 8/20/18. // Copyright © 2018 WireGuard LLC. All rights reserved. //