]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - fs/ext4/super.c
ext4: fix up remaining files with SPDX cleanups
authorTheodore Ts'o <tytso@mit.edu>
Mon, 18 Dec 2017 03:00:59 +0000 (22:00 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 18 Dec 2017 03:00:59 +0000 (22:00 -0500)
commitf51667685749edadb7cad45a51003e8ebf2e8426
treea75e2d5c7a9c685b84b2f78373bbcb9571fc4d53
parent1291a0d5049dbc06baaaf66a9ff3f53db493b19b
ext4: fix up remaining files with SPDX cleanups

A number of ext4 source files were skipped due because their copyright
permission statements didn't match the expected text used by the
automated conversion utilities.  I've added SPDX tags for the rest.

While looking at some of these files, I've noticed that we have quite
a bit of variation on the licenses that were used --- in particular
some of the Red Hat licenses on the jbd2 files use a GPL2+ license,
and we have some files that have a LGPL-2.1 license (which was quite
surprising).

I've not attempted to do any license changes.  Even if it is perfectly
legal to relicense to GPL 2.0-only for consistency's sake, that should
be done with ext4 developer community discussion.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
23 files changed:
fs/ext4/acl.h
fs/ext4/ext4.h
fs/ext4/ext4_extents.h
fs/ext4/ext4_jbd2.h
fs/ext4/extents.c
fs/ext4/extents_status.h
fs/ext4/fsmap.c
fs/ext4/fsmap.h
fs/ext4/hash.c
fs/ext4/inline.c
fs/ext4/mballoc.c
fs/ext4/mballoc.h
fs/ext4/migrate.c
fs/ext4/move_extent.c
fs/ext4/super.c
fs/ext4/truncate.h
fs/ext4/xattr.h
fs/jbd2/checkpoint.c
fs/jbd2/commit.c
fs/jbd2/journal.c
fs/jbd2/recovery.c
fs/jbd2/revoke.c
fs/jbd2/transaction.c