From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 222CAA2EDB
	for <public@inbox.dpdk.org>; Fri,  6 Sep 2019 09:26:27 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id E55A41F151;
	Fri,  6 Sep 2019 09:26:26 +0200 (CEST)
Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com
 [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id A49D81F14A
 for <dev@dpdk.org>; Fri,  6 Sep 2019 09:26:25 +0200 (CEST)
Received: from pps.filterd (m0045851.ppops.net [127.0.0.1])
 by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id
 x867KRig031851; Fri, 6 Sep 2019 00:26:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com;
 h=from : to : cc :
 subject : date : message-id : in-reply-to : references : mime-version :
 content-type; s=pfpt0818; bh=EPiT6H8XTbGqOm3Ej9Qafe0mURKeO4NR0svJa9ag5VA=;
 b=hh3so84Wa5/NwYryL62ssD7gRjpQ5Xs0Ey54/hi09VXkQk8hAPSoB0JUw2A6/IW9/Cbc
 KBezZjPxo6IoQC/fAk8zFFh9nmY3f2iodq4kht1N5DdZoTjvZu7BycXOXbBvd21yO1LW
 HHfJ1fm20RsVTTasR5SNaVEkeEABg+Rg+Ipx+zYFVCpqCbKUZZQYvcc6JniyKrq5yQxa
 b94ZRfJ8mUaGlrO19eLnTYx3tkuQu5cGVAYzGrPGQeJLYdXCcQsEzSzR7UcF78SV9vO2
 Q7UyYyf9dnH/COhJLTqoO5SI5wp2thOSzXc9w1KxcAtdRhDH9LMcZyd+tS6aOckvPa5R VA== 
Received: from sc-exch01.marvell.com ([199.233.58.181])
 by mx0b-0016f401.pphosted.com with ESMTP id 2uqrdmp2tc-1
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT);
 Fri, 06 Sep 2019 00:26:25 -0700
Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH01.marvell.com
 (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Fri, 6 Sep
 2019 00:26:22 -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; Fri, 6 Sep 2019 00:26:22 -0700
Received: from irv1user08.caveonetworks.com (unknown [10.104.116.105])
 by maili.marvell.com (Postfix) with ESMTP id 364293F703F;
 Fri,  6 Sep 2019 00:26:22 -0700 (PDT)
Received: (from rmody@localhost)
 by irv1user08.caveonetworks.com (8.14.4/8.14.4/Submit) id x867QL13012396;
 Fri, 6 Sep 2019 00:26:21 -0700
X-Authentication-Warning: irv1user08.caveonetworks.com: rmody set sender to
 rmody@marvell.com using -f
From: Rasesh Mody <rmody@marvell.com>
To: <dev@dpdk.org>
CC: Rasesh Mody <rmody@marvell.com>, <ferruh.yigit@intel.com>,
 <jerinj@marvell.com>, <GR-Everest-DPDK-Dev@marvell.com>
Date: Fri, 6 Sep 2019 00:25:47 -0700
Message-ID: <20190906072548.12304-5-rmody@marvell.com>
X-Mailer: git-send-email 2.18.0
In-Reply-To: <20190906072548.12304-1-rmody@marvell.com>
References: <20190906072548.12304-1-rmody@marvell.com>
MIME-Version: 1.0
Content-Type: text/plain
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8
 definitions=2019-09-06_03:2019-09-04,2019-09-06 signatures=0
Subject: [dpdk-dev] [PATCH 4/5] doc: cleanup SPDX license id usage in bnx2x
	guide
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

Removed redundant BSD boilerplate text from bnx2ix guide.

Signed-off-by: Rasesh Mody <rmody@marvell.com>
---
 doc/guides/nics/bnx2x.rst | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/doc/guides/nics/bnx2x.rst b/doc/guides/nics/bnx2x.rst
index 00e131484..0a16f0c70 100644
--- a/doc/guides/nics/bnx2x.rst
+++ b/doc/guides/nics/bnx2x.rst
@@ -1,32 +1,6 @@
 ..  SPDX-License-Identifier: BSD-3-Clause
     Copyright (c) 2015 QLogic Corporation
 
-    Redistribution and use in source and binary forms, with or without
-    modification, are permitted provided that the following conditions
-    are met:
-
-    * Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in
-    the documentation and/or other materials provided with the
-    distribution.
-    * Neither the name of QLogic Corporation nor the names of its
-    contributors may be used to endorse or promote products derived
-    from this software without specific prior written permission.
-
-    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
 BNX2X Poll Mode Driver
 ======================
 
-- 
2.18.0