diff options
author | 2018-10-30 03:57:35 +0100 | |
---|---|---|
committer | 2018-10-30 03:57:35 +0100 | |
commit | 5b6ef1ca386a8a6c6f8be0e876baa05b522fd755 (patch) | |
tree | 89d5b2c887695805295cee9c5917d994020f072c /WireGuard/WireGuard/Crypto | |
parent | Style: simplify remaining headers (diff) | |
download | wireguard-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 'WireGuard/WireGuard/Crypto')
-rw-r--r-- | WireGuard/WireGuard/Crypto/Curve25519.swift | 2 |
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 |