git: 9b2453430a8d - stable/13 - stand: Spell License correctly

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 24 Jan 2023 22:11:26 UTC
The branch stable/13 has been updated by imp:

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

commit 9b2453430a8dc49d34be7560ad71ff568b973672
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-07-26 22:29:56 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:27 +0000

    stand: Spell License correctly
    
    An e got dropped and then cut and pasted into far too many places.
    
    Sponsored by:           Netflix
    Noticed by:             freqlabs on irc
    
    (cherry picked from commit d2c0ec8d19da6531676af82461e7a8247228f8f4)
---
 stand/kboot/arch/amd64/start_arch.h     | 2 +-
 stand/kboot/arch/amd64/stat_arch.h      | 2 +-
 stand/kboot/arch/powerpc64/start_arch.h | 2 +-
 stand/kboot/arch/powerpc64/stat_arch.h  | 2 +-
 stand/kboot/crt1.c                      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/stand/kboot/arch/amd64/start_arch.h b/stand/kboot/arch/amd64/start_arch.h
index 57c514daf019..818a5b277c10 100644
--- a/stand/kboot/arch/amd64/start_arch.h
+++ b/stand/kboot/arch/amd64/start_arch.h
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2022, Netflix, Inc.
  *
- * SPDX-Licnse-Identifier: BSD-2-Clause
+ * SPDX-License-Identifier: BSD-2-Clause
  */
 
 /*
diff --git a/stand/kboot/arch/amd64/stat_arch.h b/stand/kboot/arch/amd64/stat_arch.h
index ae180322fab4..81f3738f3ea6 100644
--- a/stand/kboot/arch/amd64/stat_arch.h
+++ b/stand/kboot/arch/amd64/stat_arch.h
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2005-2020 Rich Felker, et al.
  *
- * SPDX-Licnse-Identifier: MIT
+ * SPDX-License-Identifier: MIT
  *
  * Note: From the musl project
  */
diff --git a/stand/kboot/arch/powerpc64/start_arch.h b/stand/kboot/arch/powerpc64/start_arch.h
index cd2fad433cde..498de29ad0fe 100644
--- a/stand/kboot/arch/powerpc64/start_arch.h
+++ b/stand/kboot/arch/powerpc64/start_arch.h
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2022 Netflix, Inc
  *
- * SPDX-Licnse-Identifier: BSD-2-Clause
+ * SPDX-License-Identifier: BSD-2-Clause
  */
 
 /*
diff --git a/stand/kboot/arch/powerpc64/stat_arch.h b/stand/kboot/arch/powerpc64/stat_arch.h
index f22787b45feb..be5584951afb 100644
--- a/stand/kboot/arch/powerpc64/stat_arch.h
+++ b/stand/kboot/arch/powerpc64/stat_arch.h
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2005-2020 Rich Felker, et al.
  *
- * SPDX-Licnse-Identifier: MIT
+ * SPDX-License-Identifier: MIT
  *
  * Note: From the musl project
  */
diff --git a/stand/kboot/crt1.c b/stand/kboot/crt1.c
index c4525ad6c35e..2fbe00262da7 100644
--- a/stand/kboot/crt1.c
+++ b/stand/kboot/crt1.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2022, Netflix, Inc.
  *
- * SPDX-Licnse-Identifier: BSD-2-Clause
+ * SPDX-License-Identifier: BSD-2-Clause
  */
 
 /*