From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Wed, 10 Apr 2019 05:58:27 -0700 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 92E683086218; Wed, 10 Apr 2019 12:58:26 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-121-133.rdu2.redhat.com [10.10.121.133]) by smtp.corp.redhat.com (Postfix) with ESMTP id BB9B85D71F; Wed, 10 Apr 2019 12:58:24 +0000 (UTC) From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Anthony Perard , Ard Biesheuvel , Jordan Justen , Julien Grall , Lars Kurth , xen-devel@lists.xenproject.org Subject: [PATCH 2/4] OvmfPkg/License.txt: refresh the MIT license text and include the SPDX ID Date: Wed, 10 Apr 2019 14:58:07 +0200 Message-Id: <20190410125809.21985-3-lersek@redhat.com> In-Reply-To: <20190410125809.21985-1-lersek@redhat.com> References: <20190410125809.21985-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Wed, 10 Apr 2019 12:58:26 +0000 (UTC) Content-Transfer-Encoding: quoted-printable Refresh the MIT license text from , and add "SPDX-License-Identifier: MIT" for easier parsing by machines. This follows the tree-wide adoption of "SPDX-License-Identifier"s, made for ; in particula= r: - commit 304bff7223a8 ("edk2: Change License.txt from 2-Clause BSD to BSD+Patent", 2019-04-09), - commit 75fae505b735 ("OvmfPkg: Change License.txt from 2-Clause BSD to BSD+Patent", 2019-04-09). Cc: Anthony Perard Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Julien Grall Cc: Lars Kurth Cc: xen-devel@lists.xenproject.org Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1654 Signed-off-by: Laszlo Ersek --- OvmfPkg/License.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/OvmfPkg/License.txt b/OvmfPkg/License.txt index a2e02a1796aa..6ec950cd9e13 100644 --- a/OvmfPkg/License.txt +++ b/OvmfPkg/License.txt @@ -55,19 +55,22 @@ POSSIBILITY OF SUCH DAMAGE. Some files are subject to the following license, the MIT license. Those = files are located in: - OvmfPkg/Include/IndustryStandard/Xen/ - OvmfPkg/XenBusDxe/ =20 +SPDX-License-Identifier: MIT + Permission is hereby granted, free of charge, to any person obtaining a = copy of this software and associated documentation files (the "Software"), to= deal in the Software without restriction, including without limitation the ri= ghts to use, copy, modify, merge, publish, distribute, sublicense, and/or sel= l copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: =20 -The above copyright notice and this permission notice shall be included = in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice (including the nex= t +paragraph) shall be included in all copies or substantial portions of th= e +Software. =20 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS = OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL = THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER --=20 2.19.1.3.g30247aa5d201