Re: [PATCH v3] random: add proper SPDX header
Greg Kroah-Hartman <[email protected]>
| Newsgroups | org.kernel.vger.linux-spdx,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Feb 10, 2022 at 06:06:51PM +0100, Jason A. Donenfeld wrote: > Convert the current license into the SPDX notation of "(GPL-2.0 OR > BSD-3-Clause)". This infers GPL-2.0 from the text "ALTERNATIVELY, this > product may be distributed under the terms of the GNU General Public > License, in which case the provisions of the GPL are required INSTEAD OF > the above restrictions" and it infers BSD-3-Clause from the verbatim > BSD 3 clause license in the file. > > Cc: Thomas Gleixner <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Theodore Ts'o <[email protected]> > Cc: Dominik Brodowski <[email protected]> > Signed-off-by: Jason A. Donenfeld <[email protected]> > --- > Changes v2->v3: > - GPL-2.0-or-later is now a vanilla GPL-2.0. > - Remove non-license changes. > > drivers/char/random.c | 37 +------------------------------------ > 1 file changed, 1 insertion(+), 36 deletions(-) Reviewed-by: Greg Kroah-Hartman <[email protected]>