diff --git a/WireGuard/AppDelegate.swift b/WireGuard/AppDelegate.swift index edbef11..e4b8f1e 100644 --- a/WireGuard/AppDelegate.swift +++ b/WireGuard/AppDelegate.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 23-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import UIKit diff --git a/WireGuard/Coordinators/AppCoordinator.swift b/WireGuard/Coordinators/AppCoordinator.swift index e916a8a..ce30ae6 100644 --- a/WireGuard/Coordinators/AppCoordinator.swift +++ b/WireGuard/Coordinators/AppCoordinator.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 23-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import Foundation diff --git a/WireGuard/Coordinators/Coordinator.swift b/WireGuard/Coordinators/Coordinator.swift index 147f160..0120ca3 100644 --- a/WireGuard/Coordinators/Coordinator.swift +++ b/WireGuard/Coordinators/Coordinator.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 23-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import Foundation diff --git a/WireGuard/Coordinators/RootCoordinator.swift b/WireGuard/Coordinators/RootCoordinator.swift index 80a00ca..72b3cba 100644 --- a/WireGuard/Coordinators/RootCoordinator.swift +++ b/WireGuard/Coordinators/RootCoordinator.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 23-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import Foundation diff --git a/WireGuard/Log.swift b/WireGuard/Log.swift index 3f63fb6..b9cd47f 100644 --- a/WireGuard/Log.swift +++ b/WireGuard/Log.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 07-07-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import os.log diff --git a/WireGuard/Models/Address+CoreDataClass.swift b/WireGuard/Models/Address+CoreDataClass.swift index 421decc..e58455f 100644 --- a/WireGuard/Models/Address+CoreDataClass.swift +++ b/WireGuard/Models/Address+CoreDataClass.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 24-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // // diff --git a/WireGuard/Models/Address+CoreDataProperties.swift b/WireGuard/Models/Address+CoreDataProperties.swift index 63e21b4..c6cd76a 100644 --- a/WireGuard/Models/Address+CoreDataProperties.swift +++ b/WireGuard/Models/Address+CoreDataProperties.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 24-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // // diff --git a/WireGuard/Models/Interface+CoreDataProperties.swift b/WireGuard/Models/Interface+CoreDataProperties.swift index 5fef193..8775dc5 100644 --- a/WireGuard/Models/Interface+CoreDataProperties.swift +++ b/WireGuard/Models/Interface+CoreDataProperties.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 24-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // // diff --git a/WireGuard/Models/Tunnel+CoreDataClass.swift b/WireGuard/Models/Tunnel+CoreDataClass.swift index 16a47ef..87137bb 100644 --- a/WireGuard/Models/Tunnel+CoreDataClass.swift +++ b/WireGuard/Models/Tunnel+CoreDataClass.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 23-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // // diff --git a/WireGuard/Models/Tunnel+CoreDataProperties.swift b/WireGuard/Models/Tunnel+CoreDataProperties.swift index c1a40eb..1bea5a0 100644 --- a/WireGuard/Models/Tunnel+CoreDataProperties.swift +++ b/WireGuard/Models/Tunnel+CoreDataProperties.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 23-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // // diff --git a/WireGuard/ViewControllers/Identifyable.swift b/WireGuard/ViewControllers/Identifyable.swift index 43b2de0..87e441c 100644 --- a/WireGuard/ViewControllers/Identifyable.swift +++ b/WireGuard/ViewControllers/Identifyable.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 23-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import Foundation diff --git a/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift b/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift index d511101..5faa007 100644 --- a/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift +++ b/WireGuard/ViewControllers/TunnelConfigurationTableViewController.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 24-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import UIKit diff --git a/WireGuard/ViewControllers/TunnelsTableViewController.swift b/WireGuard/ViewControllers/TunnelsTableViewController.swift index d769f89..06729c4 100644 --- a/WireGuard/ViewControllers/TunnelsTableViewController.swift +++ b/WireGuard/ViewControllers/TunnelsTableViewController.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 23-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import UIKit diff --git a/WireGuard/ViewControllers/UITableView+WireGuard.swift b/WireGuard/ViewControllers/UITableView+WireGuard.swift index 5bb38a9..99f191c 100644 --- a/WireGuard/ViewControllers/UITableView+WireGuard.swift +++ b/WireGuard/ViewControllers/UITableView+WireGuard.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 24-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import Foundation diff --git a/WireGuardNetworkExtension/Log.swift b/WireGuardNetworkExtension/Log.swift index 358874c..4d3ba08 100644 --- a/WireGuardNetworkExtension/Log.swift +++ b/WireGuardNetworkExtension/Log.swift @@ -3,7 +3,7 @@ // WireGuardNetworkExtension // // Created by Jeroen Leenarts on 07-07-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import os.log diff --git a/WireGuardNetworkExtension/PacketTunnelProvider.swift b/WireGuardNetworkExtension/PacketTunnelProvider.swift index 14ddbb8..f5ba60a 100644 --- a/WireGuardNetworkExtension/PacketTunnelProvider.swift +++ b/WireGuardNetworkExtension/PacketTunnelProvider.swift @@ -3,7 +3,7 @@ // WireGuardNetworkExtension // // Created by Jeroen Leenarts on 19-06-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import NetworkExtension diff --git a/WireGuardNetworkExtension/WireGuardGoWrapper.h b/WireGuardNetworkExtension/WireGuardGoWrapper.h index a6ddef5..51a88bd 100644 --- a/WireGuardNetworkExtension/WireGuardGoWrapper.h +++ b/WireGuardNetworkExtension/WireGuardGoWrapper.h @@ -3,7 +3,7 @@ // WireGuardNetworkExtension // // Created by Jeroen Leenarts on 21-06-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // #import diff --git a/WireGuardNetworkExtension/WireGuardGoWrapper.m b/WireGuardNetworkExtension/WireGuardGoWrapper.m index 0b854f1..f15e34e 100644 --- a/WireGuardNetworkExtension/WireGuardGoWrapper.m +++ b/WireGuardNetworkExtension/WireGuardGoWrapper.m @@ -3,7 +3,7 @@ // WireGuardNetworkExtension // // Created by Jeroen Leenarts on 21-06-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // #import "WireGuardGoWrapper.h" diff --git a/WireGuardTests/WireGuardTests.swift b/WireGuardTests/WireGuardTests.swift index 16160e0..a952cfe 100644 --- a/WireGuardTests/WireGuardTests.swift +++ b/WireGuardTests/WireGuardTests.swift @@ -3,7 +3,7 @@ // WireGuardTests // // Created by Jeroen Leenarts on 23-05-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import XCTest