From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id ADF7BA0557; Sat, 22 Feb 2020 16:46:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 88651B62; Sat, 22 Feb 2020 16:46:03 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 4E66C3B5; Sat, 22 Feb 2020 16:46:02 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 4B3F3641; Sat, 22 Feb 2020 10:46:01 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 22 Feb 2020 10:46:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=nnd/2X4h/vXo1dMKpAVvs1YlgovPYPhMSr9OTLU1OZA=; b=bFe97T88T1i8 r+Ej6jojocEmUEANEHtWpt5qxO1P78TMeORrTKxgi6Y8sWQ7ME2pSOeVvDbyqhCx RD5PEWoi3QGNl4jpvJTOw0+8Aywftox2ki+XGnbMem2uni3ITHN7r2wGBzPNsybo /nqP2ulPgmWSRfEiHeBABNv8RPBpxnA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=nnd/2X4h/vXo1dMKpAVvs1YlgovPYPhMSr9OTLU1O ZA=; b=2b/O/9cIFysRoHhCBYpxj/3VZLL/LFzrJ7ljxukAtqD2QnL6/dxIt5Wo9 JEERKKcVcCZjzBmo2DhCDV6RodWPAyPntu0pbKSNEaU+ENTuX8MFlwdcDCTp9Fd4 gW3UJ/PftpctAg5B3LQaamsBaWhmx8VG9lBRoLGNqKArAh35JUwgR47sFdmZDV+d 2L+lFX69Yr8iDv4am9Nhmp86K8EaTObeww0DB1Jk3MzhKfoE2F9jDnC/YDd7pfKb APC2+XKMUBU+iLbg7LNuaWvjd+mwEI4pebLEwN0QiuiSYziQpWPZCX8A+3flqcxR MqNdf339hMLpbHpSx7F1Q7RiWVESQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkeeigdektdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepghhithdrtghinecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhu shhtvghrufhiiigvpedunecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmh honhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 060573060D1A; Sat, 22 Feb 2020 10:45:59 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, techboard@dpdk.org Date: Sat, 22 Feb 2020 16:45:59 +0100 Message-ID: <2696793.SvYEEZNnvj@xps> In-Reply-To: <20200207175217.14974-1-stephen@networkplumber.org> References: <20200129155907.20556-1-stephen@networkplumber.org> <20200207175217.14974-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] devtools: add new SPDX license compliance checker X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/02/2020 18:52, Stephen Hemminger: > Simple script to look for drivers and scripts that > are missing requires SPDX header. > > Signed-off-by: Stephen Hemminger [...] > +git grep -L SPDX-License-Identifier -- \ > + ':^.git*' ':^.ci/*' ':^.travis.yml' \ > + ':^README' ':^MAINTAINERS' ':^VERSION' ':^ABI_VERSION' \ > + ':^*/Kbuild' ':^*/README' \ > + ':^license/' ':^doc/' ':^config/' ':^buildtools/' \ > + ':^*.cocci' ':^*.abignore' \ > + ':^*.def' ':^*.map' ':^*.ini' ':^*.data' ':^*.cfg' ':^*.txt' I think we should plan to add SPDX tag to the doc (rst and svg files).