diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2023-05-22 02:54:34 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2023-05-30 15:39:13 +0200 |
commit | 5ce345541ee43333bfbd99a2ea56b1a0a167c457 (patch) | |
tree | 77f39174ea466ac6e5b1206bcc4f4a6161ee268d /fs/udf/super.c | |
parent | fs: Drop wait_unfrozen wait queue (diff) | |
download | linux-5ce345541ee43333bfbd99a2ea56b1a0a167c457.tar.xz linux-5ce345541ee43333bfbd99a2ea56b1a0a167c457.zip |
fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
The notice refers to full GPL 2.0 text on now defunct MIT FTP site [1].
Replace it with appropriate SPDX license identifier.
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Pali Rohár <pali@kernel.org>
Link: https://web.archive.org/web/20020809115410/ftp://prep.ai.mit.edu/pub/gnu/GPL [1]
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Message-Id: <20230522005434.22133-2-bagasdotme@gmail.com>
Diffstat (limited to 'fs/udf/super.c')
-rw-r--r-- | fs/udf/super.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/udf/super.c b/fs/udf/super.c index 6304e3c5c3d9..928a04d9d9e0 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * super.c * @@ -15,11 +16,6 @@ * https://www.iso.org/ * * COPYRIGHT - * This file is distributed under the terms of the GNU General Public - * License (GPL). Copies of the GPL can be obtained from: - * ftp://prep.ai.mit.edu/pub/gnu/GPL - * Each contributing author retains all rights to their own work. - * * (C) 1998 Dave Boynton * (C) 1998-2004 Ben Fennema * (C) 2000 Stelias Computing Inc |