event/opdl: fix license header and SPDX tags
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 23 Jan 2018 14:11:33 +0000 (14:11 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 1 Feb 2018 01:48:55 +0000 (02:48 +0100)
commite07a3ed786c50e31cbb6e01f9f26cada0c2a4d70
treeea9c7f000ba866cff9847390df25e0a4dec106e7
parentb7237870ba2da118026f5ae4d6fe9eaf0e82837d
event/opdl: fix license header and SPDX tags

This patch ensures that the OPDL files all contain correct SPDX tags.
The following changes were made to achieve this:
* replace license text with SPDX tag
* correct occurences where SPDX tag was not on first line of file
* ensure license years were correct

Fixes: 4236ce9bf5bf ("event/opdl: add OPDL ring infrastructure library")
Fixes: 3c7f3dcfb099 ("event/opdl: add PMD main body and helper function")
Fixes: d548ef513cd7 ("event/opdl: add unit tests")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Liang Ma <liang.j.ma@intel.com>
drivers/event/opdl/Makefile
drivers/event/opdl/opdl_evdev.c
drivers/event/opdl/opdl_evdev.h
drivers/event/opdl/opdl_evdev_init.c
drivers/event/opdl/opdl_evdev_xstats.c
drivers/event/opdl/opdl_log.h
drivers/event/opdl/opdl_ring.c
drivers/event/opdl/opdl_ring.h
drivers/event/opdl/opdl_test.c