diff options
author | 2022-10-28 12:50:40 -0700 | |
---|---|---|
committer | 2022-10-28 12:50:40 -0700 | |
commit | 9322303dd9a43e378ba30aca0a73749036f5f509 (patch) | |
tree | e600c826bcaa463bf0720090df23d0ad35c03ae4 /src/wg_noise.c | |
parent | if_wg.c: Correct SPDX license tag. (diff) | |
download | wireguard-freebsd-jb-wip.tar.xz wireguard-freebsd-jb-wip.zip |
Add FreeBSD Foundation copyrights on files I've modified.jb-wip
Signed-off-by: John Baldwin <jhb@FreeBSD.org>
Diffstat (limited to 'src/wg_noise.c')
-rw-r--r-- | src/wg_noise.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wg_noise.c b/src/wg_noise.c index c26180a..ddc0c0d 100644 --- a/src/wg_noise.c +++ b/src/wg_noise.c @@ -2,6 +2,7 @@ * * Copyright (C) 2015-2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. * Copyright (C) 2019-2021 Matt Dunwoodie <ncon@noconroy.net> + * Copyright (c) 2022 The FreeBSD Foundation */ #include <sys/types.h> |