Re: [dpdk-dev] [PATCH 1/7] uuid: remove BSD boilerplate

2019-11-27 Thread Thomas Monjalon
25/09/2019 17:51, Stephen Hemminger: > License type is already clear from SPDX tag. > > Signed-off-by: Stephen Hemminger Applied, thanks

Re: [dpdk-dev] [PATCH 1/7] uuid: remove BSD boilerplate

2019-09-25 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

[dpdk-dev] [PATCH 1/7] uuid: remove BSD boilerplate

2019-09-25 Thread Stephen Hemminger
License type is already clear from SPDX tag. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/eal_common_uuid.c | 26 lib/librte_eal/common/include/rte_uuid.h | 26 2 files changed, 52 deletions(-) diff --git a/lib/librte_eal/common/e