From 15cb942368be2158d65a73d8f190e07bf9a7a711 Mon Sep 17 00:00:00 2001 From: Jeroen Leenarts Date: Wed, 15 Aug 2018 20:38:56 +0200 Subject: [PATCH] Assign correct copyright. Signed-off-by: Jason A. Donenfeld --- Shared/ProviderConfigurationKeys.swift | 2 +- Shared/Validators.swift | 2 +- WireGuard.xcodeproj/project.pbxproj | 2 +- WireGuardTests/ValidatorsTests.swift | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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