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

extcon: usbc-cros-ec: Switch to SPDX identifier.

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

Enric Balletbo i Serra and committed by
Chanwoo Choi
11bab5a2 686b3058

+5 -15
+5 -15
drivers/extcon/extcon-usbc-cros-ec.c
··· 1 - /** 2 - * drivers/extcon/extcon-usbc-cros-ec - ChromeOS Embedded Controller extcon 3 - * 4 - * Copyright (C) 2017 Google, Inc 5 - * Author: Benson Leung <bleung@chromium.org> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // ChromeOS Embedded Controller extcon 3 + // 4 + // Copyright (C) 2017 Google, Inc. 5 + // Author: Benson Leung <bleung@chromium.org> 16 6 17 7 #include <linux/extcon-provider.h> 18 8 #include <linux/kernel.h>