Re: [dpdk-dev] [PATCH 2/2] app/testpmd: remove duplicated license

2017-06-04 Thread Thomas Monjalon
09/05/2017 12:35, Ferruh Yigit: > Signed-off-by: Ferruh Yigit > --- > As a reference, get the list with following command: > git grep "BSD LICENSE" | cut -d ":" -f1 | sort | uniq -c | grep -v 1 Applied, thanks

[dpdk-dev] [PATCH 2/2] app/testpmd: remove duplicated license

2017-05-09 Thread Ferruh Yigit
Signed-off-by: Ferruh Yigit --- As a reference, get the list with following command: git grep "BSD LICENSE" | cut -d ":" -f1 | sort | uniq -c | grep -v 1 --- app/test-pmd/config.c | 31 +-- 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/app/test-pmd/conf