diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-08-07 12:11:22 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-10-23 03:58:34 -0400 |
commit | 39b27ad9c71cb72b07c9cd85191a8fe723e5b21a (patch) | |
tree | aa55dab7c97b81b13f415e549db27a1c7bdff281 | |
parent | 92af5c130c207b2b0d07e2a223a4901f16be1536 (diff) |
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>
-rw-r--r-- | drivers/mfd/sec-core.c | 16 | ||||
-rw-r--r-- | drivers/mfd/sec-irq.c | 16 | ||||
-rw-r--r-- | include/linux/mfd/samsung/core.h | 11 | ||||
-rw-r--r-- | include/linux/mfd/samsung/irq.h | 10 | ||||
-rw-r--r-- | include/linux/mfd/samsung/rtc.h | 15 | ||||
-rw-r--r-- | include/linux/mfd/samsung/s2mpa01.h | 7 | ||||
-rw-r--r-- | include/linux/mfd/samsung/s2mps11.h | 9 | ||||
-rw-r--r-- | include/linux/mfd/samsung/s2mps13.h | 14 | ||||
-rw-r--r-- | include/linux/mfd/samsung/s2mps14.h | 14 | ||||
-rw-r--r-- | include/linux/mfd/samsung/s2mps15.h | 11 | ||||
-rw-r--r-- | include/linux/mfd/samsung/s2mpu02.h | 14 | ||||
-rw-r--r-- | include/linux/mfd/samsung/s5m8763.h | 10 | ||||
-rw-r--r-- | include/linux/mfd/samsung/s5m8767.h | 10 |
13 files changed, 24 insertions, 133 deletions
diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c index 9613b4257302..e0835c9df7a1 100644 --- a/drivers/mfd/sec-core.c +++ b/drivers/mfd/sec-core.c | |||
@@ -1,15 +1,7 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | * sec-core.c | 2 | // |
3 | * | 3 | // Copyright (c) 2012 Samsung Electronics Co., Ltd |
4 | * Copyright (c) 2012 Samsung Electronics Co., Ltd | 4 | // http://www.samsung.com |
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 | */ | ||
13 | 5 | ||
14 | #include <linux/module.h> | 6 | #include <linux/module.h> |
15 | #include <linux/moduleparam.h> | 7 | #include <linux/moduleparam.h> |
diff --git a/drivers/mfd/sec-irq.c b/drivers/mfd/sec-irq.c index 5eb59c233d52..295d24d4501d 100644 --- a/drivers/mfd/sec-irq.c +++ b/drivers/mfd/sec-irq.c | |||
@@ -1,15 +1,7 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | * sec-irq.c | 2 | // |
3 | * | 3 | // Copyright (c) 2011-2014 Samsung Electronics Co., Ltd |
4 | * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd | 4 | // http://www.samsung.com |
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 | */ | ||
13 | 5 | ||
14 | #include <linux/device.h> | 6 | #include <linux/device.h> |
15 | #include <linux/interrupt.h> | 7 | #include <linux/interrupt.h> |
diff --git a/include/linux/mfd/samsung/core.h b/include/linux/mfd/samsung/core.h index 28f4ae76271d..3ca17eb89aa2 100644 --- a/include/linux/mfd/samsung/core.h +++ b/include/linux/mfd/samsung/core.h | |||
@@ -1,14 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0+ */ | ||
1 | /* | 2 | /* |
2 | * core.h | 3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd |
3 | * | ||
4 | * copyright (c) 2011 Samsung Electronics Co., Ltd | ||
5 | * http://www.samsung.com | 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 | #ifndef __LINUX_MFD_SEC_CORE_H | 7 | #ifndef __LINUX_MFD_SEC_CORE_H |
diff --git a/include/linux/mfd/samsung/irq.h b/include/linux/mfd/samsung/irq.h index 667aa40486dd..6cfe4201a106 100644 --- a/include/linux/mfd/samsung/irq.h +++ b/include/linux/mfd/samsung/irq.h | |||
@@ -1,13 +1,7 @@ | |||
1 | /* irq.h | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | * | 2 | /* |
3 | * Copyright (c) 2012 Samsung Electronics Co., Ltd | 3 | * Copyright (c) 2012 Samsung Electronics Co., Ltd |
4 | * http://www.samsung.com | 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 | #ifndef __LINUX_MFD_SEC_IRQ_H | 7 | #ifndef __LINUX_MFD_SEC_IRQ_H |
diff --git a/include/linux/mfd/samsung/rtc.h b/include/linux/mfd/samsung/rtc.h index 9ed2871ea335..0204decfc9aa 100644 --- a/include/linux/mfd/samsung/rtc.h +++ b/include/linux/mfd/samsung/rtc.h | |||
@@ -1,18 +1,7 @@ | |||
1 | /* rtc.h | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | * | 2 | /* |
3 | * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd | 3 | * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd |
4 | * http://www.samsung.com | 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 | #ifndef __LINUX_MFD_SEC_RTC_H | 7 | #ifndef __LINUX_MFD_SEC_RTC_H |
diff --git a/include/linux/mfd/samsung/s2mpa01.h b/include/linux/mfd/samsung/s2mpa01.h index 2766108bca2f..0762e9de6f2f 100644 --- a/include/linux/mfd/samsung/s2mpa01.h +++ b/include/linux/mfd/samsung/s2mpa01.h | |||
@@ -1,12 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0+ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013 Samsung Electronics Co., Ltd | 3 | * Copyright (c) 2013 Samsung Electronics Co., Ltd |
3 | * http://www.samsung.com | 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 | #ifndef __LINUX_MFD_S2MPA01_H | 7 | #ifndef __LINUX_MFD_S2MPA01_H |
diff --git a/include/linux/mfd/samsung/s2mps11.h b/include/linux/mfd/samsung/s2mps11.h index 2c14eeca46f0..6e7668a389a1 100644 --- a/include/linux/mfd/samsung/s2mps11.h +++ b/include/linux/mfd/samsung/s2mps11.h | |||
@@ -1,14 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0+ */ | ||
1 | /* | 2 | /* |
2 | * s2mps11.h | ||
3 | * | ||
4 | * Copyright (c) 2012 Samsung Electronics Co., Ltd | 3 | * Copyright (c) 2012 Samsung Electronics Co., Ltd |
5 | * http://www.samsung.com | 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 | #ifndef __LINUX_MFD_S2MPS11_H | 7 | #ifndef __LINUX_MFD_S2MPS11_H |
diff --git a/include/linux/mfd/samsung/s2mps13.h b/include/linux/mfd/samsung/s2mps13.h index 239e977ba45d..b96d8a11dcd3 100644 --- a/include/linux/mfd/samsung/s2mps13.h +++ b/include/linux/mfd/samsung/s2mps13.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0+ */ | ||
1 | /* | 2 | /* |
2 | * s2mps13.h | ||
3 | * | ||
4 | * Copyright (c) 2014 Samsung Electronics Co., Ltd | 3 | * Copyright (c) 2014 Samsung Electronics Co., Ltd |
5 | * http://www.samsung.com | 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 | #ifndef __LINUX_MFD_S2MPS13_H | 7 | #ifndef __LINUX_MFD_S2MPS13_H |
diff --git a/include/linux/mfd/samsung/s2mps14.h b/include/linux/mfd/samsung/s2mps14.h index c92f4782afb5..f4afa0cfc24f 100644 --- a/include/linux/mfd/samsung/s2mps14.h +++ b/include/linux/mfd/samsung/s2mps14.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0+ */ | ||
1 | /* | 2 | /* |
2 | * s2mps14.h | ||
3 | * | ||
4 | * Copyright (c) 2014 Samsung Electronics Co., Ltd | 3 | * Copyright (c) 2014 Samsung Electronics Co., Ltd |
5 | * http://www.samsung.com | 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 | #ifndef __LINUX_MFD_S2MPS14_H | 7 | #ifndef __LINUX_MFD_S2MPS14_H |
diff --git a/include/linux/mfd/samsung/s2mps15.h b/include/linux/mfd/samsung/s2mps15.h index 36d35287c3c0..eac6bf74b72e 100644 --- a/include/linux/mfd/samsung/s2mps15.h +++ b/include/linux/mfd/samsung/s2mps15.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0+ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 Samsung Electronics Co., Ltd | 3 | * Copyright (c) 2015 Samsung Electronics Co., Ltd |
3 | * http://www.samsung.com | 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 | #ifndef __LINUX_MFD_S2MPS15_H | 7 | #ifndef __LINUX_MFD_S2MPS15_H |
diff --git a/include/linux/mfd/samsung/s2mpu02.h b/include/linux/mfd/samsung/s2mpu02.h index 47ae9bc583a7..76cd5380cf0f 100644 --- a/include/linux/mfd/samsung/s2mpu02.h +++ b/include/linux/mfd/samsung/s2mpu02.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0+ */ | ||
1 | /* | 2 | /* |
2 | * s2mpu02.h | ||
3 | * | ||
4 | * Copyright (c) 2014 Samsung Electronics Co., Ltd | 3 | * Copyright (c) 2014 Samsung Electronics Co., Ltd |
5 | * http://www.samsung.com | 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 | #ifndef __LINUX_MFD_S2MPU02_H | 7 | #ifndef __LINUX_MFD_S2MPU02_H |
diff --git a/include/linux/mfd/samsung/s5m8763.h b/include/linux/mfd/samsung/s5m8763.h index e025418e5589..c534f086ca16 100644 --- a/include/linux/mfd/samsung/s5m8763.h +++ b/include/linux/mfd/samsung/s5m8763.h | |||
@@ -1,13 +1,7 @@ | |||
1 | /* s5m8763.h | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | * | 2 | /* |
3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd | 3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd |
4 | * http://www.samsung.com | 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 | #ifndef __LINUX_MFD_S5M8763_H | 7 | #ifndef __LINUX_MFD_S5M8763_H |
diff --git a/include/linux/mfd/samsung/s5m8767.h b/include/linux/mfd/samsung/s5m8767.h index 243b58fec33d..704f8d80e96e 100644 --- a/include/linux/mfd/samsung/s5m8767.h +++ b/include/linux/mfd/samsung/s5m8767.h | |||
@@ -1,13 +1,7 @@ | |||
1 | /* s5m8767.h | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | * | 2 | /* |
3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd | 3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd |
4 | * http://www.samsung.com | 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 | #ifndef __LINUX_MFD_S5M8767_H | 7 | #ifndef __LINUX_MFD_S5M8767_H |