Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

loop: add a SPDX header

The copyright statement says:

"Redistribution of this file is permitted under the GNU General Public
License." and was added by Ted in 1993, at which point GPLv2 only
was the default Linux license.

Replace it with the usual GPLv2 only SPDX header.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220419063303.583106-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Christoph Hellwig and committed by
Jens Axboe
f21e6e18 754d9679

+2 -2
+2 -2
drivers/block/loop.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/block/loop.c 3 4 * 4 5 * Written by Theodore Ts'o, 3/29/93 5 6 * 6 - * Copyright 1993 by Theodore Ts'o. Redistribution of this file is 7 - * permitted under the GNU General Public License. 7 + * Copyright 1993 by Theodore Ts'o. 8 8 * 9 9 * DES encryption plus some minor changes by Werner Almesberger, 30-MAY-1993 10 10 * more DES encryption plus IDEA encryption by Nicholas J. Leon, June 20, 1996