From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: [PATCH] usertools: add missing SPDX identifier Date: Mon, 9 Apr 2018 14:28:36 +0530 Message-ID: <1523264319-26429-4-git-send-email-hemant.agrawal@nxp.com> References: <1523264319-26429-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: nhorman@tuxdriver.com, Hemant Agrawal To: dev@dpdk.org Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0079.outbound.protection.outlook.com [104.47.1.79]) by dpdk.org (Postfix) with ESMTP id D49531B7B1 for ; Mon, 9 Apr 2018 11:00:43 +0200 (CEST) In-Reply-To: <1523264319-26429-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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