From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 3/3] net/bnxt: update HWRM API to 1.8.2 Date: Fri, 20 Oct 2017 12:28:44 -0700 Message-ID: <24845f90-4a08-56e6-a8e5-74a5c66bc38a@intel.com> References: <20171012173521.54626-1-ajit.khaparde@broadcom.com> <20171012173521.54626-4-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon To: Ajit Khaparde , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CD5D51B294 for ; Fri, 20 Oct 2017 21:28:45 +0200 (CEST) In-Reply-To: <20171012173521.54626-4-ajit.khaparde@broadcom.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Ajit, On 10/12/2017 10:35 AM, Ajit Khaparde wrote: > @@ -1,174 +1,51 @@ > -/*- > - * BSD LICENSE > +/**************************************************************************** > + * Copyright(c) 2001-2017 Broadcom Corporation, all rights reserved > + * Proprietary and Confidential Information. > * > - * Copyright(c) 2001-2017 Broadcom Limited. > - * All rights reserved. > + * This source file is the property of Broadcom Corporation, and > + * may not be copied or distributed in any isomorphic form without > + * the prior written consent of Broadcom Corporation. Is this license header correct? > * > - * Redistribution and use in source and binary forms, with or without > - * modification, are permitted provided that the following conditions > - * are met: > + * Name: hsi_struct_def_linux_external.h > * > - * * 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 Broadcom Corporation nor the names of its > - * contributors may be used to endorse or promote products derived > - * from this software without specific prior written permission. > + * Description: Definition of HSI data structures > * > - * 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. > - */ > -