diff options
author | 2019-01-02 01:56:33 +0100 | |
---|---|---|
committer | 2019-01-07 19:23:39 -0500 | |
commit | e2384e143c01f5eafb80e1355040d7d648e6fe71 (patch) | |
tree | 6fe40c4b18bd2fc3bf29a4adbf9ba0799fb83ca1 /WireGuard/WireGuard/Crypto/x25519.c | |
parent | Version bump (diff) | |
download | wireguard-apple-e2384e143c01f5eafb80e1355040d7d648e6fe71.tar.xz wireguard-apple-e2384e143c01f5eafb80e1355040d7d648e6fe71.zip |
Update copyright
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r-- | WireGuard/WireGuard/Crypto/x25519.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/Crypto/x25519.c b/WireGuard/WireGuard/Crypto/x25519.c index bc94933..e0ff482 100644 --- a/WireGuard/WireGuard/Crypto/x25519.c +++ b/WireGuard/WireGuard/Crypto/x25519.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0+ * - * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. * * Curve25519 ECDH functions, based on TweetNaCl but cleaned up. */ |