diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-10-22 22:35:02 +0200 |
---|---|---|
committer | Stefan Wahren <stefan.wahren@i2se.com> | 2018-11-14 21:04:47 +0100 |
commit | bb661b70883717154e194cad544e2b9c25895268 (patch) | |
tree | bcf8d179230f79055f3943635e024b12ab53a3af /drivers/soc/bcm | |
parent | 0829187b17d8019f9bb40c56d47f37b1991a2189 (diff) |
soc: bcm: Switch raspberrypi-power to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Cc: Alexander Aring <aring@mojatatu.com>
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/soc/bcm')
-rw-r--r-- | drivers/soc/bcm/raspberrypi-power.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/soc/bcm/raspberrypi-power.c b/drivers/soc/bcm/raspberrypi-power.c index a78dfe0a2b50..5d1aacdd84ef 100644 --- a/drivers/soc/bcm/raspberrypi-power.c +++ b/drivers/soc/bcm/raspberrypi-power.c @@ -1,9 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 /* (C) 2015 Pengutronix, Alexander Aring <aar@pengutronix.de> * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * * Authors: * Alexander Aring <aar@pengutronix.de> * Eric Anholt <eric@anholt.net> |