* [dpdk-dev] [PATCH] eal: add missing SPDX identifiers
2018-04-09 8:58 [dpdk-dev] [PATCH] net/vmxnet3: change the SPDX tag style Hemant Agrawal
@ 2018-04-09 8:58 ` Hemant Agrawal
2018-05-25 8:20 ` Thomas Monjalon
2018-04-09 8:58 ` [dpdk-dev] [PATCH] test/crypto-perf: add missing SPDX identifier Hemant Agrawal
` (5 subsequent siblings)
6 siblings, 1 reply; 17+ messages in thread
From: Hemant Agrawal @ 2018-04-09 8:58 UTC (permalink / raw)
To: dev; +Cc: roman.dementiev, viktorin, Hemant Agrawal
Cc: roman.dementiev@intel.com
Cc: viktorin@rehivetech.com
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
lib/librte_eal/common/include/arch/arm/rte_rwlock.h | 2 ++
lib/librte_eal/common/include/arch/ppc_64/rte_rwlock.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/lib/librte_eal/common/include/arch/arm/rte_rwlock.h b/lib/librte_eal/common/include/arch/arm/rte_rwlock.h
index 664bec8..18bb37b 100644
--- a/lib/librte_eal/common/include/arch/arm/rte_rwlock.h
+++ b/lib/librte_eal/common/include/arch/arm/rte_rwlock.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ */
/* copied from ppc_64 */
#ifndef _RTE_RWLOCK_ARM_H_
diff --git a/lib/librte_eal/common/include/arch/ppc_64/rte_rwlock.h b/lib/librte_eal/common/include/arch/ppc_64/rte_rwlock.h
index de8af19..9fadc04 100644
--- a/lib/librte_eal/common/include/arch/ppc_64/rte_rwlock.h
+++ b/lib/librte_eal/common/include/arch/ppc_64/rte_rwlock.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ */
#ifndef _RTE_RWLOCK_PPC_64_H_
#define _RTE_RWLOCK_PPC_64_H_
--
2.7.4
^ permalink raw reply [flat|nested] 17+ messages in thread
* [dpdk-dev] [PATCH] test/crypto-perf: add missing SPDX identifier
2018-04-09 8:58 [dpdk-dev] [PATCH] net/vmxnet3: change the SPDX tag style Hemant Agrawal
2018-04-09 8:58 ` [dpdk-dev] [PATCH] eal: add missing SPDX identifiers Hemant Agrawal
@ 2018-04-09 8:58 ` Hemant Agrawal
2018-04-17 15:08 ` De Lara Guarch, Pablo
2018-04-17 15:10 ` De Lara Guarch, Pablo
2018-04-09 8:58 ` [dpdk-dev] [PATCH] usertools: " Hemant Agrawal
` (4 subsequent siblings)
6 siblings, 2 replies; 17+ messages in thread
From: Hemant Agrawal @ 2018-04-09 8:58 UTC (permalink / raw)
To: dev; +Cc: pablo.de.lara.guarch, Hemant Agrawal
Cc: pablo.de.lara.guarch@intel.com
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
app/test-crypto-perf/cperf_options.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app/test-crypto-perf/cperf_options.h b/app/test-crypto-perf/cperf_options.h
index 54a3ad5..350ad7e 100644
--- a/app/test-crypto-perf/cperf_options.h
+++ b/app/test-crypto-perf/cperf_options.h
@@ -1,3 +1,6 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright(c) 2018 Intel Corporation
+ */
#ifndef _CPERF_OPTIONS_
#define _CPERF_OPTIONS_
--
2.7.4
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [dpdk-dev] [PATCH] test/crypto-perf: add missing SPDX identifier
2018-04-09 8:58 ` [dpdk-dev] [PATCH] test/crypto-perf: add missing SPDX identifier Hemant Agrawal
@ 2018-04-17 15:08 ` De Lara Guarch, Pablo
2018-04-17 15:10 ` De Lara Guarch, Pablo
1 sibling, 0 replies; 17+ messages in thread
From: De Lara Guarch, Pablo @ 2018-04-17 15:08 UTC (permalink / raw)
To: Hemant Agrawal, dev
> -----Original Message-----
> From: Hemant Agrawal [mailto:hemant.agrawal@nxp.com]
> Sent: Monday, April 9, 2018 9:59 AM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; Hemant Agrawal
> <hemant.agrawal@nxp.com>
> Subject: [PATCH] test/crypto-perf: add missing SPDX identifier
>
> Cc: pablo.de.lara.guarch@intel.com
>
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [dpdk-dev] [PATCH] test/crypto-perf: add missing SPDX identifier
2018-04-09 8:58 ` [dpdk-dev] [PATCH] test/crypto-perf: add missing SPDX identifier Hemant Agrawal
2018-04-17 15:08 ` De Lara Guarch, Pablo
@ 2018-04-17 15:10 ` De Lara Guarch, Pablo
1 sibling, 0 replies; 17+ messages in thread
From: De Lara Guarch, Pablo @ 2018-04-17 15:10 UTC (permalink / raw)
To: Hemant Agrawal, dev
> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Tuesday, April 17, 2018 4:08 PM
> To: 'Hemant Agrawal' <hemant.agrawal@nxp.com>; dev@dpdk.org
> Subject: RE: [PATCH] test/crypto-perf: add missing SPDX identifier
>
>
>
> > -----Original Message-----
> > From: Hemant Agrawal [mailto:hemant.agrawal@nxp.com]
> > Sent: Monday, April 9, 2018 9:59 AM
> > To: dev@dpdk.org
> > Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; Hemant
> > Agrawal <hemant.agrawal@nxp.com>
> > Subject: [PATCH] test/crypto-perf: add missing SPDX identifier
> >
> > Cc: pablo.de.lara.guarch@intel.com
> >
> > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
>
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Applied to dpdk-next-crypto.
Thanks,
Pablo
^ permalink raw reply [flat|nested] 17+ messages in thread
* [dpdk-dev] [PATCH] usertools: add missing SPDX identifier
2018-04-09 8:58 [dpdk-dev] [PATCH] net/vmxnet3: change the SPDX tag style Hemant Agrawal
2018-04-09 8:58 ` [dpdk-dev] [PATCH] eal: add missing SPDX identifiers Hemant Agrawal
2018-04-09 8:58 ` [dpdk-dev] [PATCH] test/crypto-perf: add missing SPDX identifier Hemant Agrawal
@ 2018-04-09 8:58 ` Hemant Agrawal
2018-04-09 10:24 ` Neil Horman
2018-04-09 8:58 ` [dpdk-dev] [PATCH] usertools: change to SPDX license identifier Hemant Agrawal
` (3 subsequent siblings)
6 siblings, 1 reply; 17+ messages in thread
From: Hemant Agrawal @ 2018-04-09 8:58 UTC (permalink / raw)
To: dev; +Cc: nhorman, Hemant Agrawal
CC: nhorman@tuxdriver.com
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
usertools/dpdk-pmdinfo.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/usertools/dpdk-pmdinfo.py b/usertools/dpdk-pmdinfo.py
index 46c1be0..03623d5 100755
--- a/usertools/dpdk-pmdinfo.py
+++ b/usertools/dpdk-pmdinfo.py
@@ -1,4 +1,6 @@
#!/usr/bin/env python
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2016 Neil Horman <nhorman@tuxdriver.com>
# -------------------------------------------------------------------------
#
--
2.7.4
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [dpdk-dev] [PATCH] usertools: add missing SPDX identifier
2018-04-09 8:58 ` [dpdk-dev] [PATCH] usertools: " Hemant Agrawal
@ 2018-04-09 10:24 ` Neil Horman
2018-04-10 23:50 ` Thomas Monjalon
0 siblings, 1 reply; 17+ messages in thread
From: Neil Horman @ 2018-04-09 10:24 UTC (permalink / raw)
To: Hemant Agrawal; +Cc: dev
On Mon, Apr 09, 2018 at 02:28:36PM +0530, Hemant Agrawal wrote:
> CC: nhorman@tuxdriver.com
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
> ---
> usertools/dpdk-pmdinfo.py | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/usertools/dpdk-pmdinfo.py b/usertools/dpdk-pmdinfo.py
> index 46c1be0..03623d5 100755
> --- a/usertools/dpdk-pmdinfo.py
> +++ b/usertools/dpdk-pmdinfo.py
> @@ -1,4 +1,6 @@
> #!/usr/bin/env python
> +# SPDX-License-Identifier: BSD-3-Clause
> +# Copyright(c) 2016 Neil Horman <nhorman@tuxdriver.com>
>
> # -------------------------------------------------------------------------
> #
> --
> 2.7.4
>
>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [dpdk-dev] [PATCH] usertools: add missing SPDX identifier
2018-04-09 10:24 ` Neil Horman
@ 2018-04-10 23:50 ` Thomas Monjalon
0 siblings, 0 replies; 17+ messages in thread
From: Thomas Monjalon @ 2018-04-10 23:50 UTC (permalink / raw)
To: Hemant Agrawal; +Cc: dev, Neil Horman
09/04/2018 12:24, Neil Horman:
> On Mon, Apr 09, 2018 at 02:28:36PM +0530, Hemant Agrawal wrote:
> > CC: nhorman@tuxdriver.com
> > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
> > ---
> > usertools/dpdk-pmdinfo.py | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/usertools/dpdk-pmdinfo.py b/usertools/dpdk-pmdinfo.py
> > index 46c1be0..03623d5 100755
> > --- a/usertools/dpdk-pmdinfo.py
> > +++ b/usertools/dpdk-pmdinfo.py
> > @@ -1,4 +1,6 @@
> > #!/usr/bin/env python
> > +# SPDX-License-Identifier: BSD-3-Clause
> > +# Copyright(c) 2016 Neil Horman <nhorman@tuxdriver.com>
> >
> > # -------------------------------------------------------------------------
> > #
> Acked-by: Neil Horman <nhorman@tuxdriver.com>
Applied, thanks
^ permalink raw reply [flat|nested] 17+ messages in thread
* [dpdk-dev] [PATCH] usertools: change to SPDX license identifier
2018-04-09 8:58 [dpdk-dev] [PATCH] net/vmxnet3: change the SPDX tag style Hemant Agrawal
` (2 preceding siblings ...)
2018-04-09 8:58 ` [dpdk-dev] [PATCH] usertools: " Hemant Agrawal
@ 2018-04-09 8:58 ` Hemant Agrawal
2018-04-09 9:07 ` Jerin Jacob
2018-04-09 8:58 ` [dpdk-dev] [PATCH] kernel: add missing " Hemant Agrawal
` (2 subsequent siblings)
6 siblings, 1 reply; 17+ messages in thread
From: Hemant Agrawal @ 2018-04-09 8:58 UTC (permalink / raw)
To: dev; +Cc: jerin.jacob, Hemant Agrawal
Cc: jerin.jacob@caviumnetworks.com
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
usertools/cpu_layout.py | 36 +++---------------------------------
1 file changed, 3 insertions(+), 33 deletions(-)
diff --git a/usertools/cpu_layout.py b/usertools/cpu_layout.py
index d3c8eba..6f129b1 100755
--- a/usertools/cpu_layout.py
+++ b/usertools/cpu_layout.py
@@ -1,38 +1,8 @@
#!/usr/bin/env python
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2010-2014 Intel Corporation
+# Copyright(c) 2017 Cavium, Inc. All rights reserved.
-#
-# BSD LICENSE
-#
-# Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
-# Copyright(c) 2017 Cavium, Inc. All rights reserved.
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# * Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# * Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in
-# the documentation and/or other materials provided with the
-# distribution.
-# * Neither the name of Intel Corporation nor the names of its
-# contributors may be used to endorse or promote products derived
-# from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
from __future__ import print_function
import sys
try:
--
2.7.4
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [dpdk-dev] [PATCH] usertools: change to SPDX license identifier
2018-04-09 8:58 ` [dpdk-dev] [PATCH] usertools: change to SPDX license identifier Hemant Agrawal
@ 2018-04-09 9:07 ` Jerin Jacob
2018-04-10 23:50 ` Thomas Monjalon
0 siblings, 1 reply; 17+ messages in thread
From: Jerin Jacob @ 2018-04-09 9:07 UTC (permalink / raw)
To: Hemant Agrawal; +Cc: dev
-----Original Message-----
> Date: Mon, 9 Apr 2018 14:28:37 +0530
> From: Hemant Agrawal <hemant.agrawal@nxp.com>
> To: dev@dpdk.org
> CC: jerin.jacob@caviumnetworks.com, Hemant Agrawal <hemant.agrawal@nxp.com>
> Subject: [PATCH] usertools: change to SPDX license identifier
> X-Mailer: git-send-email 2.7.4
>
> Cc: jerin.jacob@caviumnetworks.com
>
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> ---
> usertools/cpu_layout.py | 36 +++---------------------------------
> 1 file changed, 3 insertions(+), 33 deletions(-)
>
> diff --git a/usertools/cpu_layout.py b/usertools/cpu_layout.py
> index d3c8eba..6f129b1 100755
> --- a/usertools/cpu_layout.py
> +++ b/usertools/cpu_layout.py
> @@ -1,38 +1,8 @@
> #!/usr/bin/env python
> +# SPDX-License-Identifier: BSD-3-Clause
> +# Copyright(c) 2010-2014 Intel Corporation
> +# Copyright(c) 2017 Cavium, Inc. All rights reserved.
>
> -#
> -# BSD LICENSE
> -#
> -# Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
> -# Copyright(c) 2017 Cavium, Inc. All rights reserved.
> -# All rights reserved.
> -#
> -# Redistribution and use in source and binary forms, with or without
> -# modification, are permitted provided that the following conditions
> -# are met:
> -#
> -# * Redistributions of source code must retain the above copyright
> -# notice, this list of conditions and the following disclaimer.
> -# * Redistributions in binary form must reproduce the above copyright
> -# notice, this list of conditions and the following disclaimer in
> -# the documentation and/or other materials provided with the
> -# distribution.
> -# * Neither the name of Intel Corporation nor the names of its
> -# contributors may be used to endorse or promote products derived
> -# from this software without specific prior written permission.
> -#
> -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
> -# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> -# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> -# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
> -# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
> -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
> -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
> -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
> -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
> -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
> -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> -#
> from __future__ import print_function
> import sys
> try:
> --
> 2.7.4
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [dpdk-dev] [PATCH] usertools: change to SPDX license identifier
2018-04-09 9:07 ` Jerin Jacob
@ 2018-04-10 23:50 ` Thomas Monjalon
0 siblings, 0 replies; 17+ messages in thread
From: Thomas Monjalon @ 2018-04-10 23:50 UTC (permalink / raw)
To: Hemant Agrawal; +Cc: dev, Jerin Jacob
09/04/2018 11:07, Jerin Jacob:
> -----Original Message-----
> > Date: Mon, 9 Apr 2018 14:28:37 +0530
> > From: Hemant Agrawal <hemant.agrawal@nxp.com>
> > To: dev@dpdk.org
> > CC: jerin.jacob@caviumnetworks.com, Hemant Agrawal <hemant.agrawal@nxp.com>
> > Subject: [PATCH] usertools: change to SPDX license identifier
> > X-Mailer: git-send-email 2.7.4
> >
> > Cc: jerin.jacob@caviumnetworks.com
> >
> > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
>
> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Applied, thanks
^ permalink raw reply [flat|nested] 17+ messages in thread
* [dpdk-dev] [PATCH] kernel: add missing SPDX license identifier
2018-04-09 8:58 [dpdk-dev] [PATCH] net/vmxnet3: change the SPDX tag style Hemant Agrawal
` (3 preceding siblings ...)
2018-04-09 8:58 ` [dpdk-dev] [PATCH] usertools: change to SPDX license identifier Hemant Agrawal
@ 2018-04-09 8:58 ` Hemant Agrawal
2018-04-09 8:58 ` [dpdk-dev] [PATCH] pkg: change to " Hemant Agrawal
2018-04-12 21:39 ` [dpdk-dev] [PATCH] net/vmxnet3: change the SPDX tag style Yong Wang
6 siblings, 0 replies; 17+ messages in thread
From: Hemant Agrawal @ 2018-04-09 8:58 UTC (permalink / raw)
To: dev; +Cc: jmiao, stephen, Hemant Agrawal
Cc: jmiao@redhat.com
Cc: stephen@networkplumber.org
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
kernel/linux/igb_uio/compat.h | 1 +
kernel/linux/kni/compat.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/kernel/linux/igb_uio/compat.h b/kernel/linux/igb_uio/compat.h
index ce456d4..f9adc7d 100644
--- a/kernel/linux/igb_uio/compat.h
+++ b/kernel/linux/igb_uio/compat.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* Minimal wrappers to allow compiling igb_uio on older kernels.
*/
diff --git a/kernel/linux/kni/compat.h b/kernel/linux/kni/compat.h
index 6a6968d..5aadebb 100644
--- a/kernel/linux/kni/compat.h
+++ b/kernel/linux/kni/compat.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* Minimal wrappers to allow compiling kni on older kernels.
*/
--
2.7.4
^ permalink raw reply [flat|nested] 17+ messages in thread
* [dpdk-dev] [PATCH] pkg: change to SPDX license identifier
2018-04-09 8:58 [dpdk-dev] [PATCH] net/vmxnet3: change the SPDX tag style Hemant Agrawal
` (4 preceding siblings ...)
2018-04-09 8:58 ` [dpdk-dev] [PATCH] kernel: add missing " Hemant Agrawal
@ 2018-04-09 8:58 ` Hemant Agrawal
2018-05-25 8:22 ` Thomas Monjalon
2018-04-12 21:39 ` [dpdk-dev] [PATCH] net/vmxnet3: change the SPDX tag style Yong Wang
6 siblings, 1 reply; 17+ messages in thread
From: Hemant Agrawal @ 2018-04-09 8:58 UTC (permalink / raw)
To: dev; +Cc: olivier.matz, thomas, Hemant Agrawal
Cc: olivier.matz@6wind.com
Cc: thomas@monjalon.net
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
pkg/dpdk.spec | 30 +-----------------------------
1 file changed, 1 insertion(+), 29 deletions(-)
diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec
index 4d3b574..23dec98 100644
--- a/pkg/dpdk.spec
+++ b/pkg/dpdk.spec
@@ -1,33 +1,5 @@
+# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2014 6WIND S.A.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# - Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# - Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in
-# the documentation and/or other materials provided with the
-# distribution.
-#
-# - Neither the name of 6WIND S.A. nor the names of its
-# contributors may be used to endorse or promote products derived
-# from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-# OF THE POSSIBILITY OF SUCH DAMAGE.
Name: dpdk
Version: 18.02
--
2.7.4
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [dpdk-dev] [PATCH] net/vmxnet3: change the SPDX tag style
2018-04-09 8:58 [dpdk-dev] [PATCH] net/vmxnet3: change the SPDX tag style Hemant Agrawal
` (5 preceding siblings ...)
2018-04-09 8:58 ` [dpdk-dev] [PATCH] pkg: change to " Hemant Agrawal
@ 2018-04-12 21:39 ` Yong Wang
2018-04-17 17:44 ` Ferruh Yigit
6 siblings, 1 reply; 17+ messages in thread
From: Yong Wang @ 2018-04-12 21:39 UTC (permalink / raw)
To: Hemant Agrawal, dev
On 4/9/18, 2:00 AM, "dev on behalf of Hemant Agrawal" <dev-bounces@dpdk.org on behalf of hemant.agrawal@nxp.com> wrote:
Cc: skhare@vmware.com
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
Acked-by: Yong Wang <yongwang@vmware.com>
drivers/net/vmxnet3/base/upt1_defs.h | 7 ++-----
drivers/net/vmxnet3/base/vmxnet3_defs.h | 7 ++-----
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/drivers/net/vmxnet3/base/upt1_defs.h b/drivers/net/vmxnet3/base/upt1_defs.h
index cf9141b..5fd7a39 100644
--- a/drivers/net/vmxnet3/base/upt1_defs.h
+++ b/drivers/net/vmxnet3/base/upt1_defs.h
@@ -1,9 +1,6 @@
-/*********************************************************
+/* SPDX-License-Identifier: BSD-3-Clause
* Copyright (C) 2007 VMware, Inc. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- *
- *********************************************************/
+ */
/* upt1_defs.h
*
diff --git a/drivers/net/vmxnet3/base/vmxnet3_defs.h b/drivers/net/vmxnet3/base/vmxnet3_defs.h
index a455e27..a30b8f2 100644
--- a/drivers/net/vmxnet3/base/vmxnet3_defs.h
+++ b/drivers/net/vmxnet3/base/vmxnet3_defs.h
@@ -1,9 +1,6 @@
-/*********************************************************
+/* SPDX-License-Identifier: BSD-3-Clause
* Copyright (C) 2007 VMware, Inc. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- *
- *********************************************************/
+ */
/*
* vmxnet3_defs.h --
--
2.7.4
^ permalink raw reply [flat|nested] 17+ messages in thread