From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.12607.1596568214430243964 for ; Tue, 04 Aug 2020 12:10:14 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: michael.d.kinney@intel.com) IronPort-SDR: tWV37XDkt0QZKycklwwqJOlro0oxDcMW3Gwh2IAfmT3Em+gBd07BkcLG1li9jWrx+8q3+JDcQC GxV/Urjt7y6Q== X-IronPort-AV: E=McAfee;i="6000,8403,9703"; a="151624277" X-IronPort-AV: E=Sophos;i="5.75,434,1589266800"; d="scan'208";a="151624277" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2020 12:10:13 -0700 IronPort-SDR: 6slDSzBa9Pqq06r79xMBDn81gIbwGTXB/DB4DQhStBtmLf9tx7pw4Wkl1DmB1sYb/d/T8SGEp8 txr4c7NWFo9w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,434,1589266800"; d="scan'208";a="275891816" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.255.230.184]) by fmsmga008.fm.intel.com with ESMTP; 04 Aug 2020 12:10:13 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu , Leif Lindholm , Ard Biesheuvel Subject: [Patch 2/4] MdeModulePkg/PeCoffImageEmulator.h: Apply BSD-2-Clause-Patent Date: Tue, 4 Aug 2020 12:10:08 -0700 Message-Id: <20200804191010.36292-3-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20200804191010.36292-1-michael.d.kinney@intel.com> References: <20200804191010.36292-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Change license to BSD-2-Clause-Patent using an SPDX-License-Identifier statement. Cc: Jian J Wang Cc: Hao A Wu Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Michael D Kinney --- MdeModulePkg/Include/Protocol/PeCoffImageEmulator.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/MdeModulePkg/Include/Protocol/PeCoffImageEmulator.h b/MdeModulePkg/Include/Protocol/PeCoffImageEmulator.h index 29633e9a8e..c7f287d776 100644 --- a/MdeModulePkg/Include/Protocol/PeCoffImageEmulator.h +++ b/MdeModulePkg/Include/Protocol/PeCoffImageEmulator.h @@ -1,13 +1,6 @@ /** @file Copyright (c) 2019, Linaro, Ltd. All rights reserved.
- - This program and the accompanying materials are licensed and made available - under the terms and conditions of the BSD License which accompanies this - distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + SPDX-License-Identifier: BSD-2-Clause-Patent **/ -- 2.21.0.windows.1