From owner-svn-src-all@freebsd.org Sat Jan 13 19:03:34 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E80C2E79E26; Sat, 13 Jan 2018 19:03:34 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-it0-f51.google.com (mail-it0-f51.google.com [209.85.214.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B847472E4E; Sat, 13 Jan 2018 19:03:34 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-it0-f51.google.com with SMTP id r6so12896561itr.3; Sat, 13 Jan 2018 11:03:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=4OWTl8FfCH9zaN1NHtTHfrRh3dGrOUS8fIv/8AINdM0=; b=fjBV8fvzfPK77bV5gNifmIELaime+Kqd/+OHJMja2QAeAkMuMuKuPis7xZJWKaIVRA 6Z8LlKvTOdexwYFyHnWuXnT/uem0P0QZE3l/FlqDtruGfZMBv4cAGv6UMrqAB9/Fe8ri hItKdUWVYh7vhc5WAukDuH96iK8QpCUeuLwdMdcKfk5fXM2m/3HDUCTtbyJcLkxdc5AY cLHdh35zDH0lljhPw/uCbORSFpPuSYvqzjEaR62KSmbRCCmoVS3d2CSA0B9f6q9EXYSV cXp/RCcSyxG/feGlJbHyHKec1IfNDyBFGW5MFXb4QggFYDgwBRBaTQBuJg5s5ojh7FQm SBwA== X-Gm-Message-State: AKwxytdCz/M0IY/+Qcm79JHsbBkaj0Rjw5J1wSv4pLuTQyN5fgeR3db0 QLfG/YJTFdQrWCD9M8UCuOVkogQq X-Google-Smtp-Source: ACJfBovlCWRcKvtwWBvIFIkZDHMzMtjGYtCk1k3/M0Tbd72a1FMPJ0F1OKGYJqzfUsIjCe8pB+PNrg== X-Received: by 10.36.222.66 with SMTP id d63mr8162788itg.99.1515870208384; Sat, 13 Jan 2018 11:03:28 -0800 (PST) Received: from mail-it0-f49.google.com (mail-it0-f49.google.com. [209.85.214.49]) by smtp.gmail.com with ESMTPSA id f63sm14584235ioj.43.2018.01.13.11.03.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Jan 2018 11:03:28 -0800 (PST) Received: by mail-it0-f49.google.com with SMTP id r6so12896519itr.3; Sat, 13 Jan 2018 11:03:27 -0800 (PST) X-Received: by 10.36.4.212 with SMTP id 203mr4097034itb.132.1515870207615; Sat, 13 Jan 2018 11:03:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.149.147 with HTTP; Sat, 13 Jan 2018 11:03:07 -0800 (PST) In-Reply-To: References: <201801131725.w0DHPmY5055584@repo.freebsd.org> From: Kyle Evans Date: Sat, 13 Jan 2018 13:03:07 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r327928 - head/sys/powerpc/mpc85xx To: Pedro Giffuni Cc: src-committers , Justin Hibbits , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jan 2018 19:03:35 -0000 On Sat, Jan 13, 2018 at 12:55 PM, Pedro Giffuni wrote: > Hello; > > > > On 01/13/18 13:26, Kyle Evans wrote: >> >> On Sat, Jan 13, 2018 at 11:25 AM, Justin Hibbits >> 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. Thanks for the clarification!