diff options
| author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-08-07 12:21:22 -0400 |
|---|---|---|
| committer | Chanwoo Choi <cw00.choi@samsung.com> | 2018-08-27 22:13:20 -0400 |
| commit | 1213a366817299ed91fcb4e738c057a9ac4c8666 (patch) | |
| tree | b6ed45cd91a0a5e3506e4147d6f1c607f565d35e /drivers/extcon | |
| parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) | |
extcon: maxim: 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: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon')
| -rw-r--r-- | drivers/extcon/extcon-max14577.c | 24 | ||||
| -rw-r--r-- | drivers/extcon/extcon-max77693.c | 22 | ||||
| -rw-r--r-- | drivers/extcon/extcon-max77843.c | 19 | ||||
| -rw-r--r-- | drivers/extcon/extcon-max8997.c | 22 |
4 files changed, 26 insertions, 61 deletions
diff --git a/drivers/extcon/extcon-max14577.c b/drivers/extcon/extcon-max14577.c index b871836da8a4..22d2feb1f8bc 100644 --- a/drivers/extcon/extcon-max14577.c +++ b/drivers/extcon/extcon-max14577.c | |||
| @@ -1,20 +1,10 @@ | |||
| 1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | * extcon-max14577.c - MAX14577/77836 extcon driver to support MUIC | 2 | // |
| 3 | * | 3 | // extcon-max14577.c - MAX14577/77836 extcon driver to support MUIC |
| 4 | * Copyright (C) 2013,2014 Samsung Electronics | 4 | // |
| 5 | * Chanwoo Choi <cw00.choi@samsung.com> | 5 | // Copyright (C) 2013,2014 Samsung Electronics |
| 6 | * Krzysztof Kozlowski <krzk@kernel.org> | 6 | // Chanwoo Choi <cw00.choi@samsung.com> |
| 7 | * | 7 | // Krzysztof Kozlowski <krzk@kernel.org> |
| 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 | * | ||
| 13 | * This program is distributed in the hope that it will be useful, | ||
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 16 | * GNU General Public License for more details. | ||
| 17 | */ | ||
| 18 | 8 | ||
| 19 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
| 20 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/extcon/extcon-max77693.c b/drivers/extcon/extcon-max77693.c index 227651ff9666..a79537ebb671 100644 --- a/drivers/extcon/extcon-max77693.c +++ b/drivers/extcon/extcon-max77693.c | |||
| @@ -1,19 +1,9 @@ | |||
| 1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | * extcon-max77693.c - MAX77693 extcon driver to support MAX77693 MUIC | 2 | // |
| 3 | * | 3 | // extcon-max77693.c - MAX77693 extcon driver to support MAX77693 MUIC |
| 4 | * Copyright (C) 2012 Samsung Electrnoics | 4 | // |
| 5 | * Chanwoo Choi <cw00.choi@samsung.com> | 5 | // Copyright (C) 2012 Samsung Electrnoics |
| 6 | * | 6 | // Chanwoo Choi <cw00.choi@samsung.com> |
| 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 | ||
| 9 | * the Free Software Foundation; either version 2 of the License, or | ||
| 10 | * (at your 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 | 7 | ||
| 18 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
| 19 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/extcon/extcon-max77843.c b/drivers/extcon/extcon-max77843.c index c9fcd6cd41cb..b98cbd0362f5 100644 --- a/drivers/extcon/extcon-max77843.c +++ b/drivers/extcon/extcon-max77843.c | |||
| @@ -1,15 +1,10 @@ | |||
| 1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | * extcon-max77843.c - Maxim MAX77843 extcon driver to support | 2 | // |
| 3 | * MUIC(Micro USB Interface Controller) | 3 | // extcon-max77843.c - Maxim MAX77843 extcon driver to support |
| 4 | * | 4 | // MUIC(Micro USB Interface Controller) |
| 5 | * Copyright (C) 2015 Samsung Electronics | 5 | // |
| 6 | * Author: Jaewon Kim <jaewon02.kim@samsung.com> | 6 | // Copyright (C) 2015 Samsung Electronics |
| 7 | * | 7 | // Author: Jaewon Kim <jaewon02.kim@samsung.com> |
| 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 | */ | ||
| 13 | 8 | ||
| 14 | #include <linux/extcon-provider.h> | 9 | #include <linux/extcon-provider.h> |
| 15 | #include <linux/i2c.h> | 10 | #include <linux/i2c.h> |
diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c index 9f30f4929b72..bdabb2479e0d 100644 --- a/drivers/extcon/extcon-max8997.c +++ b/drivers/extcon/extcon-max8997.c | |||
| @@ -1,19 +1,9 @@ | |||
| 1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | * extcon-max8997.c - MAX8997 extcon driver to support MAX8997 MUIC | 2 | // |
| 3 | * | 3 | // extcon-max8997.c - MAX8997 extcon driver to support MAX8997 MUIC |
| 4 | * Copyright (C) 2012 Samsung Electronics | 4 | // |
| 5 | * Donggeun Kim <dg77.kim@samsung.com> | 5 | // Copyright (C) 2012 Samsung Electronics |
| 6 | * | 6 | // Donggeun Kim <dg77.kim@samsung.com> |
| 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 | ||
| 9 | * the Free Software Foundation; either version 2 of the License, or | ||
| 10 | * (at your 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 | 7 | ||
| 18 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
| 19 | #include <linux/module.h> | 9 | #include <linux/module.h> |
