From patchwork Fri Jul 17 14:14:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Somnath Kotur X-Patchwork-Id: 74389 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 5205AA053B; Fri, 17 Jul 2020 16:21:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 026A41C0D8; Fri, 17 Jul 2020 16:20:20 +0200 (CEST) Received: from relay.smtp.broadcom.com (relay.smtp.broadcom.com [192.19.211.62]) by dpdk.org (Postfix) with ESMTP id D4D981BF60 for ; Fri, 17 Jul 2020 16:20:08 +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 63077299C48; Fri, 17 Jul 2020 07:20:08 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.10.3 relay.smtp.broadcom.com 63077299C48 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=broadcom.com; s=dkimrelay; t=1594995608; bh=WyzQCD85JITC/GvLh+cnqLtT40O9w2OHikvjarDgoQ4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rl0jOQQmD7jAtCDn2dbXt8qnCMfII79nn7RmveFRvDL64Z5g8rEun3B4yBDjFqI7w x52UKxAIhWnHLpyJDY9KQC8JbVmyCblDjW1r+o8kU90a24vPG1gXoyrFWDkt8qC8bQ Qmk1nWuZR2+FiCFX2WKqAuExSBTK8PORhKROTlDQ= From: Somnath Kotur To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Fri, 17 Jul 2020 19:44:46 +0530 Message-Id: <20200717141451.11705-10-somnath.kotur@broadcom.com> X-Mailer: git-send-email 2.10.1.613.g2cc2e70 In-Reply-To: <20200717141451.11705-1-somnath.kotur@broadcom.com> References: <20200717094935.9337-1-somnath.kotur@broadcom.com> <20200717141451.11705-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_