From patchwork Fri Jul 17 09:49:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Somnath Kotur X-Patchwork-Id: 74310 X-Patchwork-Delegate: ajit.khaparde@broadcom.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BCB91A053D; Fri, 17 Jul 2020 11:56:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D51361C021; Fri, 17 Jul 2020 11:55:11 +0200 (CEST) Received: from relay.smtp.broadcom.com (unknown [192.19.232.149]) by dpdk.org (Postfix) with ESMTP id EF7FD1BFF0 for ; Fri, 17 Jul 2020 11:55:03 +0200 (CEST) Received: from dhcp-10-123-153-55.dhcp.broadcom.net (dhcp-10-123-153-55.dhcp.broadcom.net [10.123.153.55]) by relay.smtp.broadcom.com (Postfix) with ESMTP id 8BB591BC075; Fri, 17 Jul 2020 02:55:03 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.10.3 relay.smtp.broadcom.com 8BB591BC075 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=broadcom.com; s=dkimrelay; t=1594979704; bh=WyzQCD85JITC/GvLh+cnqLtT40O9w2OHikvjarDgoQ4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=s7iTAdV7RAzHo9GlahUe1FX0LBddV6zlUkyFzO96ifyKi2BPqOFHswjGHF0gEVFLI HAkdGQ+osduYvQ9NfRjlMnOWVX5imsoq3mfQxCN1tvytgHMvHGpnCZyY64f5Lhy9Bd kxqJ56ubK8xqWWxnHJDgajmA1lFq2JaxK8gjntjI= From: Somnath Kotur To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Fri, 17 Jul 2020 15:19:30 +0530 Message-Id: <20200717094935.9337-10-somnath.kotur@broadcom.com> X-Mailer: git-send-email 2.10.1.613.g2cc2e70 In-Reply-To: <20200717094935.9337-1-somnath.kotur@broadcom.com> References: <20200717094935.9337-1-somnath.kotur@broadcom.com> Subject: [dpdk-dev] [PATCH 09/14] net/bnxt: change header to SPDX-License 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" From: Randy Schacher Update include file header Signed-off-by: Randy Schacher Reviewed-by: Ajit Kumar Khaparde Signed-off-by: Somnath Kotur --- drivers/net/bnxt/tf_core/cfa_resource_types.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/drivers/net/bnxt/tf_core/cfa_resource_types.h b/drivers/net/bnxt/tf_core/cfa_resource_types.h index 45b26b2..19838c3 100644 --- a/drivers/net/bnxt/tf_core/cfa_resource_types.h +++ b/drivers/net/bnxt/tf_core/cfa_resource_types.h @@ -1,13 +1,6 @@ -/* - * Copyright(c) 2001-2020, Broadcom. All rights reserved. The - * term Broadcom refers to Broadcom Inc. and/or its subsidiaries. - * Proprietary and Confidential Information. - * - * 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. - * - * DO NOT MODIFY!!! This file is automatically generated. +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2019-2020 Broadcom + * All rights reserved. */ #ifndef _CFA_RESOURCE_TYPES_H_