git: b0c948fe92ac - main - MAC/do: Tests: Fix copyrights

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Fri, 29 May 2026 16:02:03 UTC
The branch main has been updated by olce:

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

commit b0c948fe92acc8bd295cc53584e25c082c749cd1
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-05-26 17:06:55 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-05-29 15:41:17 +0000

    MAC/do: Tests: Fix copyrights
    
    No comma needed after a single year.  Add SPDX.
    
    Reviewed by:    bapt
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Pull Request:   https://ron-dev.freebsd.org/FreeBSD/src/pulls/38
---
 tests/sys/mac/do/common.sh          | 3 ++-
 tests/sys/mac/do/invalid_configs.sh | 4 +++-
 tests/sys/mac/do/valid_configs.sh   | 4 +++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/tests/sys/mac/do/common.sh b/tests/sys/mac/do/common.sh
index 88529adcc1f3..444a74b4c2ab 100644
--- a/tests/sys/mac/do/common.sh
+++ b/tests/sys/mac/do/common.sh
@@ -1,5 +1,6 @@
+# Copyright (c) 2026 The FreeBSD Foundation
 #
-# Copyright (c) 2026, The FreeBSD Foundation
+# SPDX-License-Identifier: BSD-2-Clause
 #
 # This software was developed by Olivier Certner <olce@FreeBSD.org> at
 # Kumacom SARL under sponsorship from the FreeBSD Foundation.
diff --git a/tests/sys/mac/do/invalid_configs.sh b/tests/sys/mac/do/invalid_configs.sh
index 9758a0239082..848e2b5c9579 100644
--- a/tests/sys/mac/do/invalid_configs.sh
+++ b/tests/sys/mac/do/invalid_configs.sh
@@ -1,4 +1,6 @@
-# Copyright (c) 2026, The FreeBSD Foundation
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause
 #
 # This software was developed by Olivier Certner <olce@FreeBSD.org> at
 # Kumacom SARL under sponsorship from the FreeBSD Foundation.
diff --git a/tests/sys/mac/do/valid_configs.sh b/tests/sys/mac/do/valid_configs.sh
index be4e59ce54ca..44cfd62acc6e 100644
--- a/tests/sys/mac/do/valid_configs.sh
+++ b/tests/sys/mac/do/valid_configs.sh
@@ -1,4 +1,6 @@
-# Copyright (c) 2026, The FreeBSD Foundation
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause
 #
 # This software was developed by Olivier Certner <olce@FreeBSD.org> at
 # Kumacom SARL under sponsorship from the FreeBSD Foundation.