]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
bus: ti-sysc: Switch to SPDX license identifier
authorSuman Anna <s-anna@ti.com>
Tue, 13 Aug 2019 11:13:32 +0000 (04:13 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 13 Aug 2019 11:13:32 +0000 (04:13 -0700)
Use the appropriate SPDX license identifier in the TI sysc
interconnect target driver source files and drop the previous
boilerplate license text. Also, add the the SPDX license
identifier in the associated ti-sysc header files.

Signed-off-by: Suman Anna <s-anna@ti.com>
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c
include/linux/platform_data/ti-sysc.h

index 2db474ab4c6bea105a5f355f9036d3f7027b3143..45e08528fdff7d8f1f251d064ca06d53d9026133 100644 (file)
@@ -1,14 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * ti-sysc.c - Texas Instruments sysc interconnect target driver
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/io.h>
index 0c587d4fc718bcdc9852b6f0c3a224343d6d6336..7d009dc08a544ea3248c7e2ae3503de89a0b5c34 100644 (file)
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
 #ifndef __TI_SYSC_DATA_H__
 #define __TI_SYSC_DATA_H__