[dpdk-dev] [PATCH] eal/ppc_64: add SPDX license tag

Hemant Agrawal hemant.agrawal at nxp.com
Fri Sep 27 11:04:28 CEST 2019


Cc: Gowrishankar Muthukrishnan <gowrishankar.m at linux.vnet.ibm.com>

Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
---
 lib/librte_eal/common/arch/ppc_64/rte_cycles.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/librte_eal/common/arch/ppc_64/rte_cycles.c b/lib/librte_eal/common/arch/ppc_64/rte_cycles.c
index 851fd0255..c96a2143b 100644
--- a/lib/librte_eal/common/arch/ppc_64/rte_cycles.c
+++ b/lib/librte_eal/common/arch/ppc_64/rte_cycles.c
@@ -1,3 +1,7 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (C) IBM Corporation 2019.
+ */
+
 #include "eal_private.h"
 
 uint64_t
-- 
2.17.1



More information about the dev mailing list