public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ard.biesheuvel@linaro.org>
To: Laszlo Ersek <lersek@redhat.com>
Cc: edk2-devel-groups-io <devel@edk2.groups.io>,
	Anthony Perard <anthony.perard@citrix.com>,
	 Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	Jordan Justen <jordan.l.justen@intel.com>,
	 Julien Grall <julien.grall@arm.com>,
	Lars Kurth <lars.kurth@citrix.com>,
	 xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: [PATCH 0/4] OvmfPkg: replace MIT license blocks with SPDX IDs
Date: Wed, 10 Apr 2019 09:23:46 -0700	[thread overview]
Message-ID: <CAKv+Gu-=_xdCbQ3kdXmbuQQt2sw03m-ikDBCxUgCFfQ=E94y4w@mail.gmail.com> (raw)
In-Reply-To: <20190410125809.21985-1-lersek@redhat.com>

On Wed, 10 Apr 2019 at 05:58, Laszlo Ersek <lersek@redhat.com> wrote:
>
> Repo:   https://github.com/lersek/edk2.git
> Branch: ovmf_spdx_mit
>
> For <https://bugzilla.tianocore.org/show_bug.cgi?id=1373>, 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 <https://bugzilla.tianocore.org/show_bug.cgi?id=1654>, and
> this series intends to address that -- i.e., to replace the MIT license
> blocks with the corresponding SPDX License IDs.
>
> Cc: Anthony Perard <anthony.perard@citrix.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Julien Grall <julien.grall@arm.com>
> Cc: Lars Kurth <lars.kurth@citrix.com>
> 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 <ard.biesheuvel@linaro.org>

>  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
>

  parent reply	other threads:[~2019-04-10 16:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-10 12:58 [PATCH 0/4] OvmfPkg: replace MIT license blocks with SPDX IDs Laszlo Ersek
2019-04-10 12:58 ` [PATCH 1/4] OvmfPkg/License.txt: remove XenPvBlkDxe from the MIT licensed dir list Laszlo Ersek
2019-04-10 12:58 ` [PATCH 2/4] OvmfPkg/License.txt: refresh the MIT license text and include the SPDX ID Laszlo Ersek
2019-04-11 10:34   ` [edk2-devel] " Philippe Mathieu-Daudé
2019-04-10 12:58 ` [PATCH 3/4] OvmfPkg/IndustryStandard/Xen: replace MIT license text with " Laszlo Ersek
2019-04-10 12:58 ` [PATCH 4/4] OvmfPkg/XenBusDxe: " Laszlo Ersek
2019-04-10 16:23 ` Ard Biesheuvel [this message]
2019-04-11 10:33 ` [PATCH 0/4] OvmfPkg: replace MIT license blocks with SPDX IDs Anthony PERARD
2019-04-12 10:06 ` [edk2-devel] " Laszlo Ersek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKv+Gu-=_xdCbQ3kdXmbuQQt2sw03m-ikDBCxUgCFfQ=E94y4w@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox