diff options
author | Tomasz Duszynski <tduszyns@gmail.com> | 2018-09-01 22:51:44 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-09-08 17:04:02 +0300 |
commit | 53d3ae20a68c2dc8ef6242ccf23dfcb7a86c8c97 (patch) | |
tree | 11c6382463bbff293a788ab35aae0ca54bb4edf7 | |
parent | 897be9c0a747d32ec1c74742f3362d5db660318d (diff) | |
download | linux-53d3ae20a68c2dc8ef6242ccf23dfcb7a86c8c97.tar.xz |
iio: light: bh1750: switch to SPDX identifier
Drop boilerplate license text and use SPDX identifier instead.
Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r-- | drivers/iio/light/bh1750.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/light/bh1750.c b/drivers/iio/light/bh1750.c index a814828e69f5..493ca7420602 100644 --- a/drivers/iio/light/bh1750.c +++ b/drivers/iio/light/bh1750.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient light sensor driver * * Copyright (c) Tomasz Duszynski <tduszyns@gmail.com> * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * * Data sheets: * http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/light/bh1710fvc-e.pdf * http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/light/bh1715fvc-e.pdf |