aboutsummaryrefslogtreecommitdiffstats
path: root/Shared
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-08-15 20:38:56 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-08-15 20:38:56 +0200
commit15cb942368be2158d65a73d8f190e07bf9a7a711 (patch)
tree193fc28b62247e9d33b98d6a358803850761840d /Shared
parentAdd Validator for Endpoints. (diff)
downloadwireguard-apple-15cb942368be2158d65a73d8f190e07bf9a7a711.tar.xz
wireguard-apple-15cb942368be2158d65a73d8f190e07bf9a7a711.zip
Assign correct copyright.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Shared')
-rw-r--r--Shared/ProviderConfigurationKeys.swift2
-rw-r--r--Shared/Validators.swift2
2 files changed, 2 insertions, 2 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 <Jason@zx2c4.com>. 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 <Jason@zx2c4.com>. All rights reserved.
//
import Foundation