From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 141EA5592 for ; Mon, 10 Jul 2017 12:30:00 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B33BE20A81; Mon, 10 Jul 2017 06:29:59 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 10 Jul 2017 06:29:59 -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:x-sasl-enc; s=mesmtp; bh=EuQ49jdOiP7txu3 E5RhBxZd/5zXFak6si3BmmWW5K0A=; b=gwtGuL7Lg0nCr0WNBglLkvSrUB9snii 2IDfwWmKLO75k+zW6wv612XaFQXEBucKqVlnuzFJUh6zzlAaoV2GDhFYOVOPUgi+ 1Ianilr1FrbtyxdYauWqHLVFupiCRTpYJH4lJF2k1yh+ckQxD8fjGkFL9K1cpsNe BjRoZ1Qj/05E= 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:x-sasl-enc; s= fm1; bh=EuQ49jdOiP7txu3E5RhBxZd/5zXFak6si3BmmWW5K0A=; b=rSohiq5/ 21zdmxII4TMkHbd9I1J+48qvGI5dGZB+o6d0sTomdBE9qvE2L42nE2H1iQfo7eee xufYgPe8vnbSzr9XJgK1RUbcLtBff09l1o275LjxEMbe2ybQ8SsfIns7tG3RvqHl FaQhFLEDpZznYuOunUwvpfqXAXs+3MeSjDIg4DGNvQi0Fssa0nseEA3jsVhljyDx PYbquLYGOYP9+wch5tIti5SZiiOY23jLFm++2CZnJWSD46rGAz1Phzlq5vqtMr/w lzVoi1tCdoT09/w+zKPTQxxIM9pEDUJ0k/hXRBuAOQA4elQRiKnH1iftKu54lRsR mISLyT/Lv8hXGw== X-ME-Sender: X-Sasl-enc: GIj4dSVFSmzDw9TiwO6T31cmrymPidKrYDBQ4Jbik0Et 1499682599 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 63B8A24776; Mon, 10 Jul 2017 06:29:59 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, hemant.agrawal@nxp.com, john.mcnamara@intel.com Date: Mon, 10 Jul 2017 12:29:58 +0200 Message-ID: <2007992.9hA1XsLEZW@xps> In-Reply-To: <20170710091305.29708-1-shreyansh.jain@nxp.com> References: <20170710091305.29708-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: update NXP copyright headers 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, 10 Jul 2017 10:30:00 -0000 10/07/2017 11:13, Shreyansh Jain: > NXP Copyright has been wrongly worded with '(c)' at various places. > This patch removes these extra characters. It also removes > "All rights reserved". > > Only NXP copyright syntax is changed. Freescale copyright is not > modified. > > Signed-off-by: Shreyansh Jain Applied, thanks