[dpdk-dev] [PATCH] net/mvneta: add license to rxtx files

Andrzej Ostruszka amo at semihalf.com
Tue Oct 9 12:28:53 CEST 2018


Add license/copyright text that was missed in commit:
c74c763 (net/mvneta: add Rx/Tx support)
---
 drivers/net/mvneta/mvneta_rxtx.c | 6 ++++++
 drivers/net/mvneta/mvneta_rxtx.h | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/drivers/net/mvneta/mvneta_rxtx.c b/drivers/net/mvneta/mvneta_rxtx.c
index 05f1528..62caa68 100644
--- a/drivers/net/mvneta/mvneta_rxtx.c
+++ b/drivers/net/mvneta/mvneta_rxtx.c
@@ -1,3 +1,9 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright(c) 2018 Marvell International Ltd.
+ * Copyright(c) 2018 Semihalf.
+ * All rights reserved.
+ */
+
 #include "mvneta_rxtx.h"
 
 #define MVNETA_PKT_EFFEC_OFFS (MRVL_NETA_PKT_OFFS + MV_MH_SIZE)
diff --git a/drivers/net/mvneta/mvneta_rxtx.h b/drivers/net/mvneta/mvneta_rxtx.h
index b885bd7..cc29190 100644
--- a/drivers/net/mvneta/mvneta_rxtx.h
+++ b/drivers/net/mvneta/mvneta_rxtx.h
@@ -1,3 +1,9 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright(c) 2018 Marvell International Ltd.
+ * Copyright(c) 2018 Semihalf.
+ * All rights reserved.
+ */
+
 #ifndef _MVNETA_RXTX_H_
 #define _MVNETA_RXTX_H_
 
-- 
2.7.4



More information about the dev mailing list