[2/3] net/qede/base: add missing license information

Message ID 20200714235011.4366-3-stephen@networkplumber.org (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series Add missing SPDX license tags |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Stephen Hemminger July 14, 2020, 11:50 p.m. UTC
  Add SPDX header that is the same as other files in the
same qede/base directory.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 drivers/net/qede/base/ecore_hsi_func_common.h | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Thomas Monjalon July 30, 2020, 10:14 p.m. UTC | #1
+Cc maintainers

15/07/2020 01:50, Stephen Hemminger:
> Add SPDX header that is the same as other files in the
> same qede/base directory.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  drivers/net/qede/base/ecore_hsi_func_common.h | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/drivers/net/qede/base/ecore_hsi_func_common.h b/drivers/net/qede/base/ecore_hsi_func_common.h
> index 2cd175163bcc..0e1187ba20a2 100644
> --- a/drivers/net/qede/base/ecore_hsi_func_common.h
> +++ b/drivers/net/qede/base/ecore_hsi_func_common.h
> @@ -1,3 +1,9 @@
> +/* SPDX-License-Identifier: BSD-3-Clause
> + * Copyright (c) 2016 - 2018 Cavium Inc.
> + * All rights reserved.
> + * www.cavium.com
> + */
> +
>  #ifndef _HSI_FUNC_COMMON_H
>  #define _HSI_FUNC_COMMON_H
>  
>
  

Patch

diff --git a/drivers/net/qede/base/ecore_hsi_func_common.h b/drivers/net/qede/base/ecore_hsi_func_common.h
index 2cd175163bcc..0e1187ba20a2 100644
--- a/drivers/net/qede/base/ecore_hsi_func_common.h
+++ b/drivers/net/qede/base/ecore_hsi_func_common.h
@@ -1,3 +1,9 @@ 
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2016 - 2018 Cavium Inc.
+ * All rights reserved.
+ * www.cavium.com
+ */
+
 #ifndef _HSI_FUNC_COMMON_H
 #define _HSI_FUNC_COMMON_H