The branch stable/14 has been updated by olce:

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

commit ba9aea5dc0e02375d0c46762b39d60f9a7d4b68a
Author:     Olivier Certner <[email protected]>
AuthorDate: 2024-12-16 16:52:14 +0000
Commit:     Olivier Certner <[email protected]>
CommitDate: 2025-04-03 19:31:06 +0000

    MAC/do: Update copyright
    
    Approved by:    emaste (mentor)
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit e94684b3e0d966f755f785e4908317bd6bdd2ea0)
---
 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 <[email protected]>
+ * Copyright (c) 2024 The FreeBSD Foundation
  *
- * SPDX-License-Identifier: BSD-2-Clause
+ * Portions of this software were developed by Olivier Certner
+ * <[email protected]> at Kumacom SARL under sponsorship from the FreeBSD
+ * Foundation.
  */
 
 #include <sys/param.h>

Reply via email to