app: use SPDX tag for Intel copyright files
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 19 Dec 2017 15:48:59 +0000 (15:48 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 4 Jan 2018 21:41:39 +0000 (22:41 +0100)
commit174a1631d577fc0213962e8deb2fbdce78446dee
tree5e8c43ed69025ca1b92fc29b49f4050202400190
parent5566a3e35866ce9e5eacf886c27b460ebfcd6ee9
app: use SPDX tag for Intel copyright files

Replace the BSD license header with the SPDX tag for files
with only an Intel copyright on them.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
40 files changed:
app/Makefile
app/pdump/Makefile
app/pdump/main.c
app/proc_info/Makefile
app/proc_info/main.c
app/test-crypto-perf/Makefile
app/test-crypto-perf/cperf.h
app/test-crypto-perf/cperf_ops.c
app/test-crypto-perf/cperf_ops.h
app/test-crypto-perf/cperf_options_parsing.c
app/test-crypto-perf/cperf_test_common.c
app/test-crypto-perf/cperf_test_common.h
app/test-crypto-perf/cperf_test_latency.c
app/test-crypto-perf/cperf_test_latency.h
app/test-crypto-perf/cperf_test_pmd_cyclecount.c
app/test-crypto-perf/cperf_test_pmd_cyclecount.h
app/test-crypto-perf/cperf_test_throughput.c
app/test-crypto-perf/cperf_test_throughput.h
app/test-crypto-perf/cperf_test_vector_parsing.c
app/test-crypto-perf/cperf_test_vector_parsing.h
app/test-crypto-perf/cperf_test_vectors.c
app/test-crypto-perf/cperf_test_vectors.h
app/test-crypto-perf/cperf_test_verify.c
app/test-crypto-perf/cperf_test_verify.h
app/test-crypto-perf/main.c
app/test-eventdev/parser.h
app/test-pmd/Makefile
app/test-pmd/cmdline_mtr.c
app/test-pmd/cmdline_mtr.h
app/test-pmd/cmdline_tm.c
app/test-pmd/cmdline_tm.h
app/test-pmd/ieee1588fwd.c
app/test-pmd/iofwd.c
app/test-pmd/macfwd.c
app/test-pmd/parameters.c
app/test-pmd/rxonly.c
app/test-pmd/testpmd.c
app/test-pmd/testpmd.h
app/test-pmd/tm.c
app/test-pmd/txonly.c