From owner-svn-src-head@freebsd.org Wed Dec 13 17:13:31 2017 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 2D535E80642 for ; Wed, 13 Dec 2017 17:13:31 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from sonic312-36.consmr.mail.ne1.yahoo.com (sonic312-36.consmr.mail.ne1.yahoo.com [66.163.191.217]) (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 F1A05796CD for ; Wed, 13 Dec 2017 17:13:30 +0000 (UTC) (envelope-from pfg@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1513185204; bh=7V07clTMV2Z+lvZMlnF6xwdSDZZ1ZQUZ9dUrIMvLsB0=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From:Subject; b=jnWTDaWha/u4g46l7lXh7LMSBNYBsXct+mJfuRd9KlYfEdS123sYTdTcfcEkf5bQmtJkzNWIeEGfclYFzj8bGsAf1XXk/xgs4hRE76u+E+fpn/7MGP5NgtYG2PT2XSMeTAovTuiyBeig199O637OeUTfMgo1pnduMjzaPdX+t/yHN73vz427gUtcpFpu9WO/Rh7SqyXm72F69ghyZSjJsA20z1nDBA58iBOhyoV8Yqtsq7zHrjk8GqRFgzMxNLD5Fmp7aFRGd3yV3byyitrGJ0zbuQI/GkBLjYioBUvStiNnVbrvzK9JzjwHbS43Knj67fzcaLpvPI+efvbPkCz92Q== X-YMail-OSG: zrlJN6sVM1mgOt.ZICEsDajIbi27t3r6jWfM0h_i6xma5irxGz6pDp1E.ydpre0 wbHQrVDPclFacMI0PmpcFK.jFMKpG6QyhQrZ_FIwYh6TVnxtm5nC9nyhj69UW6.PwzCoCbnHC4JQ hNGLomU.jSCQRkKvfaDVohkAkLlYPS5QBfjeZI9.1SBs9RMR8.FsR6D.1QUw3h.xnaoKYI7fxwnh o.Te.EbvdlCJEB34hZEkK6k13fUefhn8VaAzNp8vNYFkiVvc0G2BLEZmXzbbDH0XKyKoeXCqRGRZ 0aYJ189cj8YopSk7JGDZyw8vnVimtDg0K1bztbY4wbxmwOkBSOv.9926X7ZRZaGKbI8CtJlwSyxg YP16qwFHOwf9dJ45GFe.p.aQ4dCs8R8kT0FsxwkXtfn7GuXA3bGe8AgEEiS3gcue54eiVtIBAc3T LO_Q3HOi.ZB60dy5bFkSZPKyk.yl4aJSPmDiPWhSJjSU9BybttaFxL4zDRkeWDYo6nClX4T2R Received: from sonic.gate.mail.ne1.yahoo.com by sonic312.consmr.mail.ne1.yahoo.com with HTTP; Wed, 13 Dec 2017 17:13:24 +0000 Received: from smtp234.mail.ne1.yahoo.com (EHLO [192.168.0.6]) ([10.218.253.207]) by smtp402.mail.ne1.yahoo.com (JAMES SMTP Server ) with ESMTPA ID -921979512; Wed, 13 Dec 2017 17:13:22 +0000 (UTC) Subject: Re: svn commit: r326828 - in head: lib/libmd sys/fs/ext2fs sys/kern sys/sys To: rgrimes@freebsd.org Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201712131658.vBDGwiRR092604@pdx.rh.CN85.dnsmgr.net> From: Pedro Giffuni Message-ID: Date: Wed, 13 Dec 2017 12:13:22 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <201712131658.vBDGwiRR092604@pdx.rh.CN85.dnsmgr.net> 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: Wed, 13 Dec 2017 17:13:31 -0000 On 12/13/17 11:58, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: pfg >> Date: Wed Dec 13 16:30:39 2017 >> New Revision: 326828 >> URL: https://svnweb.freebsd.org/changeset/base/326828 >> >> Log: >> SPDX: some uses of the RSA-MD license. > And beerware only noting this incase you did not mean > to commit this. Well, i am trying to keep some order but, as long as the change is not wrong, its OK to do it with the others. Otherwise this will take much longer. Pedro.