Commit afe51827 authored by Andreas Färber's avatar Andreas Färber

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: default avatarAndreas Färber <afaerber@suse.de>
parent 5b394b2d
# SPDX-License-Identifier: GPL-2.0+
obj-$(CONFIG_OWL_PM_DOMAINS_HELPER) += owl-sps-helper.o obj-$(CONFIG_OWL_PM_DOMAINS_HELPER) += owl-sps-helper.o
obj-$(CONFIG_OWL_PM_DOMAINS) += owl-sps.o obj-$(CONFIG_OWL_PM_DOMAINS) += owl-sps.o
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Actions Semi Owl Smart Power System (SPS) shared helpers * Actions Semi Owl Smart Power System (SPS) shared helpers
* *
...@@ -5,11 +6,6 @@ ...@@ -5,11 +6,6 @@
* Author: Actions Semi, Inc. * Author: Actions Semi, Inc.
* *
* Copyright (c) 2017 Andreas Färber * 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/delay.h> #include <linux/delay.h>
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Actions Semi Owl Smart Power System (SPS) * Actions Semi Owl Smart Power System (SPS)
* *
...@@ -5,11 +6,6 @@ ...@@ -5,11 +6,6 @@
* Author: Actions Semi, Inc. * Author: Actions Semi, Inc.
* *
* Copyright (c) 2017 Andreas Färber * 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> #include <linux/of_address.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment