memory: atmel-ebi: switch to SPDX license identifiers
authorTudor Ambarus <tudor.ambarus@microchip.com>
Fri, 6 Sep 2019 15:15:28 +0000 (15:15 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 7 Nov 2019 21:33:10 +0000 (22:33 +0100)
Adopt the SPDX license identifiers to ease license compliance
management.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20190906151519.19442-1-tudor.ambarus@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/memory/atmel-ebi.c

index 8515196..14386d0 100644 (file)
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * EBI driver for Atmel chips
  * inspired by the fsl weim bus driver
  *
  * Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot@traphandler.com>
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
  */
 
 #include <linux/clk.h>