Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 12:26:29 -0600
From:      Kyle Evans <kevans@freebsd.org>
To:        Pedro Giffuni <pfg@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, Justin Hibbits <jhibbits@freebsd.org>,  svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r327928 - head/sys/powerpc/mpc85xx
Message-ID:  <CACNAnaFqMhe9M9CxM8BQCn925ocgOKRK4Kcb7LLdvXxqGauXUA@mail.gmail.com>
In-Reply-To: <201801131725.w0DHPmY5055584@repo.freebsd.org>
References:  <201801131725.w0DHPmY5055584@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 13, 2018 at 11:25 AM, Justin Hibbits <jhibbits@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaFqMhe9M9CxM8BQCn925ocgOKRK4Kcb7LLdvXxqGauXUA>