svn commit: r327928 - head/sys/powerpc/mpc85xx

Pedro Giffuni pfg at FreeBSD.org
Sat Jan 13 18:56:05 UTC 2018


Hello;


On 01/13/18 13:26, Kyle Evans wrote:
> On Sat, Jan 13, 2018 at 11:25 AM, Justin Hibbits <jhibbits at freebsd.org> wrote:
>> Author: jhibbits
>> Date: Sat Jan 13 17:25:48 2018
>> New Revision: 327928
>> URL: https://svnweb.freebsd.org/changeset/base/327928
>>
>> Log:
>>    Add SPDX identifier to header
>>
>>    Reported by:  pfg
>>
>> Modified:
>>    head/sys/powerpc/mpc85xx/mpc85xx_cache.c
>>
>> Modified: head/sys/powerpc/mpc85xx/mpc85xx_cache.c
>> ==============================================================================
>> --- head/sys/powerpc/mpc85xx/mpc85xx_cache.c    Sat Jan 13 17:21:45 2018        (r327927)
>> +++ head/sys/powerpc/mpc85xx/mpc85xx_cache.c    Sat Jan 13 17:25:48 2018        (r327928)
>> @@ -1,4 +1,6 @@
>>   /*-
>> + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
>> + *
>>    * Copyright (c) 2018 Justin Hibbits
>>    * All rights reserved.
>>    *
> Doesn't BSD-2-Clause-FreeBSD imply that the license includes the
> following disclaimer?
>
> "The views and conclusions contained in the software and documentation
> are those of the authors and should not be interpreted as representing
> official policies, either expressed or implied, of the FreeBSD
> Project."
>
> That's what the SPDX license list seems to imply. I have some stuff
> I've recently added that I need to go back and tag.
No, the SPDX guys pointed to our website:

https://www.freebsd.org/copyright/freebsd-license.html

And by mistake they added the documentation project disclaimer, but that 
last paragraph is not part of the license. At some point I reported the 
issue but they haven't fixed it.

Pedro.


More information about the svn-src-head mailing list