From owner-svn-src-head@freebsd.org Sat Jan 13 15:33:48 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 6C4F7E6EAE7; Sat, 13 Jan 2018 15:33:48 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-it0-x234.google.com (mail-it0-x234.google.com [IPv6:2607:f8b0:4001:c0b::234]) (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 31F0569B30; Sat, 13 Jan 2018 15:33:48 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-it0-x234.google.com with SMTP id f143so12555148itb.0; Sat, 13 Jan 2018 07:33:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=cUlLONn9zroFNuFg2dqmhQsKbVNou5YZd6WBXK+ZdgI=; b=YJJ9kc4d6bFj5ZE1txgGvNyLZXqRs9cl+5BvhZWgw2+HP4/wOM6QvAAA2owOLDPjGl FjiQIqQ/v0Eds6C/CIh6AzdvOqC+tR+e2tLPOrbZaIvcFfDeNfaqxfnqA0uRu8gbRMxI 6U6hsAFizDKSaur3qfsUem7lRGdcqFvgxUV2AdMZDcy60yEXL+t9vqtmvC3YXM0ObKaK 8SNb0AoTBvB9l9poDv92e7iI/X1Lf538tf3D4o+6VTlqm10B58o18wwEPFp/DzssYzgb skm2jGHjN9LObetDXsQ3PbeHNNbAr0V7jXwKl/uibmIFSXzTpATOwZC9dDBQMm/iQthE dmmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=cUlLONn9zroFNuFg2dqmhQsKbVNou5YZd6WBXK+ZdgI=; b=jvO93Gj+4cSLhd+8bWig6kPXDhkQLS40iM4a8xv++Eyzr3NIk1LUzMJX+y+fDNUgyn MyXd+NjX9CaJyq4j3rMxomJGp8zniMdxO8dQF1fqSud+t7Z03lb/ua7wVXzq6AxCwJwJ wg4O3XjOiptDHEtJm0sCGYYhNa96QopeHxzBtMr6cX2Y4ZhzXZzrWIpRQs9m1E6r9mKE wMHstNfTh7T2kggMgl6IUwKsa+JPAMtYO9fmbztbF6iQ/AUYZUhLV6xbeU6mbWKhTle8 yGBh6oP7qqxks8vGRnsZnnwHLkJUlKX9HtudBJELOAOVnFtFFQwxpTVjxH7Tc3Tgv8h9 WbvQ== X-Gm-Message-State: AKwxyteyJkVW4SEjkaarqAP6TMAf3kLf666pPN/aL8aZlcDpMi70qlmO XM0HU13vzcjuHvSksz1Xt4y2NBi1ItUmECXYr44= X-Google-Smtp-Source: ACJfBour5TbWU9mD0iVqookCc2gS33AGlS4fEtVkTpNHFEmbqmhekXOfbhonty1AZmkjW9woJI2Ez+P/Vm7vx9j9HoU= X-Received: by 10.36.10.81 with SMTP id 78mr9315994itw.117.1515857627101; Sat, 13 Jan 2018 07:33:47 -0800 (PST) MIME-Version: 1.0 Sender: chmeeedalf@gmail.com Received: by 10.79.158.10 with HTTP; Sat, 13 Jan 2018 07:33:46 -0800 (PST) Received: by 10.79.158.10 with HTTP; Sat, 13 Jan 2018 07:33:46 -0800 (PST) In-Reply-To: <40f39e41-f051-0758-fe15-55c1dab64c9c@FreeBSD.org> References: <201801130136.w0D1abhS054355@repo.freebsd.org> <40f39e41-f051-0758-fe15-55c1dab64c9c@FreeBSD.org> From: Justin Hibbits Date: Sat, 13 Jan 2018 09:33:46 -0600 X-Google-Sender-Auth: N47aU44x5HzPhEzM02FFsD5clw8 Message-ID: Subject: Re: svn commit: r327906 - in head/sys: conf powerpc/mpc85xx To: Pedro Giffuni Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 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 15:33:48 -0000 On Jan 13, 2018 09:04, "Pedro Giffuni" wrote: On 12/01/2018 20:36, Justin Hibbits wrote: > Author: jhibbits > Date: Sat Jan 13 01:36:37 2018 > New Revision: 327906 > URL: https://svnweb.freebsd.org/changeset/base/327906 > ... > > > Added: head/sys/powerpc/mpc85xx/mpc85xx_cache.c > ============================================================ > ================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sys/powerpc/mpc85xx/mpc85xx_cache.c Sat Jan 13 01:36:37 2018 > (r327906) > @@ -0,0 +1,129 @@ > +/*- > + * Copyright (c) 2018 Justin Hibbits > + * All rights reserved. > + * > + * Redistribution and use in source and binary forms, with or without > + * modification, are permitted provided that the following conditions > + * are met: > + * 1. Redistributions of source code must retain the above copyright > + * notice, this list of conditions and the following disclaimer. > + * 2. Redistributions in binary form must reproduce the above copyright > + * notice, this list of conditions and the following disclaimer in the > + * documentation and/or other materials provided with the distribution. > + * > + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND > + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE > + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR > PURPOSE > + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE > + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR > CONSEQUENTIAL > + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS > + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) > + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, > STRICT > + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY > WAY > + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF > + * SUCH DAMAGE. > + * > + * $FreeBSD$ > + */ > + > Can we please add SPDX ID tags, specially on new code? I had them added to the guidelines: https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committ ers-guide/pref-license.html It is just not fun for me anymore to go hunting for untagged files and they keep appearing ;). Pedro. D'oh, sorry. I had used an existing boilerplate template I have lying around that didn't have the SPDX tags. I'll update and fix this. - Justin