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 <step...@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> -- 2.27.0