From patchwork Fri Mar 4 10:38:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shaopeng Tan X-Patchwork-Id: 12768942 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4AC0C433F5 for ; Fri, 4 Mar 2022 10:40:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236716AbiCDKku (ORCPT ); Fri, 4 Mar 2022 05:40:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236874AbiCDKks (ORCPT ); Fri, 4 Mar 2022 05:40:48 -0500 Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD14B1AA07F; Fri, 4 Mar 2022 02:39:54 -0800 (PST) IronPort-SDR: lzNUqQbOPP96TaNDtt7S+53Gz/3z2ZwEP0EPe6A0oESEbJuL4nWKTtrx/owsCawcdwebyT3OKx VGb0WJaLvGVXyUZBxwdB0FZzXB7rCCnocP2efLX4ERogNQRsGjCz+jVaF5vKgNxocRmJIvx4Wm WiBqahtgEqD/gCy9+Kd6mfV3+5nExoD6kPKGizex1vz7OE4wGZWC1oiHVmkMCy5hcbJ1c8wEej RkDPJnF0KshxEonqb2k0KU2XRlybO/aUUXp7qfu77KCFCfHhgnBsmFZfpmLM+9IUq4hL7eUHA9 pwpAwx79pTh35dlPMOhngllc X-IronPort-AV: E=McAfee;i="6200,9189,10275"; a="64700885" X-IronPort-AV: E=Sophos;i="5.90,154,1643641200"; d="scan'208";a="64700885" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP; 04 Mar 2022 19:39:52 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 14206E0548; Fri, 4 Mar 2022 19:39:51 +0900 (JST) Received: from oym-om4.fujitsu.com (oym-om4.o.css.fujitsu.com [10.85.58.164]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 4DAC3D9950; Fri, 4 Mar 2022 19:39:50 +0900 (JST) Received: from cn-r05-10.example.com (n3235113.np.ts.nmh.cs.fujitsu.co.jp [10.123.235.113]) by oym-om4.fujitsu.com (Postfix) with ESMTP id 2931140451C78; Fri, 4 Mar 2022 19:39:50 +0900 (JST) From: Shaopeng Tan To: Fenghua Yu , Reinette Chatre , Shuah Khan Cc: linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, tan.shaopeng@jp.fujitsu.com Subject: [PATCH v4 6/6] selftests/resctrl: Add missing SPDX license to Makefile Date: Fri, 4 Mar 2022 19:38:34 +0900 Message-Id: <20220304103834.486892-7-tan.shaopeng@jp.fujitsu.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20220304103834.486892-1-tan.shaopeng@jp.fujitsu.com> References: <20220304103834.486892-1-tan.shaopeng@jp.fujitsu.com> MIME-Version: 1.0 X-TM-AS-GCONF: 00 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Add the missing SPDX(SPDX-License-Identifier) license header to tools/testing/selftests/resctrl/Makefile. Signed-off-by: Shaopeng Tan --- tools/testing/selftests/resctrl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/selftests/resctrl/Makefile b/tools/testing/selftests/resctrl/Makefile index 30af27b07d21..71e80bb19dd6 100644 --- a/tools/testing/selftests/resctrl/Makefile +++ b/tools/testing/selftests/resctrl/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + TEST_GEN_PROGS := resctrl_tests include ../lib.mk