aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Crypto/Curve25519.swift
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-30 03:57:35 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-30 03:57:35 +0100
commit5b6ef1ca386a8a6c6f8be0e876baa05b522fd755 (patch)
tree89d5b2c887695805295cee9c5917d994020f072c /WireGuard/WireGuard/Crypto/Curve25519.swift
parentStyle: simplify remaining headers (diff)
downloadwireguard-apple-5b6ef1ca386a8a6c6f8be0e876baa05b522fd755.tar.xz
wireguard-apple-5b6ef1ca386a8a6c6f8be0e876baa05b522fd755.zip
Global: fix up captialization in headers
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/Crypto/Curve25519.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/Crypto/Curve25519.swift b/WireGuard/WireGuard/Crypto/Curve25519.swift
index 83074e4..e0f9c0f 100644
--- a/WireGuard/WireGuard/Crypto/Curve25519.swift
+++ b/WireGuard/WireGuard/Crypto/Curve25519.swift
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.
import UIKit