[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 1/3] Add SPDX to CODING_STYLE


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Stefano Stabellini <stefano.stabellini@xxxxxxx>
  • Date: Thu, 18 Aug 2022 15:03:18 -0700
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); 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=j9xAtoAEfbE44r+znOUsO61Kytkse4K75wxHAkDzkqk=; b=e/vnJGovHp5kv+ZC8xDhsntmT/+cwiphU+04SC9XmNam/Srpl43f8jvSa9ZwOwIqxp4O6hps6wWL/Izp8krGeAI0HwnPr1ZtxuKvio6KYkSZPSyvUav112+7GaXHa1wIBBBipLZqvQHNxl3maf/0C11rWhEgyV1tzDr5WfE/oKko08Yde8RIicvL/PcjmjI6BVyRC7LYIL3jyF4STRDOerF7oKtgIfQqGTCB20cSStzAV1AIa818S2SwOYIy6LrPX5WRFzlHts1vNVS19u4gs3EVKbbNcT97CMA27EH0ya0IFZp5i0HWfBL8U9PahG3yEmbPRucWtnDH7Q2ayouWzQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Q9Olo+1fDjvZqiDoEBKmDR6eB4Qe4HdVZmscIJI9bCt1rPtjSPz4XC6DORvO+7Wc6ThSHjHJ+th82WYkEDQTG1yIk2QEcr+ssI+UdKS4noQxYy9mOgHKwZvqil+zhcVozyCPDvf8rFj7m5h4uHtiscS3FSgHvaI7e1uHNbUEyi0PrwVEhT2vwHlYPZsyQQNIE/Z0Z24FUzEDD60T2PuyImzMTgHTrdHpVOYf79YnEL9L+T9XwF5H0egHXb7GWEa1NPmnP1YXa1sMKHBl+kJdTFK/W6W3sviM632zpfuAo27cbJX47TUT2yeW9KNHXPY2RyVVJnk5Oo6cIEXzATXmRg==
  • Cc: <sstabellini@xxxxxxxxxx>, <julien@xxxxxxx>, <wl@xxxxxxx>, <jbeulich@xxxxxxxx>, <george.dunlap@xxxxxxxxxx>, <andrew.cooper3@xxxxxxxxxx>, <bertrand.marquis@xxxxxxx>, <Volodymyr_Babchuk@xxxxxxxx>, <roger.pau@xxxxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxx>
  • Delivery-date: Thu, 18 Aug 2022 22:03:35 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxx>
---
 CODING_STYLE | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CODING_STYLE b/CODING_STYLE
index 3386ee1d90..5faf274b3a 100644
--- a/CODING_STYLE
+++ b/CODING_STYLE
@@ -14,6 +14,16 @@ explicitly (e.g. tools/libxl/CODING_STYLE) but often 
implicitly (Linux
 coding style is fairly common). In general you should copy the style
 of the surrounding code. If you are unsure please ask.
 
+SPDX
+----
+
+New files should start with a single-line SPDX comment to express the
+license, e.g.:
+
+/* SPDX-License-Identifier: GPL-2.0 */
+
+See LICENSES/ for a list of licenses and SPDX tags currently used.
+
 MISRA C
 -------
 
-- 
2.25.1




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.