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

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>

authored by

Bagas Sanjaya and committed by
Jan Kara
5ce34554 576215cf

+14 -70
+1 -5
fs/udf/balloc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * balloc.c 3 4 * ··· 6 5 * Block allocation handling routines for the OSTA-UDF(tm) filesystem. 7 6 * 8 7 * COPYRIGHT 9 - * This file is distributed under the terms of the GNU General Public 10 - * License (GPL). Copies of the GPL can be obtained from: 11 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 12 - * Each contributing author retains all rights to their own work. 13 - * 14 8 * (C) 1999-2001 Ben Fennema 15 9 * (C) 1999 Stelias Computing Inc 16 10 *
+1 -5
fs/udf/dir.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dir.c 3 4 * ··· 6 5 * Directory handling routines for the OSTA-UDF(tm) filesystem. 7 6 * 8 7 * COPYRIGHT 9 - * This file is distributed under the terms of the GNU General Public 10 - * License (GPL). Copies of the GPL can be obtained from: 11 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 12 - * Each contributing author retains all rights to their own work. 13 - * 14 8 * (C) 1998-2004 Ben Fennema 15 9 * 16 10 * HISTORY
+1 -5
fs/udf/directory.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * directory.c 3 4 * 4 5 * PURPOSE 5 6 * Directory related functions 6 7 * 7 - * COPYRIGHT 8 - * This file is distributed under the terms of the GNU General Public 9 - * License (GPL). Copies of the GPL can be obtained from: 10 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 11 - * Each contributing author retains all rights to their own work. 12 8 */ 13 9 14 10 #include "udfdecl.h"
+1 -5
fs/udf/file.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * file.c 3 4 * ··· 6 5 * File handling routines for the OSTA-UDF(tm) filesystem. 7 6 * 8 7 * COPYRIGHT 9 - * This file is distributed under the terms of the GNU General Public 10 - * License (GPL). Copies of the GPL can be obtained from: 11 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 12 - * Each contributing author retains all rights to their own work. 13 - * 14 8 * (C) 1998-1999 Dave Boynton 15 9 * (C) 1998-2004 Ben Fennema 16 10 * (C) 1999-2000 Stelias Computing Inc
+1 -5
fs/udf/ialloc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ialloc.c 3 4 * ··· 6 5 * Inode allocation handling routines for the OSTA-UDF(tm) filesystem. 7 6 * 8 7 * COPYRIGHT 9 - * This file is distributed under the terms of the GNU General Public 10 - * License (GPL). Copies of the GPL can be obtained from: 11 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 12 - * Each contributing author retains all rights to their own work. 13 - * 14 8 * (C) 1998-2001 Ben Fennema 15 9 * 16 10 * HISTORY
+1 -5
fs/udf/inode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * inode.c 3 4 * ··· 6 5 * Inode handling routines for the OSTA-UDF(tm) filesystem. 7 6 * 8 7 * COPYRIGHT 9 - * This file is distributed under the terms of the GNU General Public 10 - * License (GPL). Copies of the GPL can be obtained from: 11 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 12 - * Each contributing author retains all rights to their own work. 13 - * 14 8 * (C) 1998 Dave Boynton 15 9 * (C) 1998-2004 Ben Fennema 16 10 * (C) 1999-2000 Stelias Computing Inc
+1 -5
fs/udf/lowlevel.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * lowlevel.c 3 4 * ··· 6 5 * Low Level Device Routines for the UDF filesystem 7 6 * 8 7 * COPYRIGHT 9 - * This file is distributed under the terms of the GNU General Public 10 - * License (GPL). Copies of the GPL can be obtained from: 11 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 12 - * Each contributing author retains all rights to their own work. 13 - * 14 8 * (C) 1999-2001 Ben Fennema 15 9 * 16 10 * HISTORY
+1 -5
fs/udf/misc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * misc.c 3 4 * ··· 6 5 * Miscellaneous routines for the OSTA-UDF(tm) filesystem. 7 6 * 8 7 * COPYRIGHT 9 - * This file is distributed under the terms of the GNU General Public 10 - * License (GPL). Copies of the GPL can be obtained from: 11 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 12 - * Each contributing author retains all rights to their own work. 13 - * 14 8 * (C) 1998 Dave Boynton 15 9 * (C) 1998-2004 Ben Fennema 16 10 * (C) 1999-2000 Stelias Computing Inc
+1 -5
fs/udf/namei.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * namei.c 3 4 * ··· 6 5 * Inode name handling routines for the OSTA-UDF(tm) filesystem. 7 6 * 8 7 * COPYRIGHT 9 - * This file is distributed under the terms of the GNU General Public 10 - * License (GPL). Copies of the GPL can be obtained from: 11 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 12 - * Each contributing author retains all rights to their own work. 13 - * 14 8 * (C) 1998-2004 Ben Fennema 15 9 * (C) 1999-2000 Stelias Computing Inc 16 10 *
+1 -5
fs/udf/partition.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * partition.c 3 4 * ··· 6 5 * Partition handling routines for the OSTA-UDF(tm) filesystem. 7 6 * 8 7 * COPYRIGHT 9 - * This file is distributed under the terms of the GNU General Public 10 - * License (GPL). Copies of the GPL can be obtained from: 11 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 12 - * Each contributing author retains all rights to their own work. 13 - * 14 8 * (C) 1998-2001 Ben Fennema 15 9 * 16 10 * HISTORY
+1 -5
fs/udf/super.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * super.c 3 4 * ··· 16 15 * https://www.iso.org/ 17 16 * 18 17 * COPYRIGHT 19 - * This file is distributed under the terms of the GNU General Public 20 - * License (GPL). Copies of the GPL can be obtained from: 21 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 22 - * Each contributing author retains all rights to their own work. 23 - * 24 18 * (C) 1998 Dave Boynton 25 19 * (C) 1998-2004 Ben Fennema 26 20 * (C) 2000 Stelias Computing Inc
+1 -5
fs/udf/symlink.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * symlink.c 3 4 * ··· 6 5 * Symlink handling routines for the OSTA-UDF(tm) filesystem. 7 6 * 8 7 * COPYRIGHT 9 - * This file is distributed under the terms of the GNU General Public 10 - * License (GPL). Copies of the GPL can be obtained from: 11 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 12 - * Each contributing author retains all rights to their own work. 13 - * 14 8 * (C) 1998-2001 Ben Fennema 15 9 * (C) 1999 Stelias Computing Inc 16 10 *
+1 -5
fs/udf/truncate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * truncate.c 3 4 * ··· 6 5 * Truncate handling routines for the OSTA-UDF(tm) filesystem. 7 6 * 8 7 * COPYRIGHT 9 - * This file is distributed under the terms of the GNU General Public 10 - * License (GPL). Copies of the GPL can be obtained from: 11 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 12 - * Each contributing author retains all rights to their own work. 13 - * 14 8 * (C) 1999-2004 Ben Fennema 15 9 * (C) 1999 Stelias Computing Inc 16 10 *
+1 -5
fs/udf/unicode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * unicode.c 3 4 * ··· 12 11 * UTF-8 is explained in the IETF RFC XXXX. 13 12 * ftp://ftp.internic.net/rfc/rfcxxxx.txt 14 13 * 15 - * COPYRIGHT 16 - * This file is distributed under the terms of the GNU General Public 17 - * License (GPL). Copies of the GPL can be obtained from: 18 - * ftp://prep.ai.mit.edu/pub/gnu/GPL 19 - * Each contributing author retains all rights to their own work. 20 14 */ 21 15 22 16 #include "udfdecl.h"