git: 4d66d691e35b - stable/13 - stand: Remove obsolete junk

From: Warner Losh <imp_at_FreeBSD.org>
Date: Thu, 01 Aug 2024 14:57:34 UTC
The branch stable/13 has been updated by imp:

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

commit 4d66d691e35b59c5acd1ba14cb27859812d3e863
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-07-29 22:56:28 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-08-01 14:52:08 +0000

    stand: Remove obsolete junk
    
    We long ago changed newvers.sh to make these comments bogus.  Remove
    them since every single one of them is broken after the $FreeBSD$
    removal.
    
    MFC Note: veriexec loader not updates since not in 13
    
    Sponsored by:           Netflix
    Reviewed by:            kevans, jhb
    Differential Revision:  https://reviews.freebsd.org/D45879
    
    (cherry picked from commit 8165650389ba2d0a68cea6902ac3750055cad9da)
---
 stand/efi/loader/version        | 4 ----
 stand/i386/loader/version       | 4 ----
 stand/kboot/version             | 5 -----
 stand/powerpc/ofw/version       | 4 ----
 stand/uboot/version             | 4 ----
 stand/userboot/userboot/version | 1 -
 6 files changed, 22 deletions(-)

diff --git a/stand/efi/loader/version b/stand/efi/loader/version
index 2bed97c231d2..4d6c3592e10a 100644
--- a/stand/efi/loader/version
+++ b/stand/efi/loader/version
@@ -1,6 +1,2 @@
-
-NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
-file is important.  Make sure the current version number is on line 6.
-
 1.1:	Keep in sync with i386 version.
 0.1:	Initial i386 version. Derived from ia64.
diff --git a/stand/i386/loader/version b/stand/i386/loader/version
index ea8067efa243..e5fdb8976bf2 100644
--- a/stand/i386/loader/version
+++ b/stand/i386/loader/version
@@ -1,7 +1,3 @@
-
-NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
-file is important.  Make sure the current version number is on line 6.
-
 1.1:	New calling conventions for fopen.
 1.0:	New semantics for finding the kernel, new boot.
 0.8:	Set/getenv & cia, copyin/out.
diff --git a/stand/kboot/version b/stand/kboot/version
index b24d6ea8e47a..a142c2b0ce2c 100644
--- a/stand/kboot/version
+++ b/stand/kboot/version
@@ -1,6 +1 @@
-$FreeBSD: user/nwhitehorn/kboot/powerpc/kboot/version 224106 2011-07-16 19:01:09Z nwhitehorn $
-
-NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
-file is important.  Make sure the current version number is on line 6.
-
 0.1:	Initial kboot/PowerPC version.
diff --git a/stand/powerpc/ofw/version b/stand/powerpc/ofw/version
index 145f69c28aa4..24bdc8254ce3 100644
--- a/stand/powerpc/ofw/version
+++ b/stand/powerpc/ofw/version
@@ -1,5 +1 @@
-
-NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
-file is important.  Make sure the current version number is on line 6.
-
 0.1:	Initial OFW/PowerPC version.
diff --git a/stand/uboot/version b/stand/uboot/version
index 71464740dcc9..e779e403e7ec 100644
--- a/stand/uboot/version
+++ b/stand/uboot/version
@@ -1,5 +1 @@
-
-NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
-file is important.  Make sure the current version number is on line 6.
-
 1.5:	Unified ubldr build
diff --git a/stand/userboot/userboot/version b/stand/userboot/userboot/version
index 3b86a26c72ae..f361513b2741 100644
--- a/stand/userboot/userboot/version
+++ b/stand/userboot/userboot/version
@@ -1,4 +1,3 @@
-
 1.2:	Userboot with lua or forth
 1.1:	Initial userland boot