aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/curve25519/curve25519-x86_64.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-26 03:15:33 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-27 14:20:00 +0200
commit0f8f05c453f4c699f90e56962133aa7885dc2901 (patch)
treeca8d3d87f9a50d8f10a0338dc214f9828da4106a /src/crypto/zinc/curve25519/curve25519-x86_64.c
parenttimers: it is always reasonable to remove a timer (diff)
downloadwireguard-monolithic-historical-0f8f05c453f4c699f90e56962133aa7885dc2901.tar.xz
wireguard-monolithic-historical-0f8f05c453f4c699f90e56962133aa7885dc2901.zip
curve25519-x86_64: this was relicensed to BSD-3-Clause upstream
Diffstat (limited to '')
-rw-r--r--src/crypto/zinc/curve25519/curve25519-x86_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/zinc/curve25519/curve25519-x86_64.c b/src/crypto/zinc/curve25519/curve25519-x86_64.c
index db5e2e6..e42531d 100644
--- a/src/crypto/zinc/curve25519/curve25519-x86_64.c
+++ b/src/crypto/zinc/curve25519/curve25519-x86_64.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0 OR LGPL-2.1
+// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
* Copyright (c) 2017 Armando Faz <armfazh@ic.unicamp.br>. All Rights Reserved.
* Copyright (C) 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.