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

mfd: syscon: atmel: Switch to SPDX license identifiers

Adopt the SPDX license identifiers to ease license compliance
management.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Tudor Ambarus and committed by
Lee Jones
993c0ba7 c6b9605f

+4 -19
+1 -5
include/linux/mfd/syscon/atmel-matrix.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * Copyright (C) 2014 Atmel Corporation. 3 4 * 4 5 * Memory Controllers (MATRIX, EBI) - System peripherals registers. 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 as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 6 */ 11 7 12 8 #ifndef _LINUX_MFD_SYSCON_ATMEL_MATRIX_H
+1 -5
include/linux/mfd/syscon/atmel-mc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * Copyright (C) 2005 Ivan Kokshaysky 3 4 * Copyright (C) SAN People ··· 6 5 * Memory Controllers (MC, EBI, SMC, SDRAMC, BFC) - System peripherals 7 6 * registers. 8 7 * Based on AT91RM9200 datasheet revision E. 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2 of the License, or 13 - * (at your option) any later version. 14 8 */ 15 9 16 10 #ifndef _LINUX_MFD_SYSCON_ATMEL_MC_H_
+1 -4
include/linux/mfd/syscon/atmel-smc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Atmel SMC (Static Memory Controller) register offsets and bit definitions. 3 4 * ··· 6 5 * Copyright (C) 2014 Free Electrons 7 6 * 8 7 * Author: Boris Brezillon <boris.brezillon@free-electrons.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 13 8 */ 14 9 15 10 #ifndef _LINUX_MFD_SYSCON_ATMEL_SMC_H_
+1 -5
include/linux/mfd/syscon/atmel-st.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * Copyright (C) 2005 Ivan Kokshaysky 3 4 * Copyright (C) SAN People 4 5 * 5 6 * System Timer (ST) - System peripherals registers. 6 7 * Based on AT91RM9200 datasheet revision E. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #ifndef _LINUX_MFD_SYSCON_ATMEL_ST_H