firmware: raspberrypi: Switch to SPDX identifier
authorStefan Wahren <stefan.wahren@i2se.com>
Mon, 22 Oct 2018 20:26:24 +0000 (22:26 +0200)
committerStefan Wahren <stefan.wahren@i2se.com>
Wed, 21 Nov 2018 13:33:11 +0000 (14:33 +0100)
Adopt the SPDX license identifier headers to ease license compliance
management.

Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
drivers/firmware/raspberrypi.c
include/soc/bcm2835/raspberrypi-firmware.h

index d3f7d1434657028b2a68bf34d3e85e092e41515d..a13558154ac305fc19e3dee687e07ea26e7c6f25 100644 (file)
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Defines interfaces for interacting wtih the Raspberry Pi firmware's
  * property channel.
  *
  * Copyright © 2015 Broadcom
- *
- * 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.
  */
 
 #include <linux/dma-mapping.h>
index c4a5c9e9fb478133d3fa518b0503fc7f074a93a9..4be1aa4435ae5e97a6b0b1ac42fcc808102e80b8 100644 (file)
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  *  Copyright © 2015 Broadcom
- *
- * 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.
  */
 
 #ifndef __SOC_RASPBERRY_FIRMWARE_H__