Date: Thu, 7 Aug 2025 17:48:50 +0100 From: Jessica Clarke <jrtc27@freebsd.org> To: Andrew Turner <andrew@freebsd.org> Cc: "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org> Subject: Re: git: 7d900907c8cf - main - bhyve/arm64: Tidy up a licence comment Message-ID: <12B54042-A019-4D4A-9130-CB4088B1A1EC@freebsd.org> In-Reply-To: <202508071642.577Ggcfb093803@gitrepo.freebsd.org> References: <202508071642.577Ggcfb093803@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 7 Aug 2025, at 17:42, Andrew Turner <andrew@freebsd.org> wrote: >=20 > The branch main has been updated by andrew: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3D7d900907c8cf06f1c2da7fefec4f872b= 9285aa38 >=20 > 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 >=20 > bhyve/arm64: Tidy up a licence comment >=20 > Remove an unneeded dash and add a missing space >=20 > Reported by: des (missing space) > Sponsored by: Arm Ltd > --- > usr.sbin/bhyve/aarch64/bhyve_machdep.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > 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. Jessica > * Copyright (c) 2025 Arm Ltd > * > * SPDX-License-Identifier: BSD-2-Clause > -*/ > + */ >=20 > #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?12B54042-A019-4D4A-9130-CB4088B1A1EC>