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 F249BA0542; Fri, 7 Feb 2020 18:39:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4D28D1BFAD; Fri, 7 Feb 2020 18:39:51 +0100 (CET) Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) by dpdk.org (Postfix) with ESMTP id 6FB9E1BF7B for ; Fri, 7 Feb 2020 18:39:50 +0100 (CET) Received: by mail-pg1-f195.google.com with SMTP id b9so102563pgk.12 for ; Fri, 07 Feb 2020 09:39:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=OLLRLIIkR/0IfKtm+PK7rPzochmtN7Nm2x4lySrGbxs=; b=cdV9eZyHjZiUN3IouQS54Kx/r3RFKXXnseQXmNBft0b2I4+7S5cTRfJP6f5PtREVUv M7DOBcuY3TrMUdDfDlYxVi1RZ3P3JcnTHqyGDzZ9TK0qkqnazPcBwzP2FXtycL0fujhw 3OQjVxR/lEQHdxdZEwODTK3JAKj/FfdP+EvfOcY8eKpZDHtGjmJ6MWWn+JJ3tlpMQMZ2 ZrJhhpvhEV7yjJAxErPV0WdzW31aZ3vv3gMo7ddzMa+TyM5/Hir2RklQqZ0g2Rl6/BrU gXbyZ4Ocfjx7EJZD8tYB4UeznhXkPe19Vzi+1+/+LQQpvEDY3NdZo45G+PNHpA/RhOtE PTuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=OLLRLIIkR/0IfKtm+PK7rPzochmtN7Nm2x4lySrGbxs=; b=OGtG1SZgdDMuynMeCIt4pfbxyoffLlU46EoJX4Cs6Z3HdqqzY9JEQHsrbqYVMqC8Qk rZoHhsWDOFcubVWZVCGcSue7Yv/Zrb71Rz86tpE1asGntzSo4HN04AxRA6oKZZ04Gbp1 dNVu13YtZHoS985NmUMemJ2EWOhepGHaC+4zcy1C44PfrED4kC2iJZhA/ensaqnsWb2x rnDyKTaUJFPNnoQVFha715oEsc8koPxqEvt1vHvVNnqJ+FeF6O9N2u7YPc5EV5EjbbDf L3PBDKD3ox74gWxHEIVlDkKWZlNzQbXFx+ZYUe8WZObUW1mh3vTjhgt/tMPFUT5UkNI7 /myA== X-Gm-Message-State: APjAAAUXbphZEwjId8++2PFjPokighqTuX9ODIdkuHmT7jf+k8zyWx6G Qd1YkY3iCIVB1OQygCUh5ZQbMc+4gwJspg== X-Google-Smtp-Source: APXvYqwhhUEcN4rYpJtS+x32IFk8iK28+nTwZ0c0dai1Oh+dKuJ0gx7ag3qDxNPsLi+U5Z9n1tepGw== X-Received: by 2002:a63:1845:: with SMTP id 5mr332710pgy.311.1581097189043; Fri, 07 Feb 2020 09:39:49 -0800 (PST) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id u11sm3393320pjn.2.2020.02.07.09.39.48 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Feb 2020 09:39:48 -0800 (PST) Date: Fri, 7 Feb 2020 09:39:40 -0800 From: Stephen Hemminger To: dev@dpdk.org Message-ID: <20200207093940.780c7956@hermes.lan> In-Reply-To: <20200129155907.20556-1-stephen@networkplumber.org> References: <20200129155907.20556-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] 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" On Wed, 29 Jan 2020 07:59:07 -0800 Stephen Hemminger wrote: > Simple script to look for drivers and scripts that > are missing requires SPDX header. > > Signed-off-by: Stephen Hemminger Ping. This should have been merged by now.