The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=fcb0018634c77fe32ed99bca00f856af18ed240b
commit fcb0018634c77fe32ed99bca00f856af18ed240b Author: Olivier Certner <[email protected]> AuthorDate: 2026-05-20 11:46:45 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2026-05-29 15:39:20 +0000 MAC/do: Update copyright Update years for the Foundation. While here, remove the initial '/*-' which has been useless for a long time. While here, add a missing space on bapt@'s copyright line (approved by him). Reviewed by: bapt MFC after: 1 month Sponsored by: The FreeBSD Foundation Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/38 --- sys/security/mac_do/mac_do.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/security/mac_do/mac_do.c b/sys/security/mac_do/mac_do.c index 9e9f57be6c3c..93f2084d1c93 100644 --- a/sys/security/mac_do/mac_do.c +++ b/sys/security/mac_do/mac_do.c @@ -1,8 +1,8 @@ -/*- +/* * SPDX-License-Identifier: BSD-2-Clause * - * Copyright(c) 2024 Baptiste Daroussin <[email protected]> - * Copyright (c) 2024 The FreeBSD Foundation + * Copyright (c) 2024 Baptiste Daroussin <[email protected]> + * Copyright (c) 2024, 2026, The FreeBSD Foundation * Copyright (c) 2025 Kushagra Srivastava <[email protected]> * * Portions of this software were developed by Olivier Certner
