Assign correct copyright.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts 2018-08-15 20:38:56 +02:00
parent 9037b90747
commit 15cb942368
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
// WireGuard // WireGuard
// //
// Created by Jeroen Leenarts on 12-08-18. // Created by Jeroen Leenarts on 12-08-18.
// Copyright © 2018 WireGuard. All rights reserved. // Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
// //
import Foundation import Foundation

View File

@ -3,7 +3,7 @@
// WireGuard // WireGuard
// //
// Created by Jeroen Leenarts on 15-08-18. // Created by Jeroen Leenarts on 15-08-18.
// Copyright © 2018 WireGuard. All rights reserved. // Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
// //
import Foundation import Foundation

View File

@ -366,7 +366,7 @@
attributes = { attributes = {
LastSwiftUpdateCheck = 0940; LastSwiftUpdateCheck = 0940;
LastUpgradeCheck = 0930; LastUpgradeCheck = 0930;
ORGANIZATIONNAME = WireGuard; ORGANIZATIONNAME = "Jason A. Donenfeld <Jason@zx2c4.com>";
TargetAttributes = { TargetAttributes = {
4A4BACE120B5F1BF00F12B28 = { 4A4BACE120B5F1BF00F12B28 = {
CreatedOnToolsVersion = 9.3.1; CreatedOnToolsVersion = 9.3.1;

View File

@ -3,7 +3,7 @@
// WireGuardTests // WireGuardTests
// //
// Created by Jeroen Leenarts on 15-08-18. // Created by Jeroen Leenarts on 15-08-18.
// Copyright © 2018 WireGuard. All rights reserved. // Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
// //
import XCTest import XCTest