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

iio: pressure: ms5611: 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
6cfdb150 53d3ae20

+4 -16
+1 -4
drivers/iio/pressure/ms5611.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * MS5611 pressure and temperature 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 */ 11 8
+1 -4
drivers/iio/pressure/ms5611_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * MS5611 pressure and temperature 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 sheet: 11 8 * http://www.meas-spec.com/downloads/MS5611-01BA03.pdf
+1 -4
drivers/iio/pressure/ms5611_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * MS5611 pressure and temperature sensor driver (I2C bus) 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 * 7-bit I2C slave addresses: 11 8 *
+1 -4
drivers/iio/pressure/ms5611_spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * MS5611 pressure and temperature sensor driver (SPI bus) 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 */ 11 8