git: 531c3eaa013a - stable/15 - MAC/do: Update copyright

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Mon, 29 Jun 2026 19:26:06 UTC
The branch stable/15 has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=531c3eaa013a456d951b119f33f00f3e72ff80dd

commit 531c3eaa013a456d951b119f33f00f3e72ff80dd
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-05-20 11:46:45 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-06-29 19:23:56 +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
    
    (cherry picked from commit fcb0018634c77fe32ed99bca00f856af18ed240b)
---
 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 8ef2a21396b1..d807ea7ddd7d 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 <bapt@FreeBSD.org>
- * Copyright (c) 2024 The FreeBSD Foundation
+ * Copyright (c) 2024 Baptiste Daroussin <bapt@FreeBSD.org>
+ * Copyright (c) 2024, 2026, The FreeBSD Foundation
  * Copyright (c) 2025 Kushagra Srivastava <kushagra1403@gmail.com>
  *
  * Portions of this software were developed by Olivier Certner