]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
keygen-html: fix up copyright
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 2 Feb 2018 21:03:11 +0000 (22:03 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 2 Feb 2018 21:03:11 +0000 (22:03 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
contrib/keygen-html/src/curve25519_generate.c

index 8b4bbb3d6f40111e0a0606a45d1707658cfb8d89..fc4757589ffb3d4c259dc553e3943bf623bfc0b0 100644 (file)
@@ -1,10 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2015-2016 The fiat-crypto Authors.
  * Copyright (C) 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
- *
- * This is a machine-generated formally verified implementation of curve25519 DH from:
- * https://github.com/mit-plv/fiat-crypto
  */
 
 #include <emscripten.h>