diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2024-12-16 16:52:14 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2024-12-16 17:22:22 +0000 |
| commit | e94684b3e0d966f755f785e4908317bd6bdd2ea0 (patch) | |
| tree | 0c22fae98baa2a315b0efce66bd7e6f4470c3db5 /sys/security | |
| parent | 675708aa402a06d9ced98c8a12d9ef29625d3c66 (diff) | |
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/mac_do/mac_do.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/security/mac_do/mac_do.c b/sys/security/mac_do/mac_do.c index 7ec34b20c882..c5f986920db1 100644 --- a/sys/security/mac_do/mac_do.c +++ b/sys/security/mac_do/mac_do.c @@ -1,7 +1,12 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright(c) 2024 Baptiste Daroussin <bapt@FreeBSD.org> + * Copyright (c) 2024 The FreeBSD Foundation * - * SPDX-License-Identifier: BSD-2-Clause + * Portions of this software were developed by Olivier Certner + * <olce.freebsd@certner.fr> at Kumacom SARL under sponsorship from the FreeBSD + * Foundation. */ #include <sys/param.h> |
