Date: Fri, 11 Apr 2025 08:15:07 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b2f4d9b67f31 - main - bus.h: Fix a typo in SPDX Message-ID: <202504110815.53B8F7xn098951@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=b2f4d9b67f317f31deeba62cf448d295c29b3f07 commit b2f4d9b67f317f31deeba62cf448d295c29b3f07 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2025-04-11 08:14:11 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2025-04-11 08:14:11 +0000 bus.h: Fix a typo in SPDX Sponsored by: The FreeBSD Foundation --- sys/x86/include/bus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/x86/include/bus.h b/sys/x86/include/bus.h index 8f9f48b67157..5e9f11ad4f95 100644 --- a/sys/x86/include/bus.h +++ b/sys/x86/include/bus.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-3-Clause AND BSD-2-ClauseE + * SPDX-License-Identifier: BSD-3-Clause AND BSD-2-Clause * * Copyright (c) KATO Takenori, 1999. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504110815.53B8F7xn098951>