aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-07-26 22:29:56 +0000
committerWarner Losh <imp@FreeBSD.org>2022-07-26 22:31:13 +0000
commitd2c0ec8d19da6531676af82461e7a8247228f8f4 (patch)
tree7fd7f7cf59cdfd268f71be5a86b992a520b9ad43
parent9f3aa538e307743b2b5048d38f87b7fd32d0c596 (diff)
downloadsrc-d2c0ec8d19da6531676af82461e7a8247228f8f4.tar.gz
src-d2c0ec8d19da6531676af82461e7a8247228f8f4.zip
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
-rw-r--r--stand/kboot/arch/amd64/start_arch.h2
-rw-r--r--stand/kboot/arch/amd64/stat_arch.h2
-rw-r--r--stand/kboot/arch/powerpc64/start_arch.h2
-rw-r--r--stand/kboot/arch/powerpc64/stat_arch.h2
-rw-r--r--stand/kboot/crt1.c2
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
*/
/*