random: add proper SPDX header
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 10 Feb 2022 15:43:57 +0000 (16:43 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 16 Feb 2022 23:02:07 +0000 (00:02 +0100)
commit1bc6c6c18fd598e265df7e4d4f2843d6051a96fa
tree2597d9414c3730c982891a9ece6b4c418a694eec
parent5296626aacd520cf7af38b9eee4d3fadb6e2ae7e
random: add proper SPDX header

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 <tglx@linutronix.de>
Cc: Theodore Ts'o <tytso@mit.edu>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c