From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=XoWiOkCn; spf=pass (domain: linaro.org, ip: 209.85.166.195, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-it1-f195.google.com (mail-it1-f195.google.com [209.85.166.195]) by groups.io with SMTP; Wed, 10 Apr 2019 09:23:56 -0700 Received: by mail-it1-f195.google.com with SMTP id x132so4445231itf.2 for ; Wed, 10 Apr 2019 09:23:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Z6aKDAebWE+f/lnzkJYvzNl9pEUt0AFH8/qZpPrqDDs=; b=XoWiOkCn33U9aT/IYQMkfuyUBCnJYQL1i0bSd7H15xyE9/Np1sZ7dxPEOEGsi2NgwU lQKbVOfseQRXHi7viN2BrmpxJLWQj4LaZCucP2aK346j4pzJikBAkNLwoeSHJ3REgT/8 9NcFAXIRYK9W61+PiiTvIamWCkmRff1aEdP3qjTVWqMDQBaW73hpa9QjiOy8+0DaGqRn dIIld7ta5nZfriodEIWAfeDEdywuWuWCzrGuOS4NMXFVRXqEnRM0DOXIPvNU+IVLA3/X cPXygItL1o/eD97uI5HYtHYQsUMfgVxLQb5Es5cID6GIFaGmVfLaNISyJ0Wq32pMVYAS W61w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Z6aKDAebWE+f/lnzkJYvzNl9pEUt0AFH8/qZpPrqDDs=; b=QUF+lSLtYPaEs9N/iqiLVSAFn7xbqTBKTqrqPe3B1dSQPZUospa7Lbdll0fBr5/4F/ 8TxnjxW4sV1gP4Q/hKIEsxjxF8KJRipRT4SuFOHKZQR5AFFOipTzOvk7GjwgGSN32Qdt MYMPcf2mC3SNRikuxCeDN0sRFucxj1wubCAZx7S5poCgeXOuFrvZ9q80ORVHnBz8uqEq xzogDRFYLf7pnJlSl5MjBj1MpuThHx/sGj1SIxJ6S5ymhXhR3spojH7VPWEdl97Lfqwt MzMWTjfq0NXi8LLrcxl8NSAHENRl1XsbBQI7krwxIph0O9OD7bAuutbJU5aIpHQTFmbk nwjQ== X-Gm-Message-State: APjAAAVkuVzQwBkD79H6JViTZq2LXGbDMzxL9gF21SvBte6+PtfO0tYl A8Kw88vylEEoVdrSsxzUtdcc11BsXHdjrMV6rP7nGw== X-Google-Smtp-Source: APXvYqx2s5BtCJaQ914Gr4Wg8iFD1VKtSx/ChNckAUNzbsBmhuQJP+bEP49cnkBNg5jTcw7Sx9nmYCA3uNkrE+D/Vd4= X-Received: by 2002:a05:660c:2c5:: with SMTP id j5mr3925115itd.154.1554913435980; Wed, 10 Apr 2019 09:23:55 -0700 (PDT) MIME-Version: 1.0 References: <20190410125809.21985-1-lersek@redhat.com> In-Reply-To: <20190410125809.21985-1-lersek@redhat.com> From: "Ard Biesheuvel" Date: Wed, 10 Apr 2019 09:23:46 -0700 Message-ID: Subject: Re: [PATCH 0/4] OvmfPkg: replace MIT license blocks with SPDX IDs To: Laszlo Ersek Cc: edk2-devel-groups-io , Anthony Perard , Ard Biesheuvel , Jordan Justen , Julien Grall , Lars Kurth , xen-devel Content-Type: text/plain; charset="UTF-8" On Wed, 10 Apr 2019 at 05: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 > For the series Reviewed-by: Ard Biesheuvel > 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(-) > > -- > 2.19.1.3.g30247aa5d201 >