[1/3] eal/windows: add missing SPDX license tag

Message ID 20200714235011.4366-2-stephen@networkplumber.org (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series Add missing SPDX license tags |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS

Commit Message

Stephen Hemminger July 14, 2020, 11:50 p.m. UTC
  This file was added without license information.
Add BSD SPDX license with copyright assigned to the original
author (as was done for other files in Windows EAL).

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 lib/librte_eal/windows/eal_hugepages.c | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Thomas Monjalon July 30, 2020, 10:15 p.m. UTC | #1
+Cc Dmitry

15/07/2020 01:50, Stephen Hemminger:
> This file was added without license information.
> Add BSD SPDX license with copyright assigned to the original
> author (as was done for other files in Windows EAL).
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  lib/librte_eal/windows/eal_hugepages.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/lib/librte_eal/windows/eal_hugepages.c b/lib/librte_eal/windows/eal_hugepages.c
> index 44dae985e5d3..83a3d0ffc66c 100644
> --- a/lib/librte_eal/windows/eal_hugepages.c
> +++ b/lib/librte_eal/windows/eal_hugepages.c
> @@ -1,3 +1,7 @@
> +/* SPDX-License-Identifier: BSD-3-Clause
> + * Copyright (c) 2020 Dmitry Kozlyuk
> + */
> +
>  #include <rte_errno.h>
>  #include <rte_log.h>
>  #include <rte_memory.h>
>
  
Dmitry Kozlyuk July 30, 2020, 10:40 p.m. UTC | #2
On Wed, Jul 15, 2020 at 2:50 AM Stephen Hemminger
<stephen@networkplumber.org> wrote:
>
> This file was added without license information.
> Add BSD SPDX license with copyright assigned to the original
> author (as was done for other files in Windows EAL).
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
[snip]

Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
  

Patch

diff --git a/lib/librte_eal/windows/eal_hugepages.c b/lib/librte_eal/windows/eal_hugepages.c
index 44dae985e5d3..83a3d0ffc66c 100644
--- a/lib/librte_eal/windows/eal_hugepages.c
+++ b/lib/librte_eal/windows/eal_hugepages.c
@@ -1,3 +1,7 @@ 
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2020 Dmitry Kozlyuk
+ */
+
 #include <rte_errno.h>
 #include <rte_log.h>
 #include <rte_memory.h>