[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH for-4.17 v2 2/6] xen: Used SPDX identifier in some public headers
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 16 Nov 2022 09:12:39 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=jqgolSxYtVGhdN06ntmkpJuIbIH+m4ZtlHmJSCb0w4A=; b=MJxnmKFgy+BildsrjbFOPixhSV7LP3hm43tpFm1TAV2MUPs/vTEA/P3zlUiwQuT+spT6lkumpfGX8nDY5oe5FpnpFS9+DJ2i4DoswyLnTVD2T9W9o7GHy4E/uZKkT+QhwXPQ1WAgivAOkd9fhonE5Z8qzmtXzmKkGxlMfVmVIxTAzE81NL9e/d+xySOfMQselGoHuQhUBEhGivFfqSdql96DvOn6V1PFTcdoCnrmudff25uy8QY/SwWpgaCtXS/IgaV0BMRQ3XddN1vL40w3LaHFRLyjqRcL8NVVyGE3jXc8dbOLRszs1vXo/C8sVpUpTsDOEXeaYwxGy8Rhcr/e4g==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UnZjYBM8ffucMUfJKo1Y/vbGa0DQx13EkiaYKZ3WW8pueecVuIitkHVoNFA96oX+Uox7nLju/y3PFcY3h7Kac8TT7EE/s+6lzqd7/SzLsMfsJ3aot1WBCYBEILT8enQ9fPC/bxMzJIKUkh1R93SOxtErq2X/vXnWmQG+slYpxMffWqFWKk0+7ywlobwrXZphzVRkZ/BieLOGnfWF/z9Raepfu0Gmupwqpx9MbdMG+QVWRdBl1PqG2ZBOeiBmh2d2+M+ejTYM81SJEx77JnSwDylTbPwctg0U4eK5rWRpIZgMhW7L5TRbB0Vg5JfnBE3pDS7cks/FK4mwR7pelE11JA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Wei Liu <wl@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Henry Wang <Henry.Wang@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 16 Nov 2022 08:12:45 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 03.11.2022 12:52, Anthony PERARD wrote:
> The script "tools/include/xen-foreign/mkheader.py" is going to do a
> sanity check on the licences of those headers. To ease this, we will
> replace the verbatim copy of the MIT licence by its SPDX identifier
> equivalent.
>
> The text of the licence has been check to be the same as the one at
> https://spdx.org/licenses/MIT.html, except we don't have "(including
> the next paragraph)". The text is also the same as the one in
> "xen/include/public/COPYING".
>
> Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|