Message ID | 20200714235011.4366-2-stephen@networkplumber.org |
---|---|
State | Superseded, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Series |
|
Related | show |
Context | Check | Description |
---|---|---|
ci/iol-broadcom-Performance | success | Performance Testing PASS |
ci/iol-testing | success | Testing PASS |
ci/iol-intel-Performance | success | Performance Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/checkpatch | success | coding style OK |
+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> >
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>
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>
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(+)