From a5ac40fbb33da0d3e110df7eee593c32cbb11406 Mon Sep 17 00:00:00 2001 From: Randy Schacher Date: Fri, 17 Jul 2020 19:44:46 +0530 Subject: [PATCH] net/bnxt: use SPDX license tag Update cfa_resource_types.h to use SPDX license header. Reported-by: Stephen Hemminger Signed-off-by: Randy Schacher Signed-off-by: Somnath Kotur Reviewed-by: Ajit Khaparde --- 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 45b26b2369..19838c393d 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_ -- 2.20.1