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

mfd: madera: Fixup SPDX headers

GPL-2.0-only is the preferred way of expressing v2 of the GPL, so switch
to that. Remove some redundant copyright notices and correct some
instances where the wrong comment type has been used in header files.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Charles Keepax and committed by
Lee Jones
d6871a73 0772a34b

+11 -47
+1 -1
drivers/mfd/cs47l15-tables.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Regmap tables for CS47L15 codec 4 4 *
+1 -5
drivers/mfd/cs47l35-tables.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Regmap tables for CS47L35 codec 4 4 * 5 5 * Copyright (C) 2015-2017 Cirrus Logic 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2. 10 6 */ 11 7 12 8 #include <linux/device.h>
+1 -5
drivers/mfd/cs47l85-tables.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Regmap tables for CS47L85 codec 4 4 * 5 5 * Copyright (C) 2015-2017 Cirrus Logic 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2. 10 6 */ 11 7 12 8 #include <linux/device.h>
+1 -5
drivers/mfd/cs47l90-tables.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Regmap tables for CS47L90 codec 4 4 * 5 5 * Copyright (C) 2015-2017 Cirrus Logic 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2. 10 6 */ 11 7 12 8 #include <linux/device.h>
+1 -1
drivers/mfd/cs47l92-tables.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Regmap tables for CS47L92 codec 4 4 *
+1 -5
drivers/mfd/madera-core.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Core MFD support for Cirrus Logic Madera codecs 4 4 * 5 5 * Copyright (C) 2015-2018 Cirrus Logic 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2. 10 6 */ 11 7 12 8 #include <linux/device.h>
+1 -5
drivers/mfd/madera-i2c.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * I2C bus interface to Cirrus Logic Madera codecs 4 4 * 5 5 * Copyright (C) 2015-2018 Cirrus Logic 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2. 10 6 */ 11 7 12 8 #include <linux/device.h>
+1 -5
drivers/mfd/madera-spi.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * SPI bus interface to Cirrus Logic Madera codecs 4 4 * 5 5 * Copyright (C) 2015-2018 Cirrus Logic 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2. 10 6 */ 11 7 12 8 #include <linux/device.h>
+1 -5
include/linux/mfd/madera/core.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 /* 3 3 * MFD internals for Cirrus Logic Madera codecs 4 4 * 5 5 * Copyright (C) 2015-2018 Cirrus Logic 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2. 10 6 */ 11 7 12 8 #ifndef MADERA_CORE_H
+1 -5
include/linux/mfd/madera/pdata.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 /* 3 3 * Platform data for Cirrus Logic Madera codecs 4 4 * 5 5 * Copyright (C) 2015-2018 Cirrus Logic 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2. 10 6 */ 11 7 12 8 #ifndef MADERA_PDATA_H
+1 -5
include/linux/mfd/madera/registers.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 /* 3 3 * Madera register definitions 4 4 * 5 5 * Copyright (C) 2015-2018 Cirrus Logic 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2. 10 6 */ 11 7 12 8 #ifndef MADERA_REGISTERS_H