From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 4B72F1B795 for ; Mon, 9 Apr 2018 12:24:48 +0200 (CEST) Received: from cpe-2606-a000-111b-40b7-640c-26a-4e16-9225.dyn6.twc.com ([2606:a000:111b:40b7:640c:26a:4e16:9225] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1f5Tya-0002yF-9I; Mon, 09 Apr 2018 06:24:47 -0400 Date: Mon, 9 Apr 2018 06:24:08 -0400 From: Neil Horman To: Hemant Agrawal Cc: dev@dpdk.org Message-ID: <20180409102408.GA14747@hmswarspite.think-freely.org> References: <1523264319-26429-1-git-send-email-hemant.agrawal@nxp.com> <1523264319-26429-4-git-send-email-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1523264319-26429-4-git-send-email-hemant.agrawal@nxp.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-Spam-Score: -2.9 (--) X-Spam-Status: No Subject: Re: [dpdk-dev] [PATCH] usertools: add missing SPDX identifier 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: , X-List-Received-Date: Mon, 09 Apr 2018 10:24:48 -0000 On Mon, Apr 09, 2018 at 02:28:36PM +0530, Hemant Agrawal wrote: > CC: nhorman@tuxdriver.com > Signed-off-by: Hemant Agrawal > --- > usertools/dpdk-pmdinfo.py | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/usertools/dpdk-pmdinfo.py b/usertools/dpdk-pmdinfo.py > index 46c1be0..03623d5 100755 > --- a/usertools/dpdk-pmdinfo.py > +++ b/usertools/dpdk-pmdinfo.py > @@ -1,4 +1,6 @@ > #!/usr/bin/env python > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright(c) 2016 Neil Horman > > # ------------------------------------------------------------------------- > # > -- > 2.7.4 > > Acked-by: Neil Horman