aboutsummaryrefslogtreecommitdiffstats
path: root/src/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h1
1 files changed, 1 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.