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 6A7E2A04B4; Fri, 8 Nov 2019 18:27:27 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 40D001D155; Fri, 8 Nov 2019 18:27:27 +0100 (CET) Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) by dpdk.org (Postfix) with ESMTP id E71451D14D for ; Fri, 8 Nov 2019 18:27:25 +0100 (CET) Received: by mail-pf1-f196.google.com with SMTP id c184so5093157pfb.0 for ; Fri, 08 Nov 2019 09:27:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=weQGCfoDMDZZwO+fLBTGniKBXBOszuC4a4D3H4aBrlQ=; b=VoU2j3dnIEo24K5b516ksI8JVF3bRYRYxZrTSaWLf4fooahSDz9AK3TR4wxnyTey7R uHCVTSjhIrRUQMokLhIY/Zjszp9pG6DYtGXPypoqY5co1iklkXCaLlz9iX+wwZVkjHsj UuJw1hIGzJBzNjoQiU7paws56htS0Qlm2HjKanrF17/7s/tJUUnvoiB67yNM/t2VvVZt tPmtv6W+bOrvY6Lxt3FKY+vWhUI4TzWHApwxA9k46dV0GQl9KfuZh70ceTkz6aghjNbi LlIoTSKrzVdgjL/eWhPtzxnsZ66nkxwAlReA1ugoHRGVb9bK9n2YbA5iI3YSkyhJwra/ RpGA== 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:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=weQGCfoDMDZZwO+fLBTGniKBXBOszuC4a4D3H4aBrlQ=; b=EYi3+JGoXPUDbn1OCYzSeHPSi+d8Hcuheexz06dF9E8WqO4ScvyuOqkaWeZJ4ieQiE TKGWHg91kVpnZr+K5AJPug7ZoddFnZEFb1MP/dL5ZClr1jsqJ38f1AXfI7TfsRcN8E0d 7zJMgbqNiTR1mneenHO92eVifm65TN4LNo14yylnaQDB72JWC9oxnk5fvig9qgehHw8X jpkTiohI1iWb3HlqzuIBYxYvvsr0TQ2Pz70ctg4/wpZO0TdXHnlBcMkuT9K2+ChPOzD6 3HORyeJYiok0T2kTuVaX5OuVYkM63qT3Bax3NO8cUu1t+r4Sxv3I6jlWkmKqcJLSta04 swFg== X-Gm-Message-State: APjAAAVMDPG2hDEjXX4x+DSzVs84/WvQ+oWSAN9usC93wgocPRGFGbZX eJgGR1Xrw07/hmEF4vhURIfd8w== X-Google-Smtp-Source: APXvYqycOVVvymJYy1MoGr7u8oQx5TWC2hS1YnQ05rwt2V3YX5hTAZdq8K/YbvUb8KpYcgMlsK+1Rg== X-Received: by 2002:a62:83ca:: with SMTP id h193mr13211985pfe.218.1573234045074; Fri, 08 Nov 2019 09:27:25 -0800 (PST) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id e1sm6082899pgv.82.2019.11.08.09.27.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Nov 2019 09:27:24 -0800 (PST) Date: Fri, 8 Nov 2019 09:27:21 -0800 From: Stephen Hemminger To: Ferruh Yigit Cc: gdawar@solarflare.com, dev@dpdk.org Message-ID: <20191108092721.2e11cfe5@hermes.lan> In-Reply-To: References: <20191108171937.9813-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/sfc/base: add missing SPDX license header 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 Fri, 8 Nov 2019 17:25:16 +0000 Ferruh Yigit wrote: > On 11/8/2019 5:19 PM, Stephen Hemminger wrote: > > The meson.build file is missing the required license header. > > > > Signed-off-by: Stephen Hemminger > > --- > > drivers/net/sfc/base/meson.build | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/drivers/net/sfc/base/meson.build b/drivers/net/sfc/base/meson.build > > index 6c80305820ce..5fbe24014ec6 100644 > > --- a/drivers/net/sfc/base/meson.build > > +++ b/drivers/net/sfc/base/meson.build > > @@ -1,3 +1,5 @@ > > +# SPDX-License-Identifier: BSD-3-Clause > > +# > > # Copyright (c) 2016-2018 Solarflare Communications Inc. > > # All rights reserved. > > # > > > > It has been updated yesterday [1] in next-net, updating this patch [2] as not > applicable. > > > [1] > https://git.dpdk.org/next/dpdk-next-net/commit/?id=dc2c0511b3a5f1a6351ba4280dc73181323aa2dd > > https://patches.dpdk.org/patch/59987/ > > > [2] > https://patches.dpdk.org/patch/62803/ Great, thanks.