diff options
author | Christoph Hellwig <hch@lst.de> | 2022-04-19 09:33:01 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-05-10 15:30:05 +0300 |
commit | f21e6e185a3a95dedc0d604b468d40ff1dc71fd9 (patch) | |
tree | 3ad35ef6d9f85015cb0ede17f3be4f211b5f3097 /drivers/block | |
parent | 754d96798fab1316f4f14bb86cf3c0244cb2b20b (diff) | |
download | linux-f21e6e185a3a95dedc0d604b468d40ff1dc71fd9.tar.xz |
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>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/loop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/loop.c b/drivers/block/loop.c index 533294a047e0..695b26e1a0dd 100644 --- a/drivers/block/loop.c +++ b/drivers/block/loop.c @@ -1,10 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * linux/drivers/block/loop.c * * Written by Theodore Ts'o, 3/29/93 * - * Copyright 1993 by Theodore Ts'o. Redistribution of this file is - * permitted under the GNU General Public License. + * Copyright 1993 by Theodore Ts'o. * * DES encryption plus some minor changes by Werner Almesberger, 30-MAY-1993 * more DES encryption plus IDEA encryption by Nicholas J. Leon, June 20, 1996 |