From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8705B1B5A5; Fri, 3 Aug 2018 16:46:19 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C304620BE3; Fri, 3 Aug 2018 10:46:18 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 03 Aug 2018 10:46:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=UxmMnTYG/Fs56MWiO+CTyciouE S3oDIRhlVirBWwlyw=; b=MEa++QGI44lp8p10Tk5RswQYGgehx56puVXTjB0AiB xEai6FLLWFWHOXLgV9iaQBmey6Ifg6Ntdkg+qd4JSx8s/4Uv+pEzX0lGj3FQad2H qbMrbkVr94KZ+/+5Mm44BcCHjniRDsKkzjkm0LHBDxyU42qaHRUKeDFFvBvivwVG Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=UxmMnT YG/Fs56MWiO+CTyciouES3oDIRhlVirBWwlyw=; b=HqB4PffSVswJQF/FYMWna1 lmtqZpnAEP3UDgXlomP/pli5PN7XgRelAO44B2gxbcT1XhzmpO5oZ4zZYvsG2UIC 98h25+QZyKRHJ70paWvsWOjv/21AMXXH0jxDkut9MIZrvHnJq7eUp3bxTzktXVEB qw0czJ/1fZGRZbUHfanS4pBE4IrnSb1ef4XI5UM7+r87BUEqS/i9STTW8/IP0tNS 7Dr0Uk6bOVmDk/liCqOSEcIsM97ESV4V8u8M8/rsQtD4898GSVyeLu7W4RXmoQto 5XzfQrotO2Pl4MrgoyDbEqW+rUQEm8C+qapo3OvLz7MyMqlWmKBWpxCxX1YtG4qw == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 6F463E4BD6; Fri, 3 Aug 2018 10:46:17 -0400 (EDT) From: Thomas Monjalon To: Rasesh Mody Cc: stable@dpdk.org, dev@dpdk.org, hemant.agrawal@nxp.com, ferruh.yigit@intel.com, Dept-EngDPDKDev@cavium.com Date: Fri, 03 Aug 2018 16:46:11 +0200 Message-ID: <4697303.ppzFoVmIbG@xps> In-Reply-To: <1532706300-27089-1-git-send-email-rasesh.mody@cavium.com> References: <1532706300-27089-1-git-send-email-rasesh.mody@cavium.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/bnx2x: fix copyright 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: Fri, 03 Aug 2018 14:46:19 -0000 27/07/2018 17:45, Rasesh Mody: > Originally the PMD had "QLogic Corporation" copyright. When we submitted > commit e3de5dad2a5d ("net/bnx2x: change copyright info to Cavium"), > the "Qlogic Corporation" copyright was accidentally replaced > with "Cavium Inc". So now we see multiple Cavium copyright messages. > We're changing it to "Broadcom Corporation" copyright. > > Fixes: e3de5dad2a5d ("net/bnx2x: change copyright info to Cavium") > Cc: stable@dpdk.org > > Signed-off-by: Rasesh Mody Applied