Commit 502b431c authored by Stefan Wahren's avatar Stefan Wahren

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: default avatarStefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
parent 91c6ada6
// SPDX-License-Identifier: GPL-2.0
/* /*
* Defines interfaces for interacting wtih the Raspberry Pi firmware's * Defines interfaces for interacting wtih the Raspberry Pi firmware's
* property channel. * property channel.
* *
* Copyright © 2015 Broadcom * 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> #include <linux/dma-mapping.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright © 2015 Broadcom * 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__ #ifndef __SOC_RASPBERRY_FIRMWARE_H__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment