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

extcon: cht-wc: Convert to use SPDX identifier

Convert driver to use SPDX identifier.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

Andy Shevchenko and committed by
Chanwoo Choi
900ed555 a4722503

+1 -9
+1 -9
drivers/extcon/extcon-intel-cht-wc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Extcon charger detection driver for Intel Cherrytrail Whiskey Cove PMIC 3 4 * Copyright (C) 2017 Hans de Goede <hdegoede@redhat.com> 4 5 * 5 6 * Based on various non upstream patches to support the CHT Whiskey Cove PMIC: 6 7 * Copyright (C) 2013-2015 Intel Corporation. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #include <linux/extcon-provider.h>