DPDK patches and discussions
 help / color / mirror / Atom feed
From: Shahaf Shuler <shahafs@mellanox.com>
To: thomas@monjalon.net, ferruh.yigit@intel.com
Cc: dev@dpdk.org, viktorin@rehivetech.com, jianbo.liu@arm.com,
	chaozhu@linux.vnet.ibm.com, bruce.richardson@intel.com
Subject: [dpdk-dev] [PATCH v2 6/9] eal: align SPDX Mellanox copyrights
Date: Tue, 20 Mar 2018 21:20:40 +0200	[thread overview]
Message-ID: <ea0251e989cbe3ec403c3c05230003cee0506c09.1521573303.git.shahafs@mellanox.com> (raw)
In-Reply-To: <cover.1521573302.git.shahafs@mellanox.com>

Aligning Mellanox SPDX copyrights to a single format.

Cc: viktorin@rehivetech.com
Cc: jianbo.liu@arm.com
Cc: chaozhu@linux.vnet.ibm.com
Cc: bruce.richardson@intel.com

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---
 lib/librte_eal/common/arch/arm/rte_hypervisor.c    | 2 +-
 lib/librte_eal/common/arch/ppc_64/rte_hypervisor.c | 2 +-
 lib/librte_eal/common/arch/x86/rte_hypervisor.c    | 2 +-
 lib/librte_eal/common/eal_common_hypervisor.c      | 2 +-
 lib/librte_eal/common/include/rte_hypervisor.h     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/librte_eal/common/arch/arm/rte_hypervisor.c b/lib/librte_eal/common/arch/arm/rte_hypervisor.c
index 3792fe2ce..08a1c97d1 100644
--- a/lib/librte_eal/common/arch/arm/rte_hypervisor.c
+++ b/lib/librte_eal/common/arch/arm/rte_hypervisor.c
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright 2017 Mellanox Technologies, Ltd.
+ * Copyright 2017 Mellanox Technologies, Ltd
  */
 
 #include "rte_hypervisor.h"
diff --git a/lib/librte_eal/common/arch/ppc_64/rte_hypervisor.c b/lib/librte_eal/common/arch/ppc_64/rte_hypervisor.c
index 3792fe2ce..08a1c97d1 100644
--- a/lib/librte_eal/common/arch/ppc_64/rte_hypervisor.c
+++ b/lib/librte_eal/common/arch/ppc_64/rte_hypervisor.c
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright 2017 Mellanox Technologies, Ltd.
+ * Copyright 2017 Mellanox Technologies, Ltd
  */
 
 #include "rte_hypervisor.h"
diff --git a/lib/librte_eal/common/arch/x86/rte_hypervisor.c b/lib/librte_eal/common/arch/x86/rte_hypervisor.c
index edf07be18..c38cfc09d 100644
--- a/lib/librte_eal/common/arch/x86/rte_hypervisor.c
+++ b/lib/librte_eal/common/arch/x86/rte_hypervisor.c
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright 2017 Mellanox Technologies, Ltd.
+ * Copyright 2017 Mellanox Technologies, Ltd
  */
 
 #include "rte_hypervisor.h"
diff --git a/lib/librte_eal/common/eal_common_hypervisor.c b/lib/librte_eal/common/eal_common_hypervisor.c
index c3b4c621b..5388b81a5 100644
--- a/lib/librte_eal/common/eal_common_hypervisor.c
+++ b/lib/librte_eal/common/eal_common_hypervisor.c
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright 2017 Mellanox Technologies, Ltd.
+ * Copyright 2017 Mellanox Technologies, Ltd
  */
 
 #include "rte_hypervisor.h"
diff --git a/lib/librte_eal/common/include/rte_hypervisor.h b/lib/librte_eal/common/include/rte_hypervisor.h
index 8d8aac744..5fe719c1d 100644
--- a/lib/librte_eal/common/include/rte_hypervisor.h
+++ b/lib/librte_eal/common/include/rte_hypervisor.h
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright 2017 Mellanox Technologies, Ltd.
+ * Copyright 2017 Mellanox Technologies, Ltd
  */
 
 #ifndef RTE_HYPERVISOR_H
-- 
2.12.0

  parent reply	other threads:[~2018-03-20 19:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-20 17:17 [dpdk-dev] [PATCH] net/mlx: align to SPDX format Shahaf Shuler
2018-03-20 17:25 ` Ferruh Yigit
2018-03-20 17:28   ` Shahaf Shuler
2018-03-20 19:20 ` [dpdk-dev] [PATCH v2 0/9] align SPDX Mellanox copyrights Shahaf Shuler
2018-03-20 19:20   ` [dpdk-dev] [PATCH v2 1/9] net/mlx: " Shahaf Shuler
2018-03-20 19:20   ` [dpdk-dev] [PATCH v2 2/9] net/tap: " Shahaf Shuler
2018-03-20 19:20   ` [dpdk-dev] [PATCH v2 3/9] app/testpmd: " Shahaf Shuler
2018-03-20 19:20   ` [dpdk-dev] [PATCH v2 4/9] net/failsafe: " Shahaf Shuler
2018-03-20 19:20   ` [dpdk-dev] [PATCH v2 5/9] net/vdev_netvsc: " Shahaf Shuler
2018-03-20 19:20   ` Shahaf Shuler [this message]
2018-03-20 19:20   ` [dpdk-dev] [PATCH v2 7/9] ethdev: " Shahaf Shuler
2018-03-20 19:20   ` [dpdk-dev] [PATCH v2 8/9] net: " Shahaf Shuler
2018-03-20 19:20   ` [dpdk-dev] [PATCH v2 9/9] doc: " Shahaf Shuler
2018-03-22  9:18   ` [dpdk-dev] [PATCH v2 0/9] " Adrien Mazarguil
2018-04-10 23:08   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ea0251e989cbe3ec403c3c05230003cee0506c09.1521573303.git.shahafs@mellanox.com \
    --to=shahafs@mellanox.com \
    --cc=bruce.richardson@intel.com \
    --cc=chaozhu@linux.vnet.ibm.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=jianbo.liu@arm.com \
    --cc=thomas@monjalon.net \
    --cc=viktorin@rehivetech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).