git: 92e237e1cc27 - main - arm64: apple: re-align to recent standards
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Dec 2024 15:39:10 UTC
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=92e237e1cc278eb240424b186258cb2089455bfa commit 92e237e1cc278eb240424b186258cb2089455bfa Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2024-12-17 15:37:27 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2024-12-17 15:38:50 +0000 arm64: apple: re-align to recent standards In the time these have lingered in my tree, we've started to drop the __FBSDID tags. Make sure we're using SPDX tags (and the correct one) as well. Reported by: mhorne --- sys/arm64/apple/apple_aic.c | 2 ++ sys/arm64/apple/apple_wdog.c | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arm64/apple/apple_aic.c b/sys/arm64/apple/apple_aic.c index 48aea99035d2..b500099a5430 100644 --- a/sys/arm64/apple/apple_aic.c +++ b/sys/arm64/apple/apple_aic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2021 Andrew Turner * Copyright (c) 2022 Michael J. Karels <karels@freebsd.org> * Copyright (c) 2022 Kyle Evans <kevans@FreeBSD.org> diff --git a/sys/arm64/apple/apple_wdog.c b/sys/arm64/apple/apple_wdog.c index 7bd34e48ba03..aaa899298571 100644 --- a/sys/arm64/apple/apple_wdog.c +++ b/sys/arm64/apple/apple_wdog.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2022 Michael J. Karels <karels@freebsd.org> * Copyright (c) 2012 Alexander Rybalko <ray@freebsd.org> @@ -26,8 +26,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/bus.h>