svn commit: r326257 - in head/sys/amd64: acpica amd64 ia32 include include/pc linux32 pci vmm vmm/amd vmm/intel vmm/io

Pedro Giffuni pfg at FreeBSD.org
Fri Mar 2 04:15:45 UTC 2018



On 01/03/2018 22:26, Ed Maste wrote:
> On 27 November 2017 at 10:03, Pedro F. Giffuni <pfg at freebsd.org> wrote:
>> Author: pfg
>> Date: Mon Nov 27 15:03:07 2017
>> New Revision: 326257
>> URL: https://svnweb.freebsd.org/changeset/base/326257
>>
>> Log:
>>    sys/amd64: further adoption of SPDX licensing ID tags.
> ...
>> Modified: head/sys/amd64/linux32/linux32_machdep.c
>> ==============================================================================
>> --- head/sys/amd64/linux32/linux32_machdep.c    Mon Nov 27 15:01:59 2017        (r326256)
>> +++ head/sys/amd64/linux32/linux32_machdep.c    Mon Nov 27 15:03:07 2017        (r326257)
>> @@ -1,4 +1,6 @@
>>   /*-
>> + * SPDX-License-Identifier: BSD-3-Clause
>> + *
> A few Linuxulator files gained a BSD-3-Clause tag, but they're not
> actually 3-Clause BSD; they have a small addition to the first clause,
> which ends with "in this position and unchanged." I've been going
> through the Linuxulator source files to rationalize the license text
> (see review D14210) but am waiting on confirmation from a few
> copyright holders before all files can be cleaned up.
>
> Until that happens I think we should just remove the SPDX tags from these files.
Yes, that sounds right. Feel free to drop the SPDX tags from anything 
that looks suspicious.

Pedro.


More information about the svn-src-head mailing list