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>
This commit is contained in:
Bagas Sanjaya 2023-05-22 07:54:34 +07:00 committed by Jan Kara
parent 576215cffd
commit 5ce345541e
14 changed files with 14 additions and 70 deletions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* balloc.c * balloc.c
* *
@ -5,11 +6,6 @@
* Block allocation handling routines for the OSTA-UDF(tm) filesystem. * Block allocation handling routines for the OSTA-UDF(tm) filesystem.
* *
* COPYRIGHT * 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) 1999-2001 Ben Fennema * (C) 1999-2001 Ben Fennema
* (C) 1999 Stelias Computing Inc * (C) 1999 Stelias Computing Inc
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* dir.c * dir.c
* *
@ -5,11 +6,6 @@
* Directory handling routines for the OSTA-UDF(tm) filesystem. * Directory handling routines for the OSTA-UDF(tm) filesystem.
* *
* COPYRIGHT * 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-2004 Ben Fennema * (C) 1998-2004 Ben Fennema
* *
* HISTORY * HISTORY

View File

@ -1,14 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* directory.c * directory.c
* *
* PURPOSE * PURPOSE
* Directory related functions * Directory related functions
* *
* 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.
*/ */
#include "udfdecl.h" #include "udfdecl.h"

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* file.c * file.c
* *
@ -5,11 +6,6 @@
* File handling routines for the OSTA-UDF(tm) filesystem. * File handling routines for the OSTA-UDF(tm) filesystem.
* *
* COPYRIGHT * 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-1999 Dave Boynton * (C) 1998-1999 Dave Boynton
* (C) 1998-2004 Ben Fennema * (C) 1998-2004 Ben Fennema
* (C) 1999-2000 Stelias Computing Inc * (C) 1999-2000 Stelias Computing Inc

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* ialloc.c * ialloc.c
* *
@ -5,11 +6,6 @@
* Inode allocation handling routines for the OSTA-UDF(tm) filesystem. * Inode allocation handling routines for the OSTA-UDF(tm) filesystem.
* *
* COPYRIGHT * 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-2001 Ben Fennema * (C) 1998-2001 Ben Fennema
* *
* HISTORY * HISTORY

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* inode.c * inode.c
* *
@ -5,11 +6,6 @@
* Inode handling routines for the OSTA-UDF(tm) filesystem. * Inode handling routines for the OSTA-UDF(tm) filesystem.
* *
* COPYRIGHT * 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 Dave Boynton
* (C) 1998-2004 Ben Fennema * (C) 1998-2004 Ben Fennema
* (C) 1999-2000 Stelias Computing Inc * (C) 1999-2000 Stelias Computing Inc

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* lowlevel.c * lowlevel.c
* *
@ -5,11 +6,6 @@
* Low Level Device Routines for the UDF filesystem * Low Level Device Routines for the UDF filesystem
* *
* COPYRIGHT * 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) 1999-2001 Ben Fennema * (C) 1999-2001 Ben Fennema
* *
* HISTORY * HISTORY

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* misc.c * misc.c
* *
@ -5,11 +6,6 @@
* Miscellaneous routines for the OSTA-UDF(tm) filesystem. * Miscellaneous routines for the OSTA-UDF(tm) filesystem.
* *
* COPYRIGHT * 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 Dave Boynton
* (C) 1998-2004 Ben Fennema * (C) 1998-2004 Ben Fennema
* (C) 1999-2000 Stelias Computing Inc * (C) 1999-2000 Stelias Computing Inc

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* namei.c * namei.c
* *
@ -5,11 +6,6 @@
* Inode name handling routines for the OSTA-UDF(tm) filesystem. * Inode name handling routines for the OSTA-UDF(tm) filesystem.
* *
* COPYRIGHT * 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-2004 Ben Fennema * (C) 1998-2004 Ben Fennema
* (C) 1999-2000 Stelias Computing Inc * (C) 1999-2000 Stelias Computing Inc
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* partition.c * partition.c
* *
@ -5,11 +6,6 @@
* Partition handling routines for the OSTA-UDF(tm) filesystem. * Partition handling routines for the OSTA-UDF(tm) filesystem.
* *
* COPYRIGHT * 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-2001 Ben Fennema * (C) 1998-2001 Ben Fennema
* *
* HISTORY * HISTORY

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* super.c * super.c
* *
@ -15,11 +16,6 @@
* https://www.iso.org/ * https://www.iso.org/
* *
* COPYRIGHT * 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 Dave Boynton
* (C) 1998-2004 Ben Fennema * (C) 1998-2004 Ben Fennema
* (C) 2000 Stelias Computing Inc * (C) 2000 Stelias Computing Inc

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* symlink.c * symlink.c
* *
@ -5,11 +6,6 @@
* Symlink handling routines for the OSTA-UDF(tm) filesystem. * Symlink handling routines for the OSTA-UDF(tm) filesystem.
* *
* COPYRIGHT * 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-2001 Ben Fennema * (C) 1998-2001 Ben Fennema
* (C) 1999 Stelias Computing Inc * (C) 1999 Stelias Computing Inc
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* truncate.c * truncate.c
* *
@ -5,11 +6,6 @@
* Truncate handling routines for the OSTA-UDF(tm) filesystem. * Truncate handling routines for the OSTA-UDF(tm) filesystem.
* *
* COPYRIGHT * 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) 1999-2004 Ben Fennema * (C) 1999-2004 Ben Fennema
* (C) 1999 Stelias Computing Inc * (C) 1999 Stelias Computing Inc
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* unicode.c * unicode.c
* *
@ -11,11 +12,6 @@
* UTF-8 is explained in the IETF RFC XXXX. * UTF-8 is explained in the IETF RFC XXXX.
* ftp://ftp.internic.net/rfc/rfcxxxx.txt * ftp://ftp.internic.net/rfc/rfcxxxx.txt
* *
* 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.
*/ */
#include "udfdecl.h" #include "udfdecl.h"