Date: Thu, 7 Aug 2025 16:42:38 GMT From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 7d900907c8cf - main - bhyve/arm64: Tidy up a licence comment Message-ID: <202508071642.577Ggcfb093803@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=7d900907c8cf06f1c2da7fefec4f872b9285aa38 commit 7d900907c8cf06f1c2da7fefec4f872b9285aa38 Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2025-08-07 10:45:38 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2025-08-07 11:30:59 +0000 bhyve/arm64: Tidy up a licence comment Remove an unneeded dash and add a missing space Reported by: des (missing space) Sponsored by: Arm Ltd --- usr.sbin/bhyve/aarch64/bhyve_machdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bhyve/aarch64/bhyve_machdep.h b/usr.sbin/bhyve/aarch64/bhyve_machdep.h index 9e01d906ad4d..e487bb5a0f44 100644 --- a/usr.sbin/bhyve/aarch64/bhyve_machdep.h +++ b/usr.sbin/bhyve/aarch64/bhyve_machdep.h @@ -1,8 +1,8 @@ -/*- +/* * Copyright (c) 2025 Arm Ltd * * SPDX-License-Identifier: BSD-2-Clause -*/ + */ #ifndef _BHYVE_MACHDEP_H_ #define _BHYVE_MACHDEP_H_
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508071642.577Ggcfb093803>