git: d2c0ec8d19da - main - stand: Spell License correctly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 22:33:36 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=d2c0ec8d19da6531676af82461e7a8247228f8f4 commit d2c0ec8d19da6531676af82461e7a8247228f8f4 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-07-26 22:29:56 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-07-26 22:31:13 +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 --- 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 */ /*