staging: pi433: add SPDX-License-Identifier tag

Use GPL-2.0+ based on the license text in each of the files.

Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Valentin Vidic 2018-06-25 13:52:23 +02:00 committed by Greg Kroah-Hartman
parent 8679339524
commit ecfacacf3f
6 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* userspace interface for pi433 radio module
*

View file

@ -1,4 +1,5 @@
/*
/* SPDX-License-Identifier: GPL-2.0+
*
* include/linux/TODO
*
* userspace interface for pi433 radio module

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* abstraction of the spi interface of HopeRf rf69 radio module
*

View file

@ -1,4 +1,5 @@
/*
/* SPDX-License-Identifier: GPL-2.0+
*
* hardware abstraction/register access for HopeRf rf69 radio module
*
* Copyright (C) 2016 Wolf-Entwicklungen

View file

@ -1,4 +1,5 @@
/*
/* SPDX-License-Identifier: GPL-2.0+
*
* enumerations for HopeRf rf69 radio module
*
* Copyright (C) 2016 Wolf-Entwicklungen

View file

@ -1,4 +1,5 @@
/*
/* SPDX-License-Identifier: GPL-2.0+
*
* register description for HopeRf rf69 radio module
*
* Copyright (C) 2016 Wolf-Entwicklungen