mbox series

[0/5] License cleanup of "my" IIO files

Message ID 20180820100114.22966-1-peda@axentia.se (mailing list archive)
Headers show
Series License cleanup of "my" IIO files | expand

Message

Peter Rosin Aug. 20, 2018, 10:01 a.m. UTC
Hi!

I found a couple of discrepancies in the license annotations in
some of the files I have added to the drivers/iio/ directory.

This cleans up the trivialities that I found. While at it, convert
the remaining IIO files that are "mine" to SPDX license identifiers.

Cheers,
Peter

Peter Rosin (5):
  iio: potentiometer: mcp4018: use the correct MODULE_LICENSE
  iio: potentiometer: mcp4531: switch to SPDX license identifier
  iio: envelope-detector: switch to SPDX license identifier
  iio: dpot-dac: switch to SPDX license identifier
  iio: multiplexer: switch to SPDX license identifier

 drivers/iio/adc/envelope-detector.c | 5 +----
 drivers/iio/dac/dpot-dac.c          | 5 +----
 drivers/iio/multiplexer/iio-mux.c   | 5 +----
 drivers/iio/potentiometer/mcp4018.c | 2 +-
 drivers/iio/potentiometer/mcp4531.c | 7 ++-----
 5 files changed, 6 insertions(+), 18 deletions(-)