aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Crypto/x25519.c
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuard/WireGuard/Crypto/x25519.c')
-rw-r--r--WireGuard/WireGuard/Crypto/x25519.c2
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.
*/