aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorAlexandru Ardelean <alexandru.ardelean@analog.com>2019-05-30 16:18:08 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-06-17 21:06:47 +0100
commit38ffa3a34cb04c378c32c04337d0b98247a04012 (patch)
tree6f9d80ec4bdcf27081de19e7e5dd887aaacaa0f0 /drivers/iio
parentdt-bindings: iio: accel: adxl372: switch to YAML bindings (diff)
downloadlinux-dev-38ffa3a34cb04c378c32c04337d0b98247a04012.tar.xz
linux-dev-38ffa3a34cb04c378c32c04337d0b98247a04012.zip
iio: amplifiers: update license information
Use the new `SPDX-License-Identifier` tag to specify the license. For ad8366, also update copyright years in the header part. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/amplifiers/Kconfig1
-rw-r--r--drivers/iio/amplifiers/ad8366.c5
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/iio/amplifiers/Kconfig b/drivers/iio/amplifiers/Kconfig
index e9c5f2cd9257..da5830da9bcf 100644
--- a/drivers/iio/amplifiers/Kconfig
+++ b/drivers/iio/amplifiers/Kconfig
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
#
# Gain Amplifiers, etc.
#
diff --git a/drivers/iio/amplifiers/ad8366.c b/drivers/iio/amplifiers/ad8366.c
index 4b76b61ba4be..82ac15914ff3 100644
--- a/drivers/iio/amplifiers/ad8366.c
+++ b/drivers/iio/amplifiers/ad8366.c
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* AD8366 SPI Dual-Digital Variable Gain Amplifier (VGA)
*
- * Copyright 2012 Analog Devices Inc.
- *
- * Licensed under the GPL-2.
+ * Copyright 2012-2019 Analog Devices Inc.
*/
#include <linux/device.h>