Clean up old school headers.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts 2018-09-16 21:17:54 +02:00
parent 878f6c54d1
commit 484bef1777
22 changed files with 3 additions and 94 deletions

View File

@ -1,8 +1,4 @@
// //
// ProviderConfigurationKeys.swift
// WireGuard
//
// Created by Jeroen Leenarts on 12-08-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// IPValidator.swift
// WireGuard
//
// Created by Jeroen Leenarts on 15-08-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// AppDelegate.swift
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// AppCoordinator.swift
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// Coordinator.swift
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// RootCoordinator.swift
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// Log.swift
// WireGuard
//
// Created by Jeroen Leenarts on 07-07-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,9 +1,5 @@
// //
// Interface+CoreDataClass.swift // Copyright © 2018 WireGuard LLC. All rights reserved.
//
//
// Created by Jeroen Leenarts on 23-05-18.
//
// //
import Foundation import Foundation

View File

@ -1,11 +1,6 @@
// //
// Interface+CoreDataProperties.swift
// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //
//
import Foundation import Foundation
import CoreData import CoreData

View File

@ -1,9 +1,5 @@
// //
// Peer+CoreDataClass.swift // Copyright © 2018 WireGuard LLC. All rights reserved.
//
//
// Created by Jeroen Leenarts on 23-05-18.
//
// //
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// //
// Peer+CoreDataProperties.swift // Copyright © 2018 WireGuard LLC. All rights reserved.
//
//
// Created by Jeroen Leenarts on 23-05-18.
//
// //
import Foundation import Foundation

View File

@ -1,11 +1,6 @@
// //
// Tunnel+CoreDataClass.swift
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //
//
import Foundation import Foundation
import CoreData import CoreData

View File

@ -1,11 +1,6 @@
// //
// Tunnel+CoreDataProperties.swift
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //
//
import Foundation import Foundation
import CoreData import CoreData

View File

@ -1,8 +1,4 @@
// //
// Tunnel+Extension.swift
// WireGuard
//
// Created by Jeroen Leenarts on 04-08-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// Identifyable.swift
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// TunnelConfigurationTableViewController.swift
// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// TunnelInfoTableViewController.swift
// WireGuard
//
// Created by Jeroen Leenarts on 15-09-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// TunnelsTableViewController.swift
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// UITableView+WireGuard.swift
// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// Log.swift
// WireGuardNetworkExtension
//
// Created by Jeroen Leenarts on 07-07-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// PacketTunnelProvider.swift
// WireGuardNetworkExtension
//
// Created by Jeroen Leenarts on 19-06-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //

View File

@ -1,8 +1,4 @@
// //
// ValidatorsTests.swift
// WireGuardTests
//
// Created by Jeroen Leenarts on 15-08-18.
// Copyright © 2018 WireGuard LLC. All rights reserved. // Copyright © 2018 WireGuard LLC. All rights reserved.
// //