The branch main has been updated by sjg:

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

commit 5c4d1c85847d84bd86e6b12408f9b5f846094f39
Author:     Simon J. Gerraty <s...@freebsd.org>
AuthorDate: 2025-08-07 22:15:37 +0000
Commit:     Simon J. Gerraty <s...@freebsd.org>
CommitDate: 2025-08-07 22:15:37 +0000

    Replace license with just SPDX BSD-2-Clause
---
 libexec/rc/debug.sh     | 11 ++---------
 libexec/rc/hooks.sh     | 17 +++++++----------
 libexec/rc/safe_eval.sh | 12 +++---------
 3 files changed, 12 insertions(+), 28 deletions(-)

diff --git a/libexec/rc/debug.sh b/libexec/rc/debug.sh
index b379297a4183..739c81a709f6 100755
--- a/libexec/rc/debug.sh
+++ b/libexec/rc/debug.sh
@@ -1,6 +1,4 @@
 :
-# SPDX-License-Identifier: BSD-2-Clause
-
 # NAME:
 #      debug.sh - selectively debug scripts
 #
@@ -83,16 +81,11 @@
 #      Simon J. Gerraty <s...@crufty.net>
 
 # RCSid:
-#      $Id: debug.sh,v 1.46 2024/12/13 03:55:52 sjg Exp $
+#      $Id: debug.sh,v 1.47 2025/08/07 21:59:54 sjg Exp $
 #
 #      @(#) Copyright (c) 1994-2024 Simon J. Gerraty
 #
-#      This file is provided in the hope that it will
-#      be of use.  There is absolutely NO WARRANTY.
-#      Permission to copy, redistribute or otherwise
-#      use this file is hereby granted provided that
-#      the above copyright notice and this notice are
-#      left intact.
+#      SPDX-License-Identifier: BSD-2-Clause
 #
 #      Please send copies of changes and bug-fixes to:
 #      s...@crufty.net
diff --git a/libexec/rc/hooks.sh b/libexec/rc/hooks.sh
index 7c478fbeda15..af4aff3d6bc5 100755
--- a/libexec/rc/hooks.sh
+++ b/libexec/rc/hooks.sh
@@ -1,6 +1,4 @@
 :
-# SPDX-License-Identifier: BSD-2-Clause
-
 # NAME:
 #      hooks.sh - provide hooks for customization
 #
@@ -20,7 +18,7 @@
 #
 # DESCRIPTION:
 #      The functions add_hooks and run_hooks are retained for
-#      backwards compatability.  They are aliases for hooks_add and
+#      backwards compatibility.  They are aliases for hooks_add and
 #      hooks_run.
 #
 #      hooks_add_all simply adds the "func"s to the list "HOOKS".
@@ -50,16 +48,15 @@
 #
 
 # RCSid:
-#      $Id: hooks.sh,v 1.24 2024/12/13 03:55:52 sjg Exp $
+#      $Id: hooks.sh,v 1.26 2025/08/07 21:59:54 sjg Exp $
 #
 #      @(#)Copyright (c) 2000-2024 Simon J. Gerraty
 #
-#      This file is provided in the hope that it will
-#      be of use.  There is absolutely NO WARRANTY.
-#      Permission to copy, redistribute or otherwise
-#      use this file is hereby granted provided that 
-#      the above copyright notice and this notice are
-#      left intact. 
+#      SPDX-License-Identifier: BSD-2-Clause
+#      
+#      Please send copies of changes and bug-fixes to:
+#      s...@crufty.net
+#
 
 # avoid multiple inclusion
 _HOOKS_SH=:
diff --git a/libexec/rc/safe_eval.sh b/libexec/rc/safe_eval.sh
index 8aaddcaf2176..6c23b4c98218 100644
--- a/libexec/rc/safe_eval.sh
+++ b/libexec/rc/safe_eval.sh
@@ -1,16 +1,10 @@
-# SPDX-License-Identifier: BSD-2-Clause
-
+:
 # RCSid:
-#      $Id: safe_eval.sh,v 1.24 2025/05/23 21:34:54 sjg Exp $
+#      $Id: safe_eval.sh,v 1.25 2025/08/07 22:13:03 sjg Exp $
 #
 #      @(#) Copyright (c) 2023-2024 Simon J. Gerraty
 #
-#      This file is provided in the hope that it will
-#      be of use.  There is absolutely NO WARRANTY.
-#      Permission to copy, redistribute or otherwise
-#      use this file is hereby granted provided that
-#      the above copyright notice and this notice are
-#      left intact.
+#      SPDX-License-Identifier: BSD-2-Clause
 #
 #      Please send copies of changes and bug-fixes to:
 #      s...@crufty.net

Reply via email to