[edk2-devel] [Patch 0/4] Update licenses

Michael D Kinney posted 4 patches 3 years, 8 months ago
Failed in applying to current master (apply log)
.../NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.c |  9 +---
.../NonCoherentIoMmuDxe.inf                   | 10 +---
.../Include/Protocol/PeCoffImageEmulator.h    |  9 +---
.../BaseMemoryLibOptDxe/AArch64/CompareGuid.S | 24 +--------
.../BaseMemoryLibOptDxe/AArch64/CompareMem.S  | 24 +--------
.../BaseMemoryLibOptDxe/AArch64/CopyMem.S     | 50 +------------------
.../BaseMemoryLibOptDxe/AArch64/ScanMem.S     | 24 +--------
.../BaseMemoryLibOptDxe/AArch64/SetMem.S      | 50 +------------------
.../BaseMemoryLibOptDxe/Arm/CompareGuid.S     | 24 +--------
.../BaseMemoryLibOptDxe/Arm/CompareGuid.asm   | 24 +--------
.../BaseMemoryLibOptDxe/Arm/CompareMem.S      | 24 +--------
.../BaseMemoryLibOptDxe/Arm/CompareMem.asm    | 24 +--------
.../Library/BaseMemoryLibOptDxe/Arm/ScanMem.S | 28 +----------
.../BaseMemoryLibOptDxe/Arm/ScanMem.asm       | 28 +----------
ReadMe.rst                                    | 22 +++++---
15 files changed, 30 insertions(+), 344 deletions(-)
[edk2-devel] [Patch 0/4] Update licenses
Posted by Michael D Kinney 3 years, 8 months ago
Update licenses that may have been missed in the conversion to the
BSD-2-Clause-Patent using SPDX identifiers.

Also update list of licenses in Readme.rst and list git submodule
license in their own list.

Cc: Andrew Fish <afish@apple.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (4):
  EmbeddedPkg/NonCoherentIoMmuDxe: Apply BSD-2-Clause-Patent
  MdeModulePkg/PeCoffImageEmulator.h: Apply BSD-2-Clause-Patent
  MdePkg/BaseMemoryLibOptDxe: Apply BSD-2-Clause-Patent
  Readme.rst: List submodules and links to licenses

 .../NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.c |  9 +---
 .../NonCoherentIoMmuDxe.inf                   | 10 +---
 .../Include/Protocol/PeCoffImageEmulator.h    |  9 +---
 .../BaseMemoryLibOptDxe/AArch64/CompareGuid.S | 24 +--------
 .../BaseMemoryLibOptDxe/AArch64/CompareMem.S  | 24 +--------
 .../BaseMemoryLibOptDxe/AArch64/CopyMem.S     | 50 +------------------
 .../BaseMemoryLibOptDxe/AArch64/ScanMem.S     | 24 +--------
 .../BaseMemoryLibOptDxe/AArch64/SetMem.S      | 50 +------------------
 .../BaseMemoryLibOptDxe/Arm/CompareGuid.S     | 24 +--------
 .../BaseMemoryLibOptDxe/Arm/CompareGuid.asm   | 24 +--------
 .../BaseMemoryLibOptDxe/Arm/CompareMem.S      | 24 +--------
 .../BaseMemoryLibOptDxe/Arm/CompareMem.asm    | 24 +--------
 .../Library/BaseMemoryLibOptDxe/Arm/ScanMem.S | 28 +----------
 .../BaseMemoryLibOptDxe/Arm/ScanMem.asm       | 28 +----------
 ReadMe.rst                                    | 22 +++++---
 15 files changed, 30 insertions(+), 344 deletions(-)

-- 
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#63706): https://edk2.groups.io/g/devel/message/63706
Mute This Topic: https://groups.io/mt/75993656/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [Patch 0/4] Update licenses
Posted by Ard Biesheuvel 3 years, 8 months ago
for the series,

Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
________________________________
From: Michael D Kinney <michael.d.kinney@intel.com>
Sent: Tuesday, August 4, 2020 21:10
To: devel@edk2.groups.io <devel@edk2.groups.io>
Cc: Andrew Fish <afish@apple.com>; Laszlo Ersek <lersek@redhat.com>; Leif Lindholm <leif@nuviainc.com>; Ard Biesheuvel <Ard.Biesheuvel@arm.com>; Jian J Wang <jian.j.wang@intel.com>; Hao A Wu <hao.a.wu@intel.com>; Liming Gao <liming.gao@intel.com>
Subject: [Patch 0/4] Update licenses

Update licenses that may have been missed in the conversion to the
BSD-2-Clause-Patent using SPDX identifiers.

Also update list of licenses in Readme.rst and list git submodule
license in their own list.

Cc: Andrew Fish <afish@apple.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (4):
  EmbeddedPkg/NonCoherentIoMmuDxe: Apply BSD-2-Clause-Patent
  MdeModulePkg/PeCoffImageEmulator.h: Apply BSD-2-Clause-Patent
  MdePkg/BaseMemoryLibOptDxe: Apply BSD-2-Clause-Patent
  Readme.rst: List submodules and links to licenses

 .../NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.c |  9 +---
 .../NonCoherentIoMmuDxe.inf                   | 10 +---
 .../Include/Protocol/PeCoffImageEmulator.h    |  9 +---
 .../BaseMemoryLibOptDxe/AArch64/CompareGuid.S | 24 +--------
 .../BaseMemoryLibOptDxe/AArch64/CompareMem.S  | 24 +--------
 .../BaseMemoryLibOptDxe/AArch64/CopyMem.S     | 50 +------------------
 .../BaseMemoryLibOptDxe/AArch64/ScanMem.S     | 24 +--------
 .../BaseMemoryLibOptDxe/AArch64/SetMem.S      | 50 +------------------
 .../BaseMemoryLibOptDxe/Arm/CompareGuid.S     | 24 +--------
 .../BaseMemoryLibOptDxe/Arm/CompareGuid.asm   | 24 +--------
 .../BaseMemoryLibOptDxe/Arm/CompareMem.S      | 24 +--------
 .../BaseMemoryLibOptDxe/Arm/CompareMem.asm    | 24 +--------
 .../Library/BaseMemoryLibOptDxe/Arm/ScanMem.S | 28 +----------
 .../BaseMemoryLibOptDxe/Arm/ScanMem.asm       | 28 +----------
 ReadMe.rst                                    | 22 +++++---
 15 files changed, 30 insertions(+), 344 deletions(-)

--
2.21.0.windows.1

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#63771): https://edk2.groups.io/g/devel/message/63771
Mute This Topic: https://groups.io/mt/75993656/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-