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

regulator: da9063: convert header to SPDX

Covnert the header of the source file to SPDX.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Wolfram Sang and committed by
Mark Brown
5de219cc 2c33b50e

+8 -14
+8 -14
drivers/regulator/da9063-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // Regulator driver for DA9063 PMIC series 4 + // 5 + // Copyright 2012 Dialog Semiconductors Ltd. 6 + // Copyright 2013 Philipp Zabel, Pengutronix 7 + // 8 + // Author: Krystian Garbaciak <krystian.garbaciak@diasemi.com> 1 9 2 - /* 3 - * Regulator driver for DA9063 PMIC series 4 - * 5 - * Copyright 2012 Dialog Semiconductors Ltd. 6 - * Copyright 2013 Philipp Zabel, Pengutronix 7 - * 8 - * Author: Krystian Garbaciak <krystian.garbaciak@diasemi.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms of the GNU General Public License as published by the 12 - * Free Software Foundation; either version 2 of the License, or (at your 13 - * option) any later version. 14 - * 15 - */ 16 10 #include <linux/kernel.h> 17 11 #include <linux/module.h> 18 12 #include <linux/init.h>