Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tomasz Duszynski and committed by
Jonathan Cameron
53d3ae20 897be9c0

+1 -4
+1 -4
drivers/iio/light/bh1750.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient light sensor driver 3 4 * 4 5 * Copyright (c) Tomasz Duszynski <tduszyns@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 6 * 10 7 * Data sheets: 11 8 * http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/light/bh1710fvc-e.pdf