diff options
author | Alexander Lobakin <alobakin@marvell.com> | 2020-06-29 14:05:07 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-01 01:51:39 +0300 |
commit | ab81e23cf77905896a5e51422eb58e8763507b85 (patch) | |
tree | f8394820d067676c6732c6e1dd824c2e28b5f59c /include | |
parent | ff91e9292fc5aafd9ee1dc44c03cff69a3b0f39f (diff) | |
download | linux-ab81e23cf77905896a5e51422eb58e8763507b85.tar.xz |
net: qed: correct existing SPDX tags
QLogic QED drivers source code is dual licensed under
GPL-2.0/BSD-3-Clause.
Correct already existing but wrong SPDX tags to match the actual
license.
Signed-off-by: Alexander Lobakin <alobakin@marvell.com>
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/qed/fcoe_common.h | 2 | ||||
-rw-r--r-- | include/linux/qed/qed_fcoe_if.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/qed/fcoe_common.h b/include/linux/qed/fcoe_common.h index 98cfc195abe2..a669d7d84284 100644 --- a/include/linux/qed/fcoe_common.h +++ b/include/linux/qed/fcoe_common.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ /* QLogic qed NIC Driver * Copyright (c) 2015 QLogic Corporation */ diff --git a/include/linux/qed/qed_fcoe_if.h b/include/linux/qed/qed_fcoe_if.h index 46082480a2c3..65d0317ef67e 100644 --- a/include/linux/qed/qed_fcoe_if.h +++ b/include/linux/qed/qed_fcoe_if.h @@ -1,4 +1,5 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ + #ifndef _QED_FCOE_IF_H #define _QED_FCOE_IF_H #include <linux/types.h> |