Skip to content

Commit 5ce3455

Browse files
bagasmejankara
authored andcommitted
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>
1 parent 576215c commit 5ce3455

14 files changed

Lines changed: 14 additions & 70 deletions

File tree

fs/udf/balloc.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* balloc.c
34
*
45
* PURPOSE
56
* Block allocation handling routines for the OSTA-UDF(tm) filesystem.
67
*
78
* 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-
*
139
* (C) 1999-2001 Ben Fennema
1410
* (C) 1999 Stelias Computing Inc
1511
*

fs/udf/dir.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* dir.c
34
*
45
* PURPOSE
56
* Directory handling routines for the OSTA-UDF(tm) filesystem.
67
*
78
* 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-
*
139
* (C) 1998-2004 Ben Fennema
1410
*
1511
* HISTORY

fs/udf/directory.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* directory.c
34
*
45
* PURPOSE
56
* Directory related functions
67
*
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.
128
*/
139

1410
#include "udfdecl.h"

fs/udf/file.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* file.c
34
*
45
* PURPOSE
56
* File handling routines for the OSTA-UDF(tm) filesystem.
67
*
78
* 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-
*
139
* (C) 1998-1999 Dave Boynton
1410
* (C) 1998-2004 Ben Fennema
1511
* (C) 1999-2000 Stelias Computing Inc

fs/udf/ialloc.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* ialloc.c
34
*
45
* PURPOSE
56
* Inode allocation handling routines for the OSTA-UDF(tm) filesystem.
67
*
78
* 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-
*
139
* (C) 1998-2001 Ben Fennema
1410
*
1511
* HISTORY

fs/udf/inode.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* inode.c
34
*
45
* PURPOSE
56
* Inode handling routines for the OSTA-UDF(tm) filesystem.
67
*
78
* 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-
*
139
* (C) 1998 Dave Boynton
1410
* (C) 1998-2004 Ben Fennema
1511
* (C) 1999-2000 Stelias Computing Inc

fs/udf/lowlevel.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* lowlevel.c
34
*
45
* PURPOSE
56
* Low Level Device Routines for the UDF filesystem
67
*
78
* 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-
*
139
* (C) 1999-2001 Ben Fennema
1410
*
1511
* HISTORY

fs/udf/misc.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* misc.c
34
*
45
* PURPOSE
56
* Miscellaneous routines for the OSTA-UDF(tm) filesystem.
67
*
78
* 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-
*
139
* (C) 1998 Dave Boynton
1410
* (C) 1998-2004 Ben Fennema
1511
* (C) 1999-2000 Stelias Computing Inc

fs/udf/namei.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* namei.c
34
*
45
* PURPOSE
56
* Inode name handling routines for the OSTA-UDF(tm) filesystem.
67
*
78
* 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-
*
139
* (C) 1998-2004 Ben Fennema
1410
* (C) 1999-2000 Stelias Computing Inc
1511
*

fs/udf/partition.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* partition.c
34
*
45
* PURPOSE
56
* Partition handling routines for the OSTA-UDF(tm) filesystem.
67
*
78
* 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-
*
139
* (C) 1998-2001 Ben Fennema
1410
*
1511
* HISTORY

0 commit comments

Comments
 (0)