diff --git a/Shared/ProviderConfigurationKeys.swift b/Shared/ProviderConfigurationKeys.swift index 401cafe..a249130 100644 --- a/Shared/ProviderConfigurationKeys.swift +++ b/Shared/ProviderConfigurationKeys.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 12-08-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import Foundation diff --git a/Shared/Validators.swift b/Shared/Validators.swift index b215343..231f802 100644 --- a/Shared/Validators.swift +++ b/Shared/Validators.swift @@ -3,7 +3,7 @@ // WireGuard // // Created by Jeroen Leenarts on 15-08-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import Foundation diff --git a/WireGuard.xcodeproj/project.pbxproj b/WireGuard.xcodeproj/project.pbxproj index 06a1e06..d15e6c5 100644 --- a/WireGuard.xcodeproj/project.pbxproj +++ b/WireGuard.xcodeproj/project.pbxproj @@ -366,7 +366,7 @@ attributes = { LastSwiftUpdateCheck = 0940; LastUpgradeCheck = 0930; - ORGANIZATIONNAME = WireGuard; + ORGANIZATIONNAME = "Jason A. Donenfeld "; TargetAttributes = { 4A4BACE120B5F1BF00F12B28 = { CreatedOnToolsVersion = 9.3.1; diff --git a/WireGuardTests/ValidatorsTests.swift b/WireGuardTests/ValidatorsTests.swift index 1efae8d..306c775 100644 --- a/WireGuardTests/ValidatorsTests.swift +++ b/WireGuardTests/ValidatorsTests.swift @@ -3,7 +3,7 @@ // WireGuardTests // // Created by Jeroen Leenarts on 15-08-18. -// Copyright © 2018 WireGuard. All rights reserved. +// Copyright © 2018 Jason A. Donenfeld . All rights reserved. // import XCTest