* [dpdk-dev] [PATCH] net/mvneta: add license to rxtx files
@ 2018-10-09 10:28 Andrzej Ostruszka
2018-10-09 11:14 ` Ferruh Yigit
0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Ostruszka @ 2018-10-09 10:28 UTC (permalink / raw)
To: dev; +Cc: mw
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-09 11:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09 10:28 [dpdk-dev] [PATCH] net/mvneta: add license to rxtx files Andrzej Ostruszka
2018-10-09 11:14 ` Ferruh Yigit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).