From owner-svn-src-head@freebsd.org Sat Jan 13 18:56:05 2018 Return-Path: Delivered-To: svn-src-head@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 5350FE7970B for ; Sat, 13 Jan 2018 18:56:05 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from sonic302-36.consmr.mail.gq1.yahoo.com (sonic302-36.consmr.mail.gq1.yahoo.com [98.137.68.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DE00723B1 for ; Sat, 13 Jan 2018 18:56:04 +0000 (UTC) (envelope-from pfg@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1515869764; bh=q2qNcTASJIRmZ0orWgIdKPYRu37F07TmFr+LfRbHCEc=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From:Subject; b=n6feKq0eRI/55OJlNdT2EQu9eWUARr5mv5y8IhHbIbZQkwpGIYShz4XrJtvSENo8iYqGnrD5I44SWa51jPQFwjY9pWk42hAEM5WYnBlUklBLtdXjB5ZWzYkOOZpYOrMmqFzGl/RrT4xLMB6xfFqdABjxnCpyGoRRaWxwNZE13hS4yJWuJP1VkHHltY9cF2tggTrZlNf8m78rzuIhCD/3wDQXpXE4VMQSKdSHVchdQmLUisO+BULPLucnGhIqSrEpMnhYS0KWo0eYpYwCHHLkB8skKAqQ32LUnCnAjnHmyjOw74iBQuuoDXLs3HJdcWuQGQLLCct7AtvbnoZWERemAw== X-YMail-OSG: M4_JIx0VM1mPmy.QqW2c35eNnuY26wNosWj1xe2JhZdY9WzqJe0JqKxUEnEF0Za Nh4WD.IrlvxJYj.fsCklrhnAJZzVEsghGGt_QURcf_dDE3ypmyiV4p3ekmkq1iq_OvnJl2wOYVU9 wpzUaN9E4pl1dH16itC5iUimhiOpKs4xEVp2ZqL8HrkG_QyIqRI.oK2wBrW9JRTNr.Bf1ts4OhjX 5HSaSijBrXccixJ8L1qxosJXxPT0wi.erlz1wqeHaT6J63tEh8Thz7Dm.4qA5.fmgLTFwUy4HKyf Bq38smRBKRcd8ON1dD1i09sIvjMbco2P.G14gSeNU_Bq8MGsSvnEMZ3JB28STJZMyTnl16AY_WhR 3_JpF9M4kj0r6guOwYE7ckUMt6YHEh.C6ofeazkHgOfb3XkV5mfwZSTML__FLnrUK5Bb9wUJW44k t6_zhRbnUk_NMkDQYvPhtk4GM_c3sSe3YoAd9vwyDlMwym7d.ZCQ8HRufM5dvsWKAK.BWSiRr Received: from sonic.gate.mail.ne1.yahoo.com by sonic302.consmr.mail.gq1.yahoo.com with HTTP; Sat, 13 Jan 2018 18:56:04 +0000 Received: from smtpgate102.mail.gq1.yahoo.com (EHLO [192.168.0.8]) ([10.214.153.45]) by smtp411.mail.gq1.yahoo.com (JAMES SMTP Server ) with ESMTPA ID ec4a0d578193683c99ac631cd3d9b51e; Sat, 13 Jan 2018 18:55:59 +0000 (UTC) Subject: Re: svn commit: r327928 - head/sys/powerpc/mpc85xx To: Kyle Evans Cc: src-committers , Justin Hibbits , svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201801131725.w0DHPmY5055584@repo.freebsd.org> From: Pedro Giffuni Message-ID: Date: Sat, 13 Jan 2018 13:55:59 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jan 2018 18:56:05 -0000 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. Pedro.