diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-10-22 16:26:24 -0400 |
---|---|---|
committer | Stefan Wahren <stefan.wahren@i2se.com> | 2018-11-21 08:33:11 -0500 |
commit | 502b431cda801645fd73857f7b47a4666de3cb62 (patch) | |
tree | 0506d7222a04b13c633296ac073fb49807ce3028 | |
parent | 91c6ada69f396e663acb2b713e8acb8a9463557d (diff) |
firmware: raspberrypi: Switch to SPDX identifier
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>
-rw-r--r-- | drivers/firmware/raspberrypi.c | 5 | ||||
-rw-r--r-- | include/soc/bcm2835/raspberrypi-firmware.h | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/drivers/firmware/raspberrypi.c b/drivers/firmware/raspberrypi.c index d3f7d1434657..a13558154ac3 100644 --- a/drivers/firmware/raspberrypi.c +++ b/drivers/firmware/raspberrypi.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Defines interfaces for interacting wtih the Raspberry Pi firmware's | 3 | * Defines interfaces for interacting wtih the Raspberry Pi firmware's |
3 | * property channel. | 4 | * property channel. |
4 | * | 5 | * |
5 | * Copyright © 2015 Broadcom | 6 | * Copyright © 2015 Broadcom |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/dma-mapping.h> | 9 | #include <linux/dma-mapping.h> |
diff --git a/include/soc/bcm2835/raspberrypi-firmware.h b/include/soc/bcm2835/raspberrypi-firmware.h index c4a5c9e9fb47..4be1aa4435ae 100644 --- a/include/soc/bcm2835/raspberrypi-firmware.h +++ b/include/soc/bcm2835/raspberrypi-firmware.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 2015 Broadcom | 3 | * Copyright © 2015 Broadcom |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef __SOC_RASPBERRY_FIRMWARE_H__ | 6 | #ifndef __SOC_RASPBERRY_FIRMWARE_H__ |