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:24 -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 5FF4F3084042; Wed, 10 Apr 2019 12:58:24 +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 EC3495D71E; Wed, 10 Apr 2019 12:58:20 +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 1/4] OvmfPkg/License.txt: remove XenPvBlkDxe from the MIT licensed dir list Date: Wed, 10 Apr 2019 14:58:06 +0200 Message-Id: <20190410125809.21985-2-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.40]); Wed, 10 Apr 2019 12:58:24 +0000 (UTC) Content-Transfer-Encoding: quoted-printable All files under "OvmfPkg/XenPvBlkDxe" carry SPDX-License-Identifier: BSD-2-Clause-Patent None of them are MIT-licensed. Update "OvmfPkg/License.txt" accordingly. 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/OvmfPkg/License.txt b/OvmfPkg/License.txt index 0666e1bac65e..a2e02a1796aa 100644 --- a/OvmfPkg/License.txt +++ b/OvmfPkg/License.txt @@ -54,11 +54,10 @@ POSSIBILITY OF SUCH DAMAGE. =20 Some files are subject to the following license, the MIT license. Those = files are located in: - OvmfPkg/Include/IndustryStandard/Xen/ - OvmfPkg/XenBusDxe/ -- OvmfPkg/XenPvBlkDxe/ =20 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 --=20 2.19.1.3.g30247aa5d201