From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Fri, 12 Apr 2019 03:06:31 -0700 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1004D81E03; Fri, 12 Apr 2019 10:06:31 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-65.rdu2.redhat.com [10.10.120.65]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5273F5D705; Fri, 12 Apr 2019 10:06:29 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/4] OvmfPkg: replace MIT license blocks with SPDX IDs From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Anthony Perard , Ard Biesheuvel , Jordan Justen , Julien Grall , Lars Kurth , xen-devel@lists.xenproject.org Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <20190410125809.21985-1-lersek@redhat.com> Message-ID: <823ac3df-2a0f-ab83-0a65-96ac1c87e0d9@redhat.com> Date: Fri, 12 Apr 2019 12:06:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190410125809.21985-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Fri, 12 Apr 2019 10:06:31 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 04/10/19 14:58, Laszlo Ersek wrote: > Repo: https://github.com/lersek/edk2.git > Branch: ovmf_spdx_mit > > For , we replaced > open-coded license text blocks with "SPDX-License-Identifier"s, almost > all over the edk2 tree. > > That change however was tied to a license update / CLA update too > (please see details in TianoCore#1373, referenced above), and therefore > the MIT-covered files under OvmfPkg were out of scope. We filed a > reminder at , and > this series intends to address that -- i.e., to replace the MIT license > blocks with the corresponding SPDX License IDs. > > Cc: Anthony Perard > Cc: Ard Biesheuvel > Cc: Jordan Justen > Cc: Julien Grall > Cc: Lars Kurth > Cc: xen-devel@lists.xenproject.org > > Thanks, > Laszlo > > Laszlo Ersek (4): > OvmfPkg/License.txt: remove XenPvBlkDxe from the MIT licensed dir list > OvmfPkg/License.txt: refresh the MIT license text and include the SPDX > ID > OvmfPkg/IndustryStandard/Xen: replace MIT license text with SPDX ID > OvmfPkg/XenBusDxe: replace MIT license text with SPDX ID > > OvmfPkg/Include/IndustryStandard/Xen/arch-arm/xen.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/arch-x86/xen-x86_32.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/arch-x86/xen-x86_64.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/arch-x86/xen.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/event_channel.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/grant_table.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/hvm/hvm_op.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/hvm/params.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/io/blkif.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/io/console.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/io/protocols.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/io/ring.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/io/xenbus.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/io/xs_wire.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/memory.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/xen-compat.h | 18 +----------------- > OvmfPkg/Include/IndustryStandard/Xen/xen.h | 18 +----------------- > OvmfPkg/License.txt | 8 +++++--- > OvmfPkg/XenBusDxe/XenBus.c | 18 +----------------- > OvmfPkg/XenBusDxe/XenStore.c | 18 +----------------- > OvmfPkg/XenBusDxe/XenStore.h | 18 +----------------- > 21 files changed, 25 insertions(+), 343 deletions(-) > Thanks everyone for the reviews; I pushed the series as commit range e0fd9ece26c9..34131e1b5c09. Cheers Laszlo