Date: Mon, 11 Feb 2019 16:25:32 -0800 From: John Baldwin <jhb@FreeBSD.org> To: Marcelo Araujo <araujo@FreeBSD.org>, FreeBSD Core Team <core@FreeBSD.org>, svn-src-head@freebsd.org Subject: Re: svn commit: r343077 - head/usr.sbin/bhyve Message-ID: <a144e75a-8556-8720-6c05-9ba964f9c53e@FreeBSD.org> In-Reply-To: <201901160346.x0G3kRCS032138@repo.freebsd.org> References: <201901160346.x0G3kRCS032138@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 1/15/19 7:46 PM, Marcelo Araujo wrote: > Author: araujo > Date: Wed Jan 16 03:46:27 2019 > New Revision: 343077 > URL: https://svnweb.freebsd.org/changeset/base/343077 > > Log: > Fix broken uart on Win2016 guest. > > Obtained from: Joyent (commit/2bf1a940afbd1382faff159e7c93c72779ca10f4) > MFC after: 3 weeks. Hmm, did you get an Ok from Joyent to release this under the BSD license? The file you pulled this from is dual-licensed CDDL and BSDL, so we can't just pull commits direct from Joyent's github and assume they are BSDL'd. It would also probably be better to identify which repository git hashes refer to. It appears to be the illumos mirror on Joyent's github, but that isn't clear. For reference, this appears to be the commit: https://github.com/joyent/illumos-joyent/commit/2bf1a940afbd1382faff159e7c93c72779ca10f4 Looking at the file in its entirety shows the CDDL at the top of the file below the BSDL from FreeBSD: https://github.com/joyent/illumos-joyent/blob/2bf1a940afbd1382faff159e7c93c72779ca10f4/usr/src/cmd/bhyve/uart_emul.c -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a144e75a-8556-8720-6c05-9ba964f9c53e>