From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com []) by mx.groups.io with SMTP id smtpd.web10.12464.1596568213961293425 for ; Tue, 04 Aug 2020 12:10:14 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: michael.d.kinney@intel.com) IronPort-SDR: rtQNxl4cR0xjNJoJNlww5pBTQjN8VXxi5nzjBv/Sy5RS/SsBYhTQu+iLCXvZkjHdgz9hxoF35n N/l1muiTobaA== X-IronPort-AV: E=McAfee;i="6000,8403,9703"; a="151624273" X-IronPort-AV: E=Sophos;i="5.75,434,1589266800"; d="scan'208";a="151624273" 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: r6ZA5pmJZc+3NZz1GOaS6oAkXTB4iuhUKx9vXDvAkKEu6wnsM83LgN5CVgYpGoXqFfnV21+wCM 6ExX0OUTpc6A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,434,1589266800"; d="scan'208";a="275891805" 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: Leif Lindholm , Ard Biesheuvel Subject: [Patch 1/4] EmbeddedPkg/NonCoherentIoMmuDxe: Apply BSD-2-Clause-Patent Date: Tue, 4 Aug 2020 12:10:07 -0700 Message-Id: <20200804191010.36292-2-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: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Michael D Kinney --- .../Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.c | 9 +-------- .../NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.inf | 10 +--------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/EmbeddedPkg/Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.c b/EmbeddedPkg/Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.c index 4b0afe47de..d7ed8c9ebc 100644 --- a/EmbeddedPkg/Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.c +++ b/EmbeddedPkg/Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.c @@ -1,14 +1,7 @@ /** @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 **/ diff --git a/EmbeddedPkg/Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.inf b/EmbeddedPkg/Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.inf index de70cfb4ca..ff4dcaaeca 100644 --- a/EmbeddedPkg/Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.inf +++ b/EmbeddedPkg/Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.inf @@ -1,15 +1,7 @@ #/** @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