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

thermal: uniphier: Convert to SPDX identifier

This converts license boilerplate to SPDX identifier, and removes
unnecessary lines.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>

authored by

Kunihiko Hayashi and committed by
Eduardo Valentin
ca74472d 8632ed49

+1 -12
+1 -12
drivers/thermal/uniphier_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /** 2 3 * uniphier_thermal.c - Socionext UniPhier thermal driver 3 - * 4 4 * Copyright 2014 Panasonic Corporation 5 5 * Copyright 2016-2017 Socionext Inc. 6 - * All rights reserved. 7 - * 8 6 * Author: 9 7 * Kunihiko Hayashi <hayashi.kunihiko@socionext.com> 10 - * 11 - * This program is free software: you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 of 13 - * the License as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 8 */ 20 9 21 10 #include <linux/bitops.h>