diff options
author | 2022-10-28 12:50:40 -0700 | |
---|---|---|
committer | 2022-10-28 12:50:40 -0700 | |
commit | 9322303dd9a43e378ba30aca0a73749036f5f509 (patch) | |
tree | e600c826bcaa463bf0720090df23d0ad35c03ae4 /src/crypto.h | |
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/crypto.h')
-rw-r--r-- | src/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto.h b/src/crypto.h index 90b27b9..eaf6d91 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: MIT * * Copyright (C) 2015-2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * Copyright (c) 2022 The FreeBSD Foundation */ #ifndef _WG_CRYPTO |