diff options
| -rw-r--r-- | drivers/w1/slaves/w1_ds2405.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/w1/slaves/w1_ds2405.c b/drivers/w1/slaves/w1_ds2405.c index 42a1e81060ce..86cd97309d87 100644 --- a/drivers/w1/slaves/w1_ds2405.c +++ b/drivers/w1/slaves/w1_ds2405.c | |||
| @@ -1,19 +1,9 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * w1_ds2405.c | 3 | * w1_ds2405.c |
| 3 | * | 4 | * |
| 4 | * Copyright (c) 2017 Maciej S. Szmigiero <mail@maciej.szmigiero.name> | 5 | * Copyright (c) 2017 Maciej S. Szmigiero <mail@maciej.szmigiero.name> |
| 5 | * Based on w1_therm.c copyright (c) 2004 Evgeniy Polyakov <zbr@ioremap.net> | 6 | * Based on w1_therm.c copyright (c) 2004 Evgeniy Polyakov <zbr@ioremap.net> |
| 6 | * | ||
| 7 | * | ||
| 8 | * This program is free software; you can redistribute it and/or modify | ||
| 9 | * it under the therms 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 | */ | 7 | */ |
| 18 | 8 | ||
| 19 | #include <linux/device.h> | 9 | #include <linux/device.h> |
