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 A65AEA10DA for ; Wed, 31 Jul 2019 10:02:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 353581C112; Wed, 31 Jul 2019 10:02:39 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 2C7A91C0D5 for ; Wed, 31 Jul 2019 10:02:37 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x6V80ar8032764; Wed, 31 Jul 2019 01:02:36 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=t5ZavrxesgNpooRDd10UqM+TzeNdV7X3V41GrpZDC7c=; b=aOGaPZCH+8Z9kV1lT6z1DHoPRTlpxCoSimaZWSwM7DV7QExhiR4xSyrQAoLJNXL2QYYD TdR9cI4slAnxWr7LmQ4FVvNYazhwSuy5rkVSBfeziaAsdZh/MK0uLg+B7Ov2e6wy4LrD oHLn1mX6WUZRnkn1Uw6qI4MrWjMWBHJfLwDPSde38vtZgXmL3zogIfBrekobHjdU9DNf GywMUebBHAY5CpC88+AMCxuHqxVKJ1zsd6uK3ANhAU35oV9kuppXhwYhQFAXcZNF8RS+ iVy52upNU4w7Y/hMBogn9DHHgyzEinTZ0NRRfbe+2BUMAeDaqWor1qItEdRX8+jjZ4ya hw== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 2u0kyq8kxt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 31 Jul 2019 01:02:35 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 31 Jul 2019 01:02:34 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Wed, 31 Jul 2019 01:02:34 -0700 Received: from irv1user08.caveonetworks.com (unknown [10.104.116.105]) by maili.marvell.com (Postfix) with ESMTP id 65D423F7040; Wed, 31 Jul 2019 01:02:34 -0700 (PDT) Received: (from rmody@localhost) by irv1user08.caveonetworks.com (8.14.4/8.14.4/Submit) id x6V82YZv019278; Wed, 31 Jul 2019 01:02:34 -0700 X-Authentication-Warning: irv1user08.caveonetworks.com: rmody set sender to rmody@marvell.com using -f From: Rasesh Mody To: CC: Rasesh Mody , Hemant Agrawal , Thomas Monjalon , "Jerin Jacob Kollanukkaran John McNamara" <"jerinj@marvell.comjohn.mcnamara"@intel.com>, GR-Everest-DPDK-Dev Date: Wed, 31 Jul 2019 01:02:24 -0700 Message-ID: <20190731080225.19225-1-rmody@marvell.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:5.22.84,1.0.8 definitions=2019-07-31_03:2019-07-31,2019-07-31 signatures=0 Subject: [dpdk-dev] [PATCH 1/2] doc: use SPDX tag for bnx2x PMD guide 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" Signed-off-by: Rasesh Mody --- doc/guides/nics/bnx2x.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/guides/nics/bnx2x.rst b/doc/guides/nics/bnx2x.rst index cecbfc2e7..a7dee0c10 100644 --- a/doc/guides/nics/bnx2x.rst +++ b/doc/guides/nics/bnx2x.rst @@ -1,6 +1,5 @@ -.. BSD LICENSE +.. SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2015 QLogic Corporation - All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions -- 2.18.0