> On 7 Aug 2025, at 17:48, Jessica Clarke <jrt...@freebsd.org> wrote: > > On 7 Aug 2025, at 17:42, Andrew Turner <and...@freebsd.org > <mailto:and...@freebsd.org>> wrote: >> >> The branch main has been updated by andrew: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=7d900907c8cf06f1c2da7fefec4f872b9285aa38 >> >> commit 7d900907c8cf06f1c2da7fefec4f872b9285aa38 >> Author: Andrew Turner <and...@freebsd.org> >> AuthorDate: 2025-08-07 10:45:38 +0000 >> Commit: Andrew Turner <and...@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 @@ >> -/*- >> +/* > > This is meant to be there.
It’s not there in the licensing guide [1]. I assume it was needed before the use of SPDX tags. Andrew [1] https://docs.freebsd.org/en/articles/license-guide/