Assign correct copyright.
This commit is contained in:
parent
fc1d20e70f
commit
bd27798ab9
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue