diff options
author | Andreas Färber | 2018-01-21 17:50:33 +0100 |
---|---|---|
committer | Andreas Färber | 2018-09-22 15:12:55 +0200 |
commit | afe518272d474b27d1ace50bf325106794a33b82 (patch) | |
tree | 6c1864a5e37c9ffa8566f1491d45f08fc8cd5243 /drivers/soc/actions/owl-sps.c | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) |
soc: actions: Convert to SPDX license identifiers
Replace textual license notices with SPDX-License-Identifier lines.
Add an SPDX-License-Identifier for the Makefile.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'drivers/soc/actions/owl-sps.c')
-rw-r--r-- | drivers/soc/actions/owl-sps.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/soc/actions/owl-sps.c b/drivers/soc/actions/owl-sps.c index 032921d8d41f..1d1891c4cd84 100644 --- a/drivers/soc/actions/owl-sps.c +++ b/drivers/soc/actions/owl-sps.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Actions Semi Owl Smart Power System (SPS) * @@ -5,11 +6,6 @@ * Author: Actions Semi, Inc. * * Copyright (c) 2017 Andreas Färber - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. */ #include <linux/of_address.h> |