From: Masahiro Yamada Date: Thu, 25 Jul 2019 07:58:33 +0000 (+0900) Subject: iomap: fix Invalid License ID X-Git-Tag: v5.3-rc2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ce38c5f929c83dff8ea805f6c6ef2eb97b66431;p=thirdparty%2Flinux.git iomap: fix Invalid License ID Detected by: $ ./scripts/spdxcheck.py fs/iomap/Makefile: 1:27 Invalid License ID: GPL-2.0-or-newer Fixes: 1c230208f53d ("iomap: start moving code to fs/iomap/") Signed-off-by: Masahiro Yamada Reviewed-by: Thomas Gleixner Signed-off-by: Greg Kroah-Hartman --- diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile index 2d165388d9524..93cd11938bf55 100644 --- a/fs/iomap/Makefile +++ b/fs/iomap/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0-or-newer +# SPDX-License-Identifier: GPL-2.0-or-later # # Copyright (c) 2019 Oracle. # All Rights Reserved.