mbox series

[0/2] SPDX conversion for UDF

Message ID 20230517083344.1090863-1-bagasdotme@gmail.com (mailing list archive)
Headers show
Series SPDX conversion for UDF | expand

Message

Bagas Sanjaya May 17, 2023, 8:33 a.m. UTC
This small SPDX conversion series targets UDF file system, which is
splitted from v2 of my SPDX conversion series that is triggered by
Didi's GPL full name fixes [1]. It is done to ease review.

All boilerplates in fs/udf/ is converted, except fs/udf/ecma_167.h.
The latter file apparently looks like 2-clause BSD Source-Code
license, yet the second clause is from third clause of 3-Clause BSD.
This custom license can't be expressed satisfiably in SPDX license
identifier, hence ecma_167.h is doesn't get converted.

This series is based on mm-nonmm-unstable branch.

Happy reviewing!

[1]: https://lore.kernel.org/linux-spdx/20230512100620.36807-1-bagasdotme@gmail.com/

Bagas Sanjaya (2):
  fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX
    identifier
  fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier

 fs/udf/balloc.c    |  6 +-----
 fs/udf/dir.c       |  6 +-----
 fs/udf/directory.c |  6 +-----
 fs/udf/file.c      |  6 +-----
 fs/udf/ialloc.c    |  6 +-----
 fs/udf/inode.c     |  6 +-----
 fs/udf/lowlevel.c  |  6 +-----
 fs/udf/misc.c      |  6 +-----
 fs/udf/namei.c     |  6 +-----
 fs/udf/partition.c |  6 +-----
 fs/udf/super.c     |  6 +-----
 fs/udf/symlink.c   |  6 +-----
 fs/udf/truncate.c  |  6 +-----
 fs/udf/udftime.c   | 18 ++----------------
 fs/udf/unicode.c   |  6 +-----
 15 files changed, 16 insertions(+), 86 deletions(-)


base-commit: 689cdaf84d7c00a1a77b25f545b4f3a48e3476d4

Comments

Christoph Hellwig May 18, 2023, 4:17 a.m. UTC | #1
Shouldn't this include a Cc to the linuxx-spdx list, especially for
a review of the odd ecma_167.h clause?
Bagas Sanjaya May 19, 2023, 10:44 a.m. UTC | #2
On 5/18/23 11:17, Christoph Hellwig wrote:
> Shouldn't this include a Cc to the linuxx-spdx list, especially for
> a review of the odd ecma_167.h clause?

Oops, I forgot to do that! Will do in v2.