git: e94684b3e0d9 - main - MAC/do: Update copyright
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Dec 2024 17:23:19 UTC
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=e94684b3e0d966f755f785e4908317bd6bdd2ea0 commit e94684b3e0d966f755f785e4908317bd6bdd2ea0 Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2024-12-16 16:52:14 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2024-12-16 17:22:22 +0000 MAC/do: Update copyright Approved by: emaste (mentor) Sponsored by: The FreeBSD Foundation --- sys/security/mac_do/mac_do.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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>