Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecfacacf authored by Valentin Vidic's avatar Valentin Vidic Committed by Greg Kroah-Hartman
Browse files

staging: pi433: add SPDX-License-Identifier tag



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

Signed-off-by: default avatarValentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 86793395
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0+
/*
/*
 * userspace interface for pi433 radio module
 * userspace interface for pi433 radio module
 *
 *
+2 −1
Original line number Original line Diff line number Diff line
/*
/* SPDX-License-Identifier: GPL-2.0+
 *
 * include/linux/TODO
 * include/linux/TODO
 *
 *
 * userspace interface for pi433 radio module
 * userspace interface for pi433 radio module
+1 −0
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0+
/*
/*
 * abstraction of the spi interface of HopeRf rf69 radio module
 * abstraction of the spi interface of HopeRf rf69 radio module
 *
 *
+2 −1
Original line number Original line Diff line number Diff line
/*
/* 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
+2 −1
Original line number Original line Diff line number Diff line
/*
/* 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
Loading