Commit be5418d4 authored by Nishad Kamdar's avatar Nishad Kamdar Committed by Greg Kroah-Hartman

staging: pi433: Use the correct style for SPDX License Identifier

This patch corrects the SPDX License Identifier style in
header files related to pi433 radio module drivers.
It assigns explicit block comment to the SPDX License Identifier.

Changes made by using a script provided by Joe Perches here:
https://lkml.org/lkml/2019/2/7/46.
Suggested-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarNishad Kamdar <nishadkamdar@gmail.com>
Link: https://lore.kernel.org/r/20200208083621.GA3797@nishadSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 226f912a
/* SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
* /*
* include/linux/TODO * include/linux/TODO
* *
* userspace interface for pi433 radio module * userspace interface for pi433 radio module
......
/* SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
* /*
* hardware abstraction/register access for HopeRf rf69 radio module * hardware abstraction/register access for HopeRf rf69 radio module
* *
* Copyright (C) 2016 Wolf-Entwicklungen * Copyright (C) 2016 Wolf-Entwicklungen
......
/* SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
* /*
* enumerations for HopeRf rf69 radio module * enumerations for HopeRf rf69 radio module
* *
* Copyright (C) 2016 Wolf-Entwicklungen * Copyright (C) 2016 Wolf-Entwicklungen
......
/* SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
* /*
* register description for HopeRf rf69 radio module * register description for HopeRf rf69 radio module
* *
* Copyright (C) 2016 Wolf-Entwicklungen * Copyright (C) 2016 Wolf-Entwicklungen
......
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