git: b2f4d9b67f31 - main - bus.h: Fix a typo in SPDX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Apr 2025 08:15:07 UTC
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.
*