Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1607101
| From | Peter Huewe <peterhuewe@gmx.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/4] w83627ehf: Drop FSFE template and replace with SPDX License information |
| Date | 2017-03-23 01:40 +0100 |
| Message-ID | <tnYXf-2Br-17@gated-at.bofh.it> (permalink) |
| References | <tnYXf-2Br-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
As indicated by checkpatch it makes sense to not use the FSFE Template about GPLv2+ Signed-off-by: Peter Huewe <peterhuewe@gmx.de> --- drivers/hwmon/w83627ehf.c | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/drivers/hwmon/w83627ehf.c b/drivers/hwmon/w83627ehf.c index dbe5735963ac..bba26623af36 100644 --- a/drivers/hwmon/w83627ehf.c +++ b/drivers/hwmon/w83627ehf.c @@ -18,19 +18,8 @@ * This driver also supports the W83627EHG, which is the lead-free * version of the W83627EHF. * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Released under the GPLv2 or later. + * SPDX-License-Identifier: GPL-2.0+ * * Supports the following chips: * -- 2.10.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 4/4] w83627ehf: Drop FSFE template and replace with SPDX License information Peter Huewe <peterhuewe@gmx.de> - 2017-03-23 01:40 +0100
[PATCH] w83627ehf: Drop support for nct6775/nct6776 Peter Huewe <peterhuewe@gmx.de> - 2017-03-23 04:00 +0100
Re: [PATCH] w83627ehf: Drop support for nct6775/nct6776 Guenter Roeck <linux@roeck-us.net> - 2017-03-23 06:00 +0100
csiph-web