From owner-svn-src-head@freebsd.org Sat Jan 13 18:26:58 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 4CAD0E77FDC; Sat, 13 Jan 2018 18:26:58 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-it0-f47.google.com (mail-it0-f47.google.com [209.85.214.47]) (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 1E00070C41; Sat, 13 Jan 2018 18:26:57 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-it0-f47.google.com with SMTP id 68so12833732ite.4; Sat, 13 Jan 2018 10:26:57 -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=zt5s977nAepjTiZDQcGf4z04Rqk/EvgLsQCj8i+eQts=; b=Lhf2RDDm+408sET2jzCdFDtshiTz+UKf3Oe2CwIXi+LlbasE9Y+p2tMCtZQSdmJJKC Yv6xjw5Pq7ivlEkvSLC/biYvIfUicVgiylZhBsdRr84n7bXlPgcaDxDSlG1+n++eM7nM 9HWW3+ccR7UsBZXCNdyt3nNiTNfecVm+/RSpAr+4wRUW3IMvWVzG7le5RStVcI+RJdjg Cas+eTD7VXsaYZzVT7D09MD+wMMhecF0Br4cE2wG4RzmtlTiDufmwACQzIwC8Dvjuaxx GznKnyrhuH7aNEW5H/8NsOG/rvkovOL0ssBuMjDOtVb152C5VOf73EWb2D2Vc6HtuojT M05g== X-Gm-Message-State: AKwxytd1Lc1T3IAplHybt7c2P5qacLKftzDNwRyH7YFS+JpCV40iXHAf urVM4ydXfyktd4flnR7B+IzwhAqp X-Google-Smtp-Source: ACJfBou0aBg6rQ7mo/06GezohhVrq2jaDpyfFfrGllBgG5/RiBeLgdRB4s+RA6GOad7J2FsrVIwLjg== X-Received: by 10.36.123.9 with SMTP id q9mr1803658itc.21.1515868010692; Sat, 13 Jan 2018 10:26:50 -0800 (PST) Received: from mail-io0-f181.google.com (mail-io0-f181.google.com. [209.85.223.181]) by smtp.gmail.com with ESMTPSA id p198sm3483169itp.11.2018.01.13.10.26.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Jan 2018 10:26:50 -0800 (PST) Received: by mail-io0-f181.google.com with SMTP id k18so9165544ioc.11; Sat, 13 Jan 2018 10:26:50 -0800 (PST) X-Received: by 10.107.21.65 with SMTP id 62mr28758068iov.148.1515868010019; Sat, 13 Jan 2018 10:26:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.149.147 with HTTP; Sat, 13 Jan 2018 10:26:29 -0800 (PST) In-Reply-To: <201801131725.w0DHPmY5055584@repo.freebsd.org> References: <201801131725.w0DHPmY5055584@repo.freebsd.org> From: Kyle Evans Date: Sat, 13 Jan 2018 12:26:29 -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-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:26:58 -0000 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.