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

mfd: sec-core: Add SPDX license identifiers

Replace GPL v2.0+ license statements with SPDX license identifiers.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Krzysztof Kozlowski and committed by
Lee Jones
39b27ad9 92af5c13

+24 -133
+4 -12
drivers/mfd/sec-core.c
··· 1 - /* 2 - * sec-core.c 3 - * 4 - * Copyright (c) 2012 Samsung Electronics Co., Ltd 5 - * http://www.samsung.com 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // Copyright (c) 2012 Samsung Electronics Co., Ltd 4 + // http://www.samsung.com 13 5 14 6 #include <linux/module.h> 15 7 #include <linux/moduleparam.h>
+4 -12
drivers/mfd/sec-irq.c
··· 1 - /* 2 - * sec-irq.c 3 - * 4 - * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd 5 - * http://www.samsung.com 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // Copyright (c) 2011-2014 Samsung Electronics Co., Ltd 4 + // http://www.samsung.com 13 5 14 6 #include <linux/device.h> 15 7 #include <linux/interrupt.h>
+2 -9
include/linux/mfd/samsung/core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 - * core.h 3 - * 4 - * copyright (c) 2011 Samsung Electronics Co., Ltd 3 + * Copyright (c) 2011 Samsung Electronics Co., Ltd 5 4 * http://www.samsung.com 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 5 */ 13 6 14 7 #ifndef __LINUX_MFD_SEC_CORE_H
+2 -8
include/linux/mfd/samsung/irq.h
··· 1 - /* irq.h 2 - * 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 3 * Copyright (c) 2012 Samsung Electronics Co., Ltd 4 4 * http://www.samsung.com 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2 of the License, or (at your 9 - * option) any later version. 10 - * 11 5 */ 12 6 13 7 #ifndef __LINUX_MFD_SEC_IRQ_H
+2 -13
include/linux/mfd/samsung/rtc.h
··· 1 - /* rtc.h 2 - * 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 3 * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd 4 4 * http://www.samsung.com 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2 of the License, or (at your 9 - * option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 5 */ 17 6 18 7 #ifndef __LINUX_MFD_SEC_RTC_H
+1 -6
include/linux/mfd/samsung/s2mpa01.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * Copyright (c) 2013 Samsung Electronics Co., Ltd 3 4 * http://www.samsung.com 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 5 */ 11 6 12 7 #ifndef __LINUX_MFD_S2MPA01_H
+1 -8
include/linux/mfd/samsung/s2mps11.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 - * s2mps11.h 3 - * 4 3 * Copyright (c) 2012 Samsung Electronics Co., Ltd 5 4 * http://www.samsung.com 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 5 */ 13 6 14 7 #ifndef __LINUX_MFD_S2MPS11_H
+1 -13
include/linux/mfd/samsung/s2mps13.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 - * s2mps13.h 3 - * 4 3 * Copyright (c) 2014 Samsung Electronics Co., Ltd 5 4 * http://www.samsung.com 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 5 */ 18 6 19 7 #ifndef __LINUX_MFD_S2MPS13_H
+1 -13
include/linux/mfd/samsung/s2mps14.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 - * s2mps14.h 3 - * 4 3 * Copyright (c) 2014 Samsung Electronics Co., Ltd 5 4 * http://www.samsung.com 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 5 */ 18 6 19 7 #ifndef __LINUX_MFD_S2MPS14_H
+1 -10
include/linux/mfd/samsung/s2mps15.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * Copyright (c) 2015 Samsung Electronics Co., Ltd 3 4 * http://www.samsung.com 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 5 */ 15 6 16 7 #ifndef __LINUX_MFD_S2MPS15_H
+1 -13
include/linux/mfd/samsung/s2mpu02.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 - * s2mpu02.h 3 - * 4 3 * Copyright (c) 2014 Samsung Electronics Co., Ltd 5 4 * http://www.samsung.com 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 5 */ 18 6 19 7 #ifndef __LINUX_MFD_S2MPU02_H
+2 -8
include/linux/mfd/samsung/s5m8763.h
··· 1 - /* s5m8763.h 2 - * 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 3 * Copyright (c) 2011 Samsung Electronics Co., Ltd 4 4 * http://www.samsung.com 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2 of the License, or (at your 9 - * option) any later version. 10 - * 11 5 */ 12 6 13 7 #ifndef __LINUX_MFD_S5M8763_H
+2 -8
include/linux/mfd/samsung/s5m8767.h
··· 1 - /* s5m8767.h 2 - * 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 3 * Copyright (c) 2011 Samsung Electronics Co., Ltd 4 4 * http://www.samsung.com 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2 of the License, or (at your 9 - * option) any later version. 10 - * 11 5 */ 12 6 13 7 #ifndef __LINUX_MFD_S5M8767_H