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

regulator: sky81452: Switch to SPDX identifier

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Axel Lin and committed by
Mark Brown
fb9bf5c8 c7e3ddd1

+6 -18
+6 -18
drivers/regulator/sky81452-regulator.c
··· 1 - /* 2 - * sky81452-regulator.c SKY81452 regulator driver 3 - * 4 - * Copyright 2014 Skyworks Solutions Inc. 5 - * Author : Gyungoh Yoo <jack.yoo@skyworksinc.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License version 2 9 - * as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // sky81452-regulator.c SKY81452 regulator driver 4 + // 5 + // Copyright 2014 Skyworks Solutions Inc. 6 + // Author : Gyungoh Yoo <jack.yoo@skyworksinc.com> 19 7 20 8 #include <linux/module.h> 21 9 #include <linux/kernel.h>