aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/compat.h1
-rw-r--r--src/crypto.c1
-rw-r--r--src/crypto.h1
-rw-r--r--src/if_wg.c1
-rw-r--r--src/wg_noise.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/src/compat.h b/src/compat.h
index 8349737..bd76315 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (c) 2022 The FreeBSD Foundation
*
* compat.h contains code that is backported from FreeBSD's main branch.
* It is different from support.h, which is for code that is not _yet_ upstream.
diff --git a/src/crypto.c b/src/crypto.c
index ed86a8a..70a4f38 100644
--- a/src/crypto.c
+++ b/src/crypto.c
@@ -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
*/
#include <sys/types.h>
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
diff --git a/src/if_wg.c b/src/if_wg.c
index 5ff1307..e1b4f5c 100644
--- a/src/if_wg.c
+++ b/src/if_wg.c
@@ -4,6 +4,7 @@
* Copyright (C) 2019-2021 Matt Dunwoodie <ncon@noconroy.net>
* Copyright (c) 2019-2020 Rubicon Communications, LLC (Netgate)
* Copyright (c) 2021 Kyle Evans <kevans@FreeBSD.org>
+ * Copyright (c) 2022 The FreeBSD Foundation
*/
/* TODO audit imports */
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>