]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
soc: actions: Convert to SPDX license identifiers
authorAndreas Färber <afaerber@suse.de>
Sun, 21 Jan 2018 16:50:33 +0000 (17:50 +0100)
committerAndreas Färber <afaerber@suse.de>
Sat, 22 Sep 2018 13:12:55 +0000 (15:12 +0200)
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>
drivers/soc/actions/Makefile
drivers/soc/actions/owl-sps-helper.c
drivers/soc/actions/owl-sps.c

index 1e101b06bab1e22ba838933870459f81627a4f66..4db9e7b050e5d9eaf1ee63f2e31282cdd8432cbc 100644 (file)
@@ -1,2 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0+
+
 obj-$(CONFIG_OWL_PM_DOMAINS_HELPER) += owl-sps-helper.o
 obj-$(CONFIG_OWL_PM_DOMAINS) += owl-sps.o
index 9d7a2c2b44ec804a15eea28e2526eea3443b6c45..291a206d6f04aaeb9c1bf247a39560e931816859 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Actions Semi Owl Smart Power System (SPS) shared helpers
  *
@@ -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/delay.h>
index 032921d8d41f3cf67ccb66ddfa9c65dc4dff1e64..1d1891c4cd84384b8bbaa18e0e6874bffce79428 100644 (file)
@@ -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>